Uses of Class
org.hl7.fhir.r4b.model.PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent
-
Packages that use PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent Modifier and Type Method Description protected PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponentJsonParser. parsePackagedProductDefinitionLegalStatusOfSupplyComponent(com.google.gson.JsonObject json)protected PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponentXmlParser. parsePackagedProductDefinitionLegalStatusOfSupplyComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent Modifier and Type Field Description protected List<PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent>PackagedProductDefinition. legalStatusOfSupplyThe legal status of supply of the packaged item as classified by the regulator.Methods in org.hl7.fhir.r4b.model that return PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent Modifier and Type Method Description PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponentPackagedProductDefinition. addLegalStatusOfSupply()PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponentPackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent. copy()PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponentPackagedProductDefinition. getLegalStatusOfSupplyFirstRep()PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponentPackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent. setCode(CodeableConcept value)PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponentPackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent. setJurisdiction(CodeableConcept value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent Modifier and Type Method Description List<PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent>PackagedProductDefinition. getLegalStatusOfSupply()Methods in org.hl7.fhir.r4b.model with parameters of type PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent Modifier and Type Method Description PackagedProductDefinitionPackagedProductDefinition. addLegalStatusOfSupply(PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent t)voidPackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent. copyValues(PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent Modifier and Type Method Description PackagedProductDefinitionPackagedProductDefinition. setLegalStatusOfSupply(List<PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent> theLegalStatusOfSupply)
-