
Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationPackageContentComponent
Packages that use Medication.MedicationPackageContentComponent
-
Uses of Medication.MedicationPackageContentComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionJsonParser.parseMedicationMedicationPackageContentComponent
(com.google.gson.JsonObject json, Medication owner) XmlParser.parseMedicationMedicationPackageContentComponent
(org.xmlpull.v1.XmlPullParser xpp, Medication owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationMedicationPackageContentComponent
(String name, Medication.MedicationPackageContentComponent element) protected void
XmlParser.composeMedicationMedicationPackageContentComponent
(String name, Medication.MedicationPackageContentComponent element) protected void
JsonParser.composeMedicationMedicationPackageContentComponentInner
(Medication.MedicationPackageContentComponent element) -
Uses of Medication.MedicationPackageContentComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Medication.MedicationPackageContentComponentModifier and TypeFieldDescriptionprotected List
<Medication.MedicationPackageContentComponent> Medication.MedicationPackageComponent.content
A set of components that go to make up the described item.Methods in org.hl7.fhir.dstu2.model that return Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionMedication.MedicationPackageComponent.addContent()
Medication.MedicationPackageContentComponent.copy()
Medication.MedicationPackageContentComponent.setAmount
(SimpleQuantity value) Medication.MedicationPackageContentComponent.setItemTarget
(Medication value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Medication.MedicationPackageContentComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionMedication.MedicationPackageComponent.addContent
(Medication.MedicationPackageContentComponent t)