Uses of Class
ca.uhn.fhir.model.dstu2.resource.RelatedPerson
-
Uses of RelatedPerson in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionRelatedPerson.addAddress
(AddressDt theValue) Adds a given new value for address ()RelatedPerson.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)RelatedPerson.addPhoto
(AttachmentDt theValue) Adds a given new value for photo ()RelatedPerson.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()RelatedPerson.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()RelatedPerson.setBirthDate
(ca.uhn.fhir.model.primitive.DateDt theValue) Sets the value(s) for birthDate ()RelatedPerson.setBirthDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for birthDate ()RelatedPerson.setBirthDateWithDayPrecision
(Date theDate) Sets the value for birthDate ()RelatedPerson.setGender
(AdministrativeGenderEnum theValue) Sets the value(s) for gender ()RelatedPerson.setGender
(ca.uhn.fhir.model.primitive.BoundCodeDt<AdministrativeGenderEnum> theValue) Sets the value(s) for gender ()RelatedPerson.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)RelatedPerson.setName
(HumanNameDt theValue) Sets the value(s) for name ()RelatedPerson.setPatient
(ResourceReferenceDt theValue) Sets the value(s) for patient ()Sets the value(s) for period (when.done)RelatedPerson.setPhoto
(List<AttachmentDt> theValue) Sets the value(s) for photo ()RelatedPerson.setRelationship
(CodeableConceptDt theValue) Sets the value(s) for relationship (class)RelatedPerson.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()