Uses of Class
ca.uhn.fhir.model.dstu2.composite.AddressDt
-
Packages that use AddressDt Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource -
-
Uses of AddressDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return AddressDt Modifier and Type Method Description AddressDtAddressDt. addLine(ca.uhn.fhir.model.primitive.StringDt theValue)Adds a given new value for line ()AddressDtAddressDt. addLine(String theString)Adds a new value for line ()AddressDtAddressDt. setCity(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for city ()AddressDtAddressDt. setCity(String theString)Sets the value for city ()AddressDtAddressDt. setCountry(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for country ()AddressDtAddressDt. setCountry(String theString)Sets the value for country ()AddressDtAddressDt. setDistrict(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for district ()AddressDtAddressDt. setDistrict(String theString)Sets the value for district ()AddressDtAddressDt. setLine(List<ca.uhn.fhir.model.primitive.StringDt> theValue)Sets the value(s) for line ()AddressDtAddressDt. setPeriod(PeriodDt theValue)Sets the value(s) for period ()AddressDtAddressDt. setPostalCode(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for postalCode ()AddressDtAddressDt. setPostalCode(String theString)Sets the value for postalCode ()AddressDtAddressDt. setState(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for state ()AddressDtAddressDt. setState(String theString)Sets the value for state ()AddressDtAddressDt. setText(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for text ()AddressDtAddressDt. setText(String theString)Sets the value for text ()AddressDtAddressDt. setType(AddressTypeEnum theValue)Sets the value(s) for type ()AddressDtAddressDt. setType(ca.uhn.fhir.model.primitive.BoundCodeDt<AddressTypeEnum> theValue)Sets the value(s) for type ()AddressDtAddressDt. setUse(AddressUseEnum theValue)Sets the value(s) for use ()AddressDtAddressDt. setUse(ca.uhn.fhir.model.primitive.BoundCodeDt<AddressUseEnum> theValue)Sets the value(s) for use () -
Uses of AddressDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AddressDt Modifier and Type Method Description AddressDtOrganization. addAddress()Adds and returns a new value for address ()AddressDtPatient. addAddress()Adds and returns a new value for address ()AddressDtPerson. addAddress()Adds and returns a new value for address ()AddressDtPractitioner. addAddress()Adds and returns a new value for address ()AddressDtRelatedPerson. addAddress()Adds and returns a new value for address ()AddressDtLocation. getAddress()Gets the value(s) for address ().AddressDtOrganization.Contact. getAddress()Gets the value(s) for address ().AddressDtPatient.Contact. getAddress()Gets the value(s) for address ().AddressDtOrganization. getAddressFirstRep()Gets the first repetition for address (), creating it if it does not already exist.AddressDtPatient. getAddressFirstRep()Gets the first repetition for address (), creating it if it does not already exist.AddressDtPerson. getAddressFirstRep()Gets the first repetition for address (), creating it if it does not already exist.AddressDtPractitioner. getAddressFirstRep()Gets the first repetition for address (), creating it if it does not already exist.AddressDtRelatedPerson. getAddressFirstRep()Gets the first repetition for address (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type AddressDt Modifier and Type Method Description List<AddressDt>Organization. getAddress()Gets the value(s) for address ().List<AddressDt>Patient. getAddress()Gets the value(s) for address ().List<AddressDt>Person. getAddress()Gets the value(s) for address ().List<AddressDt>Practitioner. getAddress()Gets the value(s) for address ().List<AddressDt>RelatedPerson. getAddress()Gets the value(s) for address ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AddressDt Modifier and Type Method Description OrganizationOrganization. addAddress(AddressDt theValue)Adds a given new value for address ()PatientPatient. addAddress(AddressDt theValue)Adds a given new value for address ()PersonPerson. addAddress(AddressDt theValue)Adds a given new value for address ()PractitionerPractitioner. addAddress(AddressDt theValue)Adds a given new value for address ()RelatedPersonRelatedPerson. addAddress(AddressDt theValue)Adds a given new value for address ()LocationLocation. setAddress(AddressDt theValue)Sets the value(s) for address ()Organization.ContactOrganization.Contact. setAddress(AddressDt theValue)Sets the value(s) for address ()Patient.ContactPatient.Contact. setAddress(AddressDt theValue)Sets the value(s) for address ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AddressDt Modifier and Type Method Description OrganizationOrganization. setAddress(List<AddressDt> theValue)Sets the value(s) for address ()PatientPatient. setAddress(List<AddressDt> theValue)Sets the value(s) for address ()PersonPerson. setAddress(List<AddressDt> theValue)Sets the value(s) for address ()PractitionerPractitioner. setAddress(List<AddressDt> theValue)Sets the value(s) for address ()RelatedPersonRelatedPerson. setAddress(List<AddressDt> theValue)Sets the value(s) for address ()
-