Uses of Class
org.hl7.fhir.r5.model.MedicationStatement.MedicationStatementAdherenceComponent
-
Uses of MedicationStatement.MedicationStatementAdherenceComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicationStatementAdherenceComponent
(com.google.gson.JsonObject json) XmlParser.parseMedicationStatementAdherenceComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationStatementAdherenceComponent
(String name, MedicationStatement.MedicationStatementAdherenceComponent element) protected void
RdfParser.composeMedicationStatementAdherenceComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationStatement.MedicationStatementAdherenceComponent element, int index) protected void
XmlParser.composeMedicationStatementAdherenceComponent
(String name, MedicationStatement.MedicationStatementAdherenceComponent element) protected void
XmlParser.composeMedicationStatementAdherenceComponentElements
(MedicationStatement.MedicationStatementAdherenceComponent element) protected void
JsonParser.composeMedicationStatementAdherenceComponentProperties
(MedicationStatement.MedicationStatementAdherenceComponent element) protected boolean
XmlParser.parseMedicationStatementAdherenceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationStatement.MedicationStatementAdherenceComponent res) protected void
JsonParser.parseMedicationStatementAdherenceComponentProperties
(com.google.gson.JsonObject json, MedicationStatement.MedicationStatementAdherenceComponent res) -
Uses of MedicationStatement.MedicationStatementAdherenceComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionMedicationStatement.adherence
Indicates whether the medication is or is not being consumed or administered.Modifier and TypeMethodDescriptionMedicationStatement.MedicationStatementAdherenceComponent.copy()
MedicationStatement.getAdherence()
MedicationStatement.MedicationStatementAdherenceComponent.setCode
(CodeableConcept value) MedicationStatement.MedicationStatementAdherenceComponent.setReason
(CodeableConcept value) Modifier and TypeMethodDescriptionvoid
MedicationStatement.MedicationStatementAdherenceComponent.copyValues
(MedicationStatement.MedicationStatementAdherenceComponent dst) MedicationStatement.setAdherence
(MedicationStatement.MedicationStatementAdherenceComponent value)