Uses of Class
org.hl7.fhir.dstu2.model.MedicationStatement
Packages that use MedicationStatement
-
Uses of MedicationStatement in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MedicationStatementModifier and TypeMethodDescriptionprotected 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 MedicationStatementModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationStatement(String name, MedicationStatement element)protected voidXmlParser.composeMedicationStatement(String name, MedicationStatement element)protected voidJsonParser.composeMedicationStatementInner(MedicationStatement element)JsonParser.parseMedicationStatementMedicationStatementDosageComponent(com.google.gson.JsonObject json, MedicationStatement owner)XmlParser.parseMedicationStatementMedicationStatementDosageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationStatement owner) -
Uses of MedicationStatement in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return MedicationStatementModifier and TypeMethodDescriptionMedicationStatement.addDosage(MedicationStatement.MedicationStatementDosageComponent t)MedicationStatement.addIdentifier(Identifier t)MedicationStatement.addReasonNotTaken(CodeableConcept t)MedicationStatement.addSupportingInformation(Reference t)MedicationStatement.copy()MedicationStatement.setDateAsserted(Date value)MedicationStatement.setDateAssertedElement(DateTimeType value)MedicationStatement.setEffective(Type value)MedicationStatement.setInformationSource(Reference value)MedicationStatement.setInformationSourceTarget(Resource value)MedicationStatement.setMedication(Type value)MedicationStatement.setNoteElement(StringType value)MedicationStatement.setPatient(Reference value)MedicationStatement.setPatientTarget(Patient value)MedicationStatement.setReasonForUse(Type value)MedicationStatement.setStatus(MedicationStatement.MedicationStatementStatus value)MedicationStatement.setStatusElement(Enumeration<MedicationStatement.MedicationStatementStatus> value)MedicationStatement.setWasNotTaken(boolean value)MedicationStatement.setWasNotTakenElement(BooleanType value)protected MedicationStatementMedicationStatement.typedCopy()