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 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 PatientModifier and TypeMethodDescriptionprotected 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 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 PatientPatient.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Patient