Uses of Class
ca.uhn.fhir.model.dstu2.resource.Person
-
Uses of Person in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionPerson.addAddress
(AddressDt theValue) Adds a given new value for address ()Person.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)Person.addLink
(Person.Link theValue) Adds a given new value for link ()Person.addName
(HumanNameDt theValue) Adds a given new value for name ()Person.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()Person.setActive
(boolean theBoolean) Sets the value for active (status)Person.setActive
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for active (status)Person.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()Person.setBirthDate
(ca.uhn.fhir.model.primitive.DateDt theValue) Sets the value(s) for birthDate ()Person.setBirthDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for birthDate ()Person.setBirthDateWithDayPrecision
(Date theDate) Sets the value for birthDate ()Person.setGender
(AdministrativeGenderEnum theValue) Sets the value(s) for gender ()Person.setGender
(ca.uhn.fhir.model.primitive.BoundCodeDt<AdministrativeGenderEnum> theValue) Sets the value(s) for gender ()Person.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Person.setLink
(List<Person.Link> theValue) Sets the value(s) for link ()Person.setManagingOrganization
(ResourceReferenceDt theValue) Sets the value(s) for managingOrganization ()Person.setName
(List<HumanNameDt> theValue) Sets the value(s) for name ()Person.setPhoto
(AttachmentDt theValue) Sets the value(s) for photo ()Person.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()