Uses of Class
org.hl7.fhir.dstu2.model.MedicationStatement
-
Packages that use MedicationStatement Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of MedicationStatement in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MedicationStatement Modifier and Type Method Description protected MedicationStatementJsonParser. parseMedicationStatement(com.google.gson.JsonObject json)protected MedicationStatementXmlParser. parseMedicationStatement(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type MedicationStatement Modifier and Type Method Description protected voidJsonParser. composeMedicationStatement(String name, MedicationStatement element)protected voidXmlParser. composeMedicationStatement(String name, MedicationStatement element)protected voidJsonParser. composeMedicationStatementInner(MedicationStatement element)protected MedicationStatement.MedicationStatementDosageComponentJsonParser. parseMedicationStatementMedicationStatementDosageComponent(com.google.gson.JsonObject json, MedicationStatement owner)protected MedicationStatement.MedicationStatementDosageComponentXmlParser. parseMedicationStatementMedicationStatementDosageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationStatement owner) -
Uses of MedicationStatement in org.hl7.fhir.dstu2.model
-