Uses of Class
org.hl7.fhir.r4.model.Address
-
Packages that use Address Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Address in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Address Modifier and Type Method Description protected AddressJsonParser. parseAddress(com.google.gson.JsonObject json)protected AddressXmlParser. parseAddress(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Address Modifier and Type Method Description protected voidJsonParser. composeAddress(String name, Address element)protected voidRdfParser. composeAddress(Turtle.Complex parent, String parentType, String name, Address element, int index)protected voidXmlParser. composeAddress(String name, Address element)protected voidXmlParser. composeAddressElements(Address element)protected voidJsonParser. composeAddressInner(Address element)protected booleanXmlParser. parseAddressContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Address res)protected voidJsonParser. parseAddressProperties(com.google.gson.JsonObject json, Address res) -
Uses of Address in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Address Modifier and Type Field Description protected AddressInsurancePlan.InsurancePlanContactComponent. addressVisiting or postal addresses for the contact.protected AddressLocation. addressPhysical location.protected AddressOrganization.OrganizationContactComponent. addressVisiting or postal addresses for the contact.protected AddressPatient.ContactComponent. addressAddress for the contact person.Fields in org.hl7.fhir.r4.model with type parameters of type Address Modifier and Type Field Description protected List<Address>Organization. addressAn address for the organization.protected List<Address>Patient. addressAn address for the individual.protected List<Address>Person. addressOne or more addresses for the person.protected List<Address>Practitioner. addressAddress(es) of the practitioner that are not role specific (typically home address).protected List<Address>RelatedPerson. addressAddress where the related person can be contacted or visited.Methods in org.hl7.fhir.r4.model that return types with arguments of type Address Modifier and Type Method Description List<Address>Organization. getAddress()List<Address>Patient. getAddress()List<Address>Person. getAddress()List<Address>Practitioner. getAddress()List<Address>RelatedPerson. getAddress()Methods in org.hl7.fhir.r4.model with parameters of type Address Modifier and Type Method Description OrganizationOrganization. addAddress(Address t)PatientPatient. addAddress(Address t)PersonPerson. addAddress(Address t)PractitionerPractitioner. addAddress(Address t)RelatedPersonRelatedPerson. addAddress(Address t)voidAddress. copyValues(Address dst)InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. setAddress(Address value)LocationLocation. setAddress(Address value)Organization.OrganizationContactComponentOrganization.OrganizationContactComponent. setAddress(Address value)Patient.ContactComponentPatient.ContactComponent. setAddress(Address value)Method parameters in org.hl7.fhir.r4.model with type arguments of type Address Modifier and Type Method Description OrganizationOrganization. setAddress(List<Address> theAddress)PatientPatient. setAddress(List<Address> theAddress)PersonPerson. setAddress(List<Address> theAddress)PractitionerPractitioner. setAddress(List<Address> theAddress)RelatedPersonRelatedPerson. setAddress(List<Address> theAddress)
-