
Uses of Class
org.hl7.fhir.dstu3.model.Medication.MedicationPackageContentComponent
Packages that use Medication.MedicationPackageContentComponent
-
Uses of Medication.MedicationPackageContentComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationMedicationPackageContentComponent(String name, Medication.MedicationPackageContentComponent element) protected voidRdfParser.composeMedicationMedicationPackageContentComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Medication.MedicationPackageContentComponent element, int index) protected voidXmlParser.composeMedicationMedicationPackageContentComponent(String name, Medication.MedicationPackageContentComponent element) protected voidXmlParser.composeMedicationMedicationPackageContentComponentElements(Medication.MedicationPackageContentComponent element) protected voidJsonParser.composeMedicationMedicationPackageContentComponentInner(Medication.MedicationPackageContentComponent element) protected booleanXmlParser.parseMedicationMedicationPackageContentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationPackageContentComponent res) protected voidJsonParser.parseMedicationMedicationPackageContentComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationPackageContentComponent res) -
Uses of Medication.MedicationPackageContentComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Medication.MedicationPackageContentComponentModifier and TypeFieldDescriptionprotected List<Medication.MedicationPackageContentComponent> Medication.MedicationPackageComponent.contentA set of components that go to make up the described item.Methods in org.hl7.fhir.dstu3.model that return Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionMedication.MedicationPackageComponent.addContent()Medication.MedicationPackageContentComponent.copy()Medication.MedicationPackageComponent.getContentFirstRep()Medication.MedicationPackageContentComponent.setAmount(SimpleQuantity value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Medication.MedicationPackageContentComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionMedication.MedicationPackageComponent.addContent(Medication.MedicationPackageContentComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Medication.MedicationPackageContentComponentModifier and TypeMethodDescriptionMedication.MedicationPackageComponent.setContent(List<Medication.MedicationPackageContentComponent> theContent)