Uses of Class
org.hl7.fhir.r5.model.MedicationRequest.MedicationRequestDoseComponent
-
Packages that use MedicationRequest.MedicationRequestDoseComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of MedicationRequest.MedicationRequestDoseComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MedicationRequest.MedicationRequestDoseComponent Modifier and Type Method Description protected MedicationRequest.MedicationRequestDoseComponentJsonParser. parseMedicationRequestDoseComponent(com.google.gson.JsonObject json)protected MedicationRequest.MedicationRequestDoseComponentXmlParser. parseMedicationRequestDoseComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicationRequest.MedicationRequestDoseComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as MedicationRequest.MedicationRequestDoseComponent Modifier and Type Field Description protected MedicationRequest.MedicationRequestDoseComponentMedicationRequest. doseIndicates how the medication is to be used by the patient.Methods in org.hl7.fhir.r5.model with parameters of type MedicationRequest.MedicationRequestDoseComponent Modifier and Type Method Description voidMedicationRequest.MedicationRequestDoseComponent. copyValues(MedicationRequest.MedicationRequestDoseComponent dst)MedicationRequestMedicationRequest. setDose(MedicationRequest.MedicationRequestDoseComponent value)
-