Uses of Class
org.hl7.fhir.r5.model.MedicationRequest.MedicationRequestDoseComponent
Packages that use MedicationRequest.MedicationRequestDoseComponent
-
Uses of MedicationRequest.MedicationRequestDoseComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MedicationRequest.MedicationRequestDoseComponentModifier and TypeMethodDescriptionJsonParser.parseMedicationRequestDoseComponent(com.google.gson.JsonObject json)XmlParser.parseMedicationRequestDoseComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type MedicationRequest.MedicationRequestDoseComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationRequestDoseComponent(String name, MedicationRequest.MedicationRequestDoseComponent element)protected voidRdfParser.composeMedicationRequestDoseComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationRequest.MedicationRequestDoseComponent element, int index)protected voidXmlParser.composeMedicationRequestDoseComponent(String name, MedicationRequest.MedicationRequestDoseComponent element)protected voidXmlParser.composeMedicationRequestDoseComponentElements(MedicationRequest.MedicationRequestDoseComponent element)protected voidJsonParser.composeMedicationRequestDoseComponentProperties(MedicationRequest.MedicationRequestDoseComponent element)protected booleanXmlParser.parseMedicationRequestDoseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest.MedicationRequestDoseComponent res)protected voidJsonParser.parseMedicationRequestDoseComponentProperties(com.google.gson.JsonObject json, MedicationRequest.MedicationRequestDoseComponent res) -
Uses of MedicationRequest.MedicationRequestDoseComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as MedicationRequest.MedicationRequestDoseComponentModifier and TypeFieldDescriptionMedicationRequest.doseIndicates how the medication is to be used by the patient.Methods in org.hl7.fhir.r5.model that return MedicationRequest.MedicationRequestDoseComponentModifier and TypeMethodDescriptionMedicationRequest.MedicationRequestDoseComponent.addDosageInstruction(Dosage t)MedicationRequest.MedicationRequestDoseComponent.copy()MedicationRequest.getDose()MedicationRequest.MedicationRequestDoseComponent.setDosageInstruction(List<Dosage> theDosageInstruction)MedicationRequest.MedicationRequestDoseComponent.setEffectiveDosePeriod(Date value)MedicationRequest.MedicationRequestDoseComponent.setEffectiveDosePeriodElement(DateTimeType value)MedicationRequest.MedicationRequestDoseComponent.setRenderedDosageInstruction(String value)MedicationRequest.MedicationRequestDoseComponent.setRenderedDosageInstructionElement(StringType value)Methods in org.hl7.fhir.r5.model with parameters of type MedicationRequest.MedicationRequestDoseComponentModifier and TypeMethodDescriptionvoidMedicationRequest.MedicationRequestDoseComponent.copyValues(MedicationRequest.MedicationRequestDoseComponent dst)MedicationRequest.setDose(MedicationRequest.MedicationRequestDoseComponent value)