
Uses of Class
org.hl7.fhir.r5.model.MedicationStatement.MedicationStatementAdherenceComponent
Packages that use MedicationStatement.MedicationStatementAdherenceComponent
-
Uses of MedicationStatement.MedicationStatementAdherenceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MedicationStatement.MedicationStatementAdherenceComponentModifier and TypeMethodDescriptionJsonParser.parseMedicationStatementAdherenceComponent
(com.google.gson.JsonObject json) XmlParser.parseMedicationStatementAdherenceComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MedicationStatement.MedicationStatementAdherenceComponentModifier 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
Fields in org.hl7.fhir.r5.model declared as MedicationStatement.MedicationStatementAdherenceComponentModifier and TypeFieldDescriptionMedicationStatement.adherence
Indicates whether the medication is or is not being consumed or administered.Methods in org.hl7.fhir.r5.model that return MedicationStatement.MedicationStatementAdherenceComponentModifier and TypeMethodDescriptionMedicationStatement.MedicationStatementAdherenceComponent.copy()
MedicationStatement.getAdherence()
MedicationStatement.MedicationStatementAdherenceComponent.setCode
(CodeableConcept value) MedicationStatement.MedicationStatementAdherenceComponent.setReason
(CodeableConcept value) Methods in org.hl7.fhir.r5.model with parameters of type MedicationStatement.MedicationStatementAdherenceComponentModifier and TypeMethodDescriptionvoid
MedicationStatement.MedicationStatementAdherenceComponent.copyValues
(MedicationStatement.MedicationStatementAdherenceComponent dst) MedicationStatement.setAdherence
(MedicationStatement.MedicationStatementAdherenceComponent value)