Uses of Class
org.hl7.fhir.r5.model.Practitioner
Packages that use Practitioner
-
Uses of Practitioner in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PractitionerModifier and TypeMethodDescriptionprotected 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 PractitionerModifier and TypeMethodDescriptionprotected 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 that return PractitionerModifier and TypeMethodDescriptionPractitioner.addAddress(Address t)Practitioner.addCommunication(CodeableConcept t)Practitioner.addIdentifier(Identifier t)Practitioner.addPhoto(Attachment t)Practitioner.addQualification(Practitioner.PractitionerQualificationComponent t)Practitioner.addTelecom(ContactPoint t)Practitioner.copy()Practitioner.setActive(boolean value)Practitioner.setActiveElement(BooleanType value)Practitioner.setAddress(List<Address> theAddress)Practitioner.setBirthDate(Date value)Practitioner.setBirthDateElement(DateType value)Practitioner.setCommunication(List<CodeableConcept> theCommunication)Practitioner.setDeceased(DataType value)Practitioner.setGender(Enumerations.AdministrativeGender value)Practitioner.setGenderElement(Enumeration<Enumerations.AdministrativeGender> value)Practitioner.setIdentifier(List<Identifier> theIdentifier)Practitioner.setPhoto(List<Attachment> thePhoto)Practitioner.setQualification(List<Practitioner.PractitionerQualificationComponent> theQualification)Practitioner.setTelecom(List<ContactPoint> theTelecom)protected PractitionerPractitioner.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Practitioner