Uses of Class
org.hl7.fhir.dstu2.model.Address
-
Packages that use Address Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Address in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Address Modifier and Type Method Description protected voidJsonParser. composeAddress(String name, Address element)protected voidXmlParser. composeAddress(String name, Address element)protected voidJsonParser. composeAddressInner(Address element) -
Uses of Address in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Address Modifier and Type Field Description 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.dstu2.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. addressAddresses for the individual.protected List<Address>Person. addressOne or more addresses for the person.protected List<Address>Practitioner. addressThe postal address where the practitioner can be found or visited or to which mail can be delivered.protected List<Address>RelatedPerson. addressAddress where the related person can be contacted or visited.Methods in org.hl7.fhir.dstu2.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.dstu2.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)LocationLocation. setAddress(Address value)Organization.OrganizationContactComponentOrganization.OrganizationContactComponent. setAddress(Address value)Patient.ContactComponentPatient.ContactComponent. setAddress(Address value)
-