| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.composite | |
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
AddressDt |
AddressDt.addLine(String theString)
Adds a new value for line ()
|
AddressDt |
AddressDt.addLine(StringDt theValue)
Adds a given new value for line ()
|
AddressDt |
AddressDt.setCity(String theString)
Sets the value for city ()
|
AddressDt |
AddressDt.setCity(StringDt theValue)
Sets the value(s) for city ()
|
AddressDt |
AddressDt.setCountry(String theString)
Sets the value for country ()
|
AddressDt |
AddressDt.setCountry(StringDt theValue)
Sets the value(s) for country ()
|
AddressDt |
AddressDt.setDistrict(String theString)
Sets the value for district ()
|
AddressDt |
AddressDt.setDistrict(StringDt theValue)
Sets the value(s) for district ()
|
AddressDt |
AddressDt.setLine(List<StringDt> theValue)
Sets the value(s) for line ()
|
AddressDt |
AddressDt.setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
AddressDt |
AddressDt.setPostalCode(String theString)
Sets the value for postalCode ()
|
AddressDt |
AddressDt.setPostalCode(StringDt theValue)
Sets the value(s) for postalCode ()
|
AddressDt |
AddressDt.setState(String theString)
Sets the value for state ()
|
AddressDt |
AddressDt.setState(StringDt theValue)
Sets the value(s) for state ()
|
AddressDt |
AddressDt.setText(String theString)
Sets the value for text ()
|
AddressDt |
AddressDt.setText(StringDt theValue)
Sets the value(s) for text ()
|
AddressDt |
AddressDt.setType(AddressTypeEnum theValue)
Sets the value(s) for type ()
|
AddressDt |
AddressDt.setType(BoundCodeDt<AddressTypeEnum> theValue)
Sets the value(s) for type ()
|
AddressDt |
AddressDt.setUse(AddressUseEnum theValue)
Sets the value(s) for use ()
|
AddressDt |
AddressDt.setUse(BoundCodeDt<AddressUseEnum> theValue)
Sets the value(s) for use ()
|
| Modifier and Type | Method and Description |
|---|---|
AddressDt |
RelatedPerson.addAddress()
Adds and returns a new value for address ()
|
AddressDt |
Practitioner.addAddress()
Adds and returns a new value for address ()
|
AddressDt |
Person.addAddress()
Adds and returns a new value for address ()
|
AddressDt |
Patient.addAddress()
Adds and returns a new value for address ()
|
AddressDt |
Organization.addAddress()
Adds and returns a new value for address ()
|
AddressDt |
Patient.Contact.getAddress()
Gets the value(s) for address ().
|
AddressDt |
Organization.Contact.getAddress()
Gets the value(s) for address ().
|
AddressDt |
Location.getAddress()
Gets the value(s) for address ().
|
AddressDt |
RelatedPerson.getAddressFirstRep()
Gets the first repetition for address (),
creating it if it does not already exist.
|
AddressDt |
Practitioner.getAddressFirstRep()
Gets the first repetition for address (),
creating it if it does not already exist.
|
AddressDt |
Person.getAddressFirstRep()
Gets the first repetition for address (),
creating it if it does not already exist.
|
AddressDt |
Patient.getAddressFirstRep()
Gets the first repetition for address (),
creating it if it does not already exist.
|
AddressDt |
Organization.getAddressFirstRep()
Gets the first repetition for address (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddressDt> |
RelatedPerson.getAddress()
Gets the value(s) for address ().
|
List<AddressDt> |
Practitioner.getAddress()
Gets the value(s) for address ().
|
List<AddressDt> |
Person.getAddress()
Gets the value(s) for address ().
|
List<AddressDt> |
Patient.getAddress()
Gets the value(s) for address ().
|
List<AddressDt> |
Organization.getAddress()
Gets the value(s) for address ().
|
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.addAddress(AddressDt theValue)
Adds a given new value for address ()
|
Practitioner |
Practitioner.addAddress(AddressDt theValue)
Adds a given new value for address ()
|
Person |
Person.addAddress(AddressDt theValue)
Adds a given new value for address ()
|
Patient |
Patient.addAddress(AddressDt theValue)
Adds a given new value for address ()
|
Organization |
Organization.addAddress(AddressDt theValue)
Adds a given new value for address ()
|
Patient.Contact |
Patient.Contact.setAddress(AddressDt theValue)
Sets the value(s) for address ()
|
Organization.Contact |
Organization.Contact.setAddress(AddressDt theValue)
Sets the value(s) for address ()
|
Location |
Location.setAddress(AddressDt theValue)
Sets the value(s) for address ()
|
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.setAddress(List<AddressDt> theValue)
Sets the value(s) for address ()
|
Practitioner |
Practitioner.setAddress(List<AddressDt> theValue)
Sets the value(s) for address ()
|
Person |
Person.setAddress(List<AddressDt> theValue)
Sets the value(s) for address ()
|
Patient |
Patient.setAddress(List<AddressDt> theValue)
Sets the value(s) for address ()
|
Organization |
Organization.setAddress(List<AddressDt> theValue)
Sets the value(s) for address ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.