Uses of Class
org.hl7.fhir.dstu2.model.MedicationStatement.MedicationStatementDosageComponent
-
Uses of MedicationStatement.MedicationStatementDosageComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicationStatementMedicationStatementDosageComponent
(com.google.gson.JsonObject json, MedicationStatement owner) XmlParser.parseMedicationStatementMedicationStatementDosageComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicationStatement owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationStatementMedicationStatementDosageComponent
(String name, MedicationStatement.MedicationStatementDosageComponent element) protected void
XmlParser.composeMedicationStatementMedicationStatementDosageComponent
(String name, MedicationStatement.MedicationStatementDosageComponent element) protected void
JsonParser.composeMedicationStatementMedicationStatementDosageComponentInner
(MedicationStatement.MedicationStatementDosageComponent element) -
Uses of MedicationStatement.MedicationStatementDosageComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionMedicationStatement.dosage
Indicates how the medication is/was used by the patient.Modifier and TypeMethodDescriptionMedicationStatement.addDosage()
MedicationStatement.MedicationStatementDosageComponent.copy()
MedicationStatement.MedicationStatementDosageComponent.setAsNeeded
(Type value) MedicationStatement.MedicationStatementDosageComponent.setMaxDosePerPeriod
(Ratio value) MedicationStatement.MedicationStatementDosageComponent.setMethod
(CodeableConcept value) MedicationStatement.MedicationStatementDosageComponent.setQuantity
(Type value) MedicationStatement.MedicationStatementDosageComponent.setRoute
(CodeableConcept value) MedicationStatement.MedicationStatementDosageComponent.setTextElement
(StringType value) Modifier and TypeMethodDescriptionMedicationStatement.addDosage
(MedicationStatement.MedicationStatementDosageComponent t)