Uses of Class
org.hl7.fhir.dstu2.model.Medication.MedicationProductComponent
Packages that use Medication.MedicationProductComponent
-
Uses of Medication.MedicationProductComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Medication.MedicationProductComponentModifier and TypeMethodDescriptionprotected Medication.MedicationProductComponentJsonParser.parseMedicationMedicationProductComponent(com.google.gson.JsonObject json, Medication owner)protected Medication.MedicationProductComponentXmlParser.parseMedicationMedicationProductComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Medication.MedicationProductComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationMedicationProductComponent(String name, Medication.MedicationProductComponent element)protected voidXmlParser.composeMedicationMedicationProductComponent(String name, Medication.MedicationProductComponent element)protected voidJsonParser.composeMedicationMedicationProductComponentInner(Medication.MedicationProductComponent element) -
Uses of Medication.MedicationProductComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Medication.MedicationProductComponentModifier and TypeFieldDescriptionprotected Medication.MedicationProductComponentMedication.productInformation that only applies to products (not packages).Methods in org.hl7.fhir.dstu2.model that return Medication.MedicationProductComponentModifier and TypeMethodDescriptionMedication.MedicationProductComponent.addBatch(Medication.MedicationProductBatchComponent t)Medication.MedicationProductComponent.addIngredient(Medication.MedicationProductIngredientComponent t)Medication.MedicationProductComponent.copy()Medication.getProduct()Medication.MedicationProductComponent.setForm(CodeableConcept value)Methods in org.hl7.fhir.dstu2.model with parameters of type Medication.MedicationProductComponentModifier and TypeMethodDescriptionMedication.setProduct(Medication.MedicationProductComponent value)