Uses of Class
org.hl7.fhir.dstu3.model.Medication.MedicationPackageContentComponent
-
Packages that use Medication.MedicationPackageContentComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Medication.MedicationPackageContentComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Medication.MedicationPackageContentComponent Modifier and Type Method Description protected Medication.MedicationPackageContentComponentJsonParser. parseMedicationMedicationPackageContentComponent(com.google.gson.JsonObject json, Medication owner)protected Medication.MedicationPackageContentComponentXmlParser. parseMedicationMedicationPackageContentComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) -
Uses of Medication.MedicationPackageContentComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Medication.MedicationPackageContentComponent Modifier and Type Field Description protected 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.MedicationPackageContentComponent Modifier and Type Method Description Medication.MedicationPackageContentComponentMedication.MedicationPackageComponent. addContent()Medication.MedicationPackageContentComponentMedication.MedicationPackageContentComponent. copy()Medication.MedicationPackageContentComponentMedication.MedicationPackageComponent. getContentFirstRep()Medication.MedicationPackageContentComponentMedication.MedicationPackageContentComponent. setAmount(SimpleQuantity value)Medication.MedicationPackageContentComponentMedication.MedicationPackageContentComponent. setItem(Type value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Medication.MedicationPackageContentComponent Modifier and Type Method Description List<Medication.MedicationPackageContentComponent>Medication.MedicationPackageComponent. getContent()Methods in org.hl7.fhir.dstu3.model with parameters of type Medication.MedicationPackageContentComponent Modifier and Type Method Description Medication.MedicationPackageComponentMedication.MedicationPackageComponent. addContent(Medication.MedicationPackageContentComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Medication.MedicationPackageContentComponent Modifier and Type Method Description Medication.MedicationPackageComponentMedication.MedicationPackageComponent. setContent(List<Medication.MedicationPackageContentComponent> theContent)
-