Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Contact
-
Uses of Patient.Contact in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionPatient.addContact()
Adds and returns a new value for contact ()Patient.Contact.addRelationship
(CodeableConceptDt theValue) Adds a given new value for relationship ()Patient.Contact.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()Patient.getContactFirstRep()
Gets the first repetition for contact (), creating it if it does not already exist.Patient.Contact.setAddress
(AddressDt theValue) Sets the value(s) for address ()Patient.Contact.setGender
(AdministrativeGenderEnum theValue) Sets the value(s) for gender ()Patient.Contact.setGender
(ca.uhn.fhir.model.primitive.BoundCodeDt<AdministrativeGenderEnum> theValue) Sets the value(s) for gender ()Patient.Contact.setName
(HumanNameDt theValue) Sets the value(s) for name ()Patient.Contact.setOrganization
(ResourceReferenceDt theValue) Sets the value(s) for organization ()Sets the value(s) for period ()Patient.Contact.setRelationship
(List<CodeableConceptDt> theValue) Sets the value(s) for relationship ()Patient.Contact.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Modifier and TypeMethodDescriptionPatient.addContact
(Patient.Contact theValue) Adds a given new value for contact ()Modifier and TypeMethodDescriptionPatient.setContact
(List<Patient.Contact> theValue) Sets the value(s) for contact ()