
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 voidJsonParser.composeMedicationStatementAdherenceComponent(String name, MedicationStatement.MedicationStatementAdherenceComponent element) protected voidRdfParser.composeMedicationStatementAdherenceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationStatement.MedicationStatementAdherenceComponent element, int index) protected voidXmlParser.composeMedicationStatementAdherenceComponent(String name, MedicationStatement.MedicationStatementAdherenceComponent element) protected voidXmlParser.composeMedicationStatementAdherenceComponentElements(MedicationStatement.MedicationStatementAdherenceComponent element) protected voidJsonParser.composeMedicationStatementAdherenceComponentProperties(MedicationStatement.MedicationStatementAdherenceComponent element) protected booleanXmlParser.parseMedicationStatementAdherenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationStatement.MedicationStatementAdherenceComponent res) protected voidJsonParser.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.adherenceIndicates 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 TypeMethodDescriptionvoidMedicationStatement.MedicationStatementAdherenceComponent.copyValues(MedicationStatement.MedicationStatementAdherenceComponent dst) MedicationStatement.setAdherence(MedicationStatement.MedicationStatementAdherenceComponent value)