Uses of Class
org.hl7.fhir.r4.model.MedicinalProductPackaged
-
Packages that use MedicinalProductPackaged Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicinalProductPackaged in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicinalProductPackaged Modifier and Type Method Description protected MedicinalProductPackagedJsonParser. parseMedicinalProductPackaged(com.google.gson.JsonObject json)protected MedicinalProductPackagedXmlParser. parseMedicinalProductPackaged(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicinalProductPackaged in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicinalProductPackaged Modifier and Type Field Description protected List<MedicinalProductPackaged>MedicinalProduct. packagedMedicinalProductTargetThe actual objects that are the target of the reference (Package representation for the product.)Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicinalProductPackaged Modifier and Type Method Description List<MedicinalProductPackaged>MedicinalProduct. getPackagedMedicinalProductTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type MedicinalProductPackaged Modifier and Type Method Description voidMedicinalProductPackaged. copyValues(MedicinalProductPackaged dst)
-