
Uses of Class
ca.uhn.fhir.model.dstu2.composite.AddressDt
Packages that use AddressDt
-
Uses of AddressDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return AddressDtModifier and TypeMethodDescriptionAddressDt.addLine
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for line ()Adds a new value for line ()AddressDt.setCity
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for city ()Sets the value for city ()AddressDt.setCountry
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for country ()AddressDt.setCountry
(String theString) Sets the value for country ()AddressDt.setDistrict
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for district ()AddressDt.setDistrict
(String theString) Sets the value for district ()Sets the value(s) for line ()Sets the value(s) for period ()AddressDt.setPostalCode
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for postalCode ()AddressDt.setPostalCode
(String theString) Sets the value for postalCode ()AddressDt.setState
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for state ()Sets the value for state ()AddressDt.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()AddressDt.setType
(AddressTypeEnum theValue) Sets the value(s) for type ()AddressDt.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<AddressTypeEnum> theValue) Sets the value(s) for type ()AddressDt.setUse
(AddressUseEnum theValue) Sets the value(s) for use ()AddressDt.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 AddressDtModifier and TypeMethodDescriptionOrganization.addAddress()
Adds and returns a new value for address ()Patient.addAddress()
Adds and returns a new value for address ()Person.addAddress()
Adds and returns a new value for address ()Practitioner.addAddress()
Adds and returns a new value for address ()RelatedPerson.addAddress()
Adds and returns a new value for address ()Location.getAddress()
Gets the value(s) for address ().Organization.Contact.getAddress()
Gets the value(s) for address ().Patient.Contact.getAddress()
Gets the value(s) for address ().Organization.getAddressFirstRep()
Gets the first repetition for address (), creating it if it does not already exist.Patient.getAddressFirstRep()
Gets the first repetition for address (), creating it if it does not already exist.Person.getAddressFirstRep()
Gets the first repetition for address (), creating it if it does not already exist.Practitioner.getAddressFirstRep()
Gets the first repetition for address (), creating it if it does not already exist.RelatedPerson.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 AddressDtModifier and TypeMethodDescriptionOrganization.getAddress()
Gets the value(s) for address ().Patient.getAddress()
Gets the value(s) for address ().Person.getAddress()
Gets the value(s) for address ().Practitioner.getAddress()
Gets the value(s) for address ().RelatedPerson.getAddress()
Gets the value(s) for address ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AddressDtModifier and TypeMethodDescriptionOrganization.addAddress
(AddressDt theValue) Adds a given new value for address ()Patient.addAddress
(AddressDt theValue) Adds a given new value for address ()Person.addAddress
(AddressDt theValue) Adds a given new value for address ()Practitioner.addAddress
(AddressDt theValue) Adds a given new value for address ()RelatedPerson.addAddress
(AddressDt theValue) Adds a given new value for address ()Location.setAddress
(AddressDt theValue) Sets the value(s) for address ()Organization.Contact.setAddress
(AddressDt theValue) Sets the value(s) for address ()Patient.Contact.setAddress
(AddressDt theValue) Sets the value(s) for address ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AddressDtModifier and TypeMethodDescriptionOrganization.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()Patient.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()Person.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()Practitioner.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()RelatedPerson.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()