Uses of Class
org.hl7.fhir.r5.model.Practitioner
-
Packages that use Practitioner Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Practitioner in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Practitioner Modifier and Type Method Description protected PractitionerJsonParser. parsePractitioner(com.google.gson.JsonObject json)protected PractitionerXmlParser. parsePractitioner(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Practitioner Modifier and Type Method Description protected voidJsonParser. composePractitioner(String name, Practitioner element)protected voidRdfParser. composePractitioner(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Practitioner element, int index)protected voidXmlParser. composePractitioner(String name, Practitioner element)protected voidXmlParser. composePractitionerElements(Practitioner element)protected voidJsonParser. composePractitionerProperties(Practitioner element)protected booleanXmlParser. parsePractitionerContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner res)protected voidJsonParser. parsePractitionerProperties(com.google.gson.JsonObject json, Practitioner res) -
Uses of Practitioner in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Practitioner Modifier and Type Method Description voidPractitioner. copyValues(Practitioner dst)
-