Uses of Class
org.hl7.fhir.r5.model.Patient
-
Packages that use Patient Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Patient in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Patient Modifier and Type Method Description protected PatientJsonParser. parsePatient(com.google.gson.JsonObject json)protected PatientXmlParser. parsePatient(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Patient Modifier and Type Method Description protected voidJsonParser. composePatient(String name, Patient element)protected voidRdfParser. composePatient(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient element, int index)protected voidXmlParser. composePatient(String name, Patient element)protected voidXmlParser. composePatientElements(Patient element)protected voidJsonParser. composePatientProperties(Patient element)protected booleanXmlParser. parsePatientContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient res)protected voidJsonParser. parsePatientProperties(com.google.gson.JsonObject json, Patient res) -
Uses of Patient in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Patient Modifier and Type Method Description voidPatient. copyValues(Patient dst)
-