
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Contact
Packages that use Patient.Contact
-
Uses of Patient.Contact in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Patient.ContactModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Patient.ContactMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Patient.ContactModifier and TypeMethodDescriptionPatient.addContact(Patient.Contact theValue) Adds a given new value for contact ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Patient.ContactModifier and TypeMethodDescriptionPatient.setContact(List<Patient.Contact> theValue) Sets the value(s) for contact ()