Uses of Class
org.hl7.fhir.r5.model.MedicationUsage
Packages that use MedicationUsage
-
Uses of MedicationUsage in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MedicationUsageModifier and TypeMethodDescriptionprotected MedicationUsageJsonParser.parseMedicationUsage(com.google.gson.JsonObject json) protected MedicationUsageXmlParser.parseMedicationUsage(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MedicationUsageModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationUsage(String name, MedicationUsage element) protected voidRdfParser.composeMedicationUsage(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationUsage element, int index) protected voidXmlParser.composeMedicationUsage(String name, MedicationUsage element) protected voidXmlParser.composeMedicationUsageElements(MedicationUsage element) protected voidJsonParser.composeMedicationUsageProperties(MedicationUsage element) protected booleanXmlParser.parseMedicationUsageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationUsage res) protected voidJsonParser.parseMedicationUsageProperties(com.google.gson.JsonObject json, MedicationUsage res) -
Uses of MedicationUsage in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return MedicationUsageModifier and TypeMethodDescriptionMedicationUsage.addCategory(CodeableConcept t) MedicationUsage.addDerivedFrom(Reference t) MedicationUsage.addIdentifier(Identifier t) MedicationUsage.addNote(Annotation t) MedicationUsage.addReason(CodeableReference t) MedicationUsage.copy()MedicationUsage.setAdherence(MedicationUsage.MedicationUsageAdherenceComponent value) MedicationUsage.setCategory(List<CodeableConcept> theCategory) MedicationUsage.setDateAsserted(Date value) MedicationUsage.setDateAssertedElement(DateTimeType value) MedicationUsage.setDerivedFrom(List<Reference> theDerivedFrom) MedicationUsage.setEffective(DataType value) MedicationUsage.setEncounter(Reference value) MedicationUsage.setIdentifier(List<Identifier> theIdentifier) MedicationUsage.setInformationSource(Reference value) MedicationUsage.setMedication(CodeableReference value) MedicationUsage.setNote(List<Annotation> theNote) MedicationUsage.setReason(List<CodeableReference> theReason) MedicationUsage.setRenderedDosageInstruction(String value) MedicationUsage.setRenderedDosageInstructionElement(StringType value) MedicationUsage.setStatus(MedicationUsage.MedicationUsageStatusCodes value) MedicationUsage.setStatusElement(Enumeration<MedicationUsage.MedicationUsageStatusCodes> value) MedicationUsage.setSubject(Reference value) protected MedicationUsageMedicationUsage.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type MedicationUsage