Uses of Class
org.hl7.fhir.dstu3.model.VisionPrescription
Packages that use VisionPrescription
-
Uses of VisionPrescription in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return VisionPrescriptionModifier and TypeMethodDescriptionprotected VisionPrescriptionJsonParser.parseVisionPrescription(com.google.gson.JsonObject json)protected VisionPrescriptionXmlParser.parseVisionPrescription(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type VisionPrescriptionModifier and TypeMethodDescriptionprotected voidJsonParser.composeVisionPrescription(String name, VisionPrescription element)protected voidRdfParser.composeVisionPrescription(Turtle.Complex parent, String parentType, String name, VisionPrescription element, int index)protected voidXmlParser.composeVisionPrescription(String name, VisionPrescription element)protected voidXmlParser.composeVisionPrescriptionElements(VisionPrescription element)protected voidJsonParser.composeVisionPrescriptionInner(VisionPrescription element)protected booleanXmlParser.parseVisionPrescriptionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription res)protected voidJsonParser.parseVisionPrescriptionProperties(com.google.gson.JsonObject json, VisionPrescription res)JsonParser.parseVisionPrescriptionVisionPrescriptionDispenseComponent(com.google.gson.JsonObject json, VisionPrescription owner)XmlParser.parseVisionPrescriptionVisionPrescriptionDispenseComponent(org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner)protected booleanXmlParser.parseVisionPrescriptionVisionPrescriptionDispenseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner, VisionPrescription.VisionPrescriptionDispenseComponent res)protected voidJsonParser.parseVisionPrescriptionVisionPrescriptionDispenseComponentProperties(com.google.gson.JsonObject json, VisionPrescription owner, VisionPrescription.VisionPrescriptionDispenseComponent res) -
Uses of VisionPrescription in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return VisionPrescriptionModifier and TypeMethodDescriptionVisionPrescription.addDispense(VisionPrescription.VisionPrescriptionDispenseComponent t)VisionPrescription.addIdentifier(Identifier t)VisionPrescription.copy()VisionPrescription.setDateWritten(Date value)VisionPrescription.setDateWrittenElement(DateTimeType value)VisionPrescription.setDispense(List<VisionPrescription.VisionPrescriptionDispenseComponent> theDispense)VisionPrescription.setEncounter(Reference value)VisionPrescription.setEncounterTarget(Encounter value)VisionPrescription.setIdentifier(List<Identifier> theIdentifier)VisionPrescription.setPatient(Reference value)VisionPrescription.setPatientTarget(Patient value)VisionPrescription.setPrescriber(Reference value)VisionPrescription.setPrescriberTarget(Practitioner value)VisionPrescription.setStatus(VisionPrescription.VisionStatus value)VisionPrescription.setStatusElement(Enumeration<VisionPrescription.VisionStatus> value)protected VisionPrescriptionVisionPrescription.typedCopy()