
Uses of Class
org.hl7.fhir.r5.model.Patient
Packages that use Patient
-
Uses of Patient in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PatientModifier and TypeMethodDescriptionprotected Patient
JsonParser.parsePatient
(com.google.gson.JsonObject json) protected Patient
XmlParser.parsePatient
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PatientModifier and TypeMethodDescriptionprotected void
JsonParser.composePatient
(String name, Patient element) protected void
RdfParser.composePatient
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient element, int index) protected void
XmlParser.composePatient
(String name, Patient element) protected void
XmlParser.composePatientElements
(Patient element) protected void
JsonParser.composePatientProperties
(Patient element) protected boolean
XmlParser.parsePatientContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient res) protected void
JsonParser.parsePatientProperties
(com.google.gson.JsonObject json, Patient res) -
Uses of Patient in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return PatientModifier and TypeMethodDescriptionPatient.addAddress
(Address t) Patient.addContact
(Patient.ContactComponent t) Patient.addGeneralPractitioner
(Reference t) Patient.addIdentifier
(Identifier t) Patient.addLink
(Patient.PatientLinkComponent t) Patient.addPhoto
(Attachment t) Patient.addTelecom
(ContactPoint t) Patient.copy()
Patient.setActive
(boolean value) Patient.setActiveElement
(BooleanType value) Patient.setAddress
(List<Address> theAddress) Patient.setBirthDate
(Date value) Patient.setBirthDateElement
(DateType value) Patient.setCommunication
(List<Patient.PatientCommunicationComponent> theCommunication) Patient.setContact
(List<Patient.ContactComponent> theContact) Patient.setDeceased
(DataType value) Patient.setGender
(Enumerations.AdministrativeGender value) Patient.setGenderElement
(Enumeration<Enumerations.AdministrativeGender> value) Patient.setGeneralPractitioner
(List<Reference> theGeneralPractitioner) Patient.setIdentifier
(List<Identifier> theIdentifier) Patient.setLink
(List<Patient.PatientLinkComponent> theLink) Patient.setManagingOrganization
(Reference value) Patient.setMaritalStatus
(CodeableConcept value) Patient.setMultipleBirth
(DataType value) Patient.setPhoto
(List<Attachment> thePhoto) Patient.setTelecom
(List<ContactPoint> theTelecom) protected Patient
Patient.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Patient