Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient
-
Uses of Patient in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionPatient.addAddress
(AddressDt theValue) Adds a given new value for address ()Patient.addCommunication
(Patient.Communication theValue) Adds a given new value for communication ()Patient.addContact
(Patient.Contact theValue) Adds a given new value for contact ()Patient.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)Patient.addLink
(Patient.Link theValue) Adds a given new value for link ()Patient.addName
(HumanNameDt theValue) Adds a given new value for name ()Patient.addPhoto
(AttachmentDt theValue) Adds a given new value for photo ()Patient.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()Patient.setActive
(boolean theBoolean) Sets the value for active (status)Patient.setActive
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for active (status)Patient.setAddress
(List<AddressDt> theValue) Sets the value(s) for address ()Patient.setAnimal
(Patient.Animal theValue) Sets the value(s) for animal ()Patient.setBirthDate
(ca.uhn.fhir.model.primitive.DateDt theValue) Sets the value(s) for birthDate ()Patient.setBirthDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for birthDate ()Patient.setBirthDateWithDayPrecision
(Date theDate) Sets the value for birthDate ()Patient.setCareProvider
(List<ResourceReferenceDt> theValue) Sets the value(s) for careProvider ()Patient.setCommunication
(List<Patient.Communication> theValue) Sets the value(s) for communication ()Patient.setContact
(List<Patient.Contact> theValue) Sets the value(s) for contact ()Patient.setDeceased
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for deceased[x] ()Patient.setGender
(AdministrativeGenderEnum theValue) Sets the value(s) for gender ()Patient.setGender
(ca.uhn.fhir.model.primitive.BoundCodeDt<AdministrativeGenderEnum> theValue) Sets the value(s) for gender ()Patient.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Patient.setLink
(List<Patient.Link> theValue) Sets the value(s) for link ()Patient.setManagingOrganization
(ResourceReferenceDt theValue) Sets the value(s) for managingOrganization ()Patient.setMaritalStatus
(BoundCodeableConceptDt<MaritalStatusCodesEnum> theValue) Sets the value(s) for maritalStatus ()Patient.setMaritalStatus
(MaritalStatusCodesEnum theValue) Sets the value(s) for maritalStatus ()Patient.setMultipleBirth
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for multipleBirth[x] ()Patient.setName
(List<HumanNameDt> theValue) Sets the value(s) for name ()Patient.setPhoto
(List<AttachmentDt> theValue) Sets the value(s) for photo ()Patient.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()