
Uses of Class
org.hl7.fhir.r4.model.MedicationStatement
Packages that use MedicationStatement
-
Uses of MedicationStatement in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicationStatementModifier and TypeMethodDescriptionprotected MedicationStatement
JsonParser.parseMedicationStatement
(com.google.gson.JsonObject json) protected MedicationStatement
XmlParser.parseMedicationStatement
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type MedicationStatementModifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationStatement
(String name, MedicationStatement element) protected void
RdfParser.composeMedicationStatement
(Turtle.Complex parent, String parentType, String name, MedicationStatement element, int index) protected void
XmlParser.composeMedicationStatement
(String name, MedicationStatement element) protected void
XmlParser.composeMedicationStatementElements
(MedicationStatement element) protected void
JsonParser.composeMedicationStatementInner
(MedicationStatement element) protected boolean
XmlParser.parseMedicationStatementContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationStatement res) protected void
JsonParser.parseMedicationStatementProperties
(com.google.gson.JsonObject json, MedicationStatement res) -
Uses of MedicationStatement in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return MedicationStatementModifier and TypeMethodDescriptionMedicationStatement.addBasedOn
(Reference t) MedicationStatement.addDerivedFrom
(Reference t) MedicationStatement.addIdentifier
(Identifier t) MedicationStatement.addNote
(Annotation t) MedicationStatement.addReasonCode
(CodeableConcept t) MedicationStatement.addReasonReference
(Reference t) MedicationStatement.addStatusReason
(CodeableConcept t) MedicationStatement.copy()
MedicationStatement.setBasedOn
(List<Reference> theBasedOn) MedicationStatement.setCategory
(CodeableConcept value) MedicationStatement.setContext
(Reference value) MedicationStatement.setContextTarget
(Resource value) MedicationStatement.setDateAsserted
(Date value) MedicationStatement.setDateAssertedElement
(DateTimeType value) MedicationStatement.setDerivedFrom
(List<Reference> theDerivedFrom) MedicationStatement.setEffective
(Type value) MedicationStatement.setIdentifier
(List<Identifier> theIdentifier) MedicationStatement.setInformationSource
(Reference value) MedicationStatement.setInformationSourceTarget
(Resource value) MedicationStatement.setMedication
(Type value) MedicationStatement.setNote
(List<Annotation> theNote) MedicationStatement.setReasonCode
(List<CodeableConcept> theReasonCode) MedicationStatement.setReasonReference
(List<Reference> theReasonReference) MedicationStatement.setStatus
(MedicationStatement.MedicationStatementStatus value) MedicationStatement.setStatusElement
(Enumeration<MedicationStatement.MedicationStatementStatus> value) MedicationStatement.setStatusReason
(List<CodeableConcept> theStatusReason) MedicationStatement.setSubject
(Reference value) MedicationStatement.setSubjectTarget
(Resource value) protected MedicationStatement
MedicationStatement.typedCopy()
Methods in org.hl7.fhir.r4.model with parameters of type MedicationStatement