Uses of Class
org.hl7.fhir.r4.model.MedicinalProduct
-
Packages that use MedicinalProduct Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicinalProduct in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicinalProduct Modifier and Type Method Description protected MedicinalProductJsonParser. parseMedicinalProduct(com.google.gson.JsonObject json)protected MedicinalProductXmlParser. parseMedicinalProduct(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicinalProduct in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicinalProduct Modifier and Type Field Description protected List<MedicinalProduct>MedicinalProductPackaged. subjectTargetThe actual objects that are the target of the reference (The product with this is a pack for.)Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicinalProduct Modifier and Type Method Description List<MedicinalProduct>MedicinalProductPackaged. getSubjectTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type MedicinalProduct Modifier and Type Method Description voidMedicinalProduct. copyValues(MedicinalProduct dst)
-