Practitioner |
Practitioner.addAddress(AddressDt theValue) |
Adds a given new value for address ()
|
Practitioner |
Practitioner.addCommunication(CodeableConceptDt theValue) |
Adds a given new value for communication ()
|
Practitioner |
Practitioner.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier (id)
|
Practitioner |
Practitioner.addPhoto(AttachmentDt theValue) |
Adds a given new value for photo ()
|
Practitioner |
Practitioner.addPractitionerRole(Practitioner.PractitionerRole theValue) |
Adds a given new value for practitionerRole ()
|
Practitioner |
Practitioner.addQualification(Practitioner.Qualification theValue) |
Adds a given new value for qualification ()
|
Practitioner |
Practitioner.addTelecom(ContactPointDt theValue) |
Adds a given new value for telecom ()
|
Practitioner |
Practitioner.setActive(boolean theBoolean) |
Sets the value for active (status)
|
Practitioner |
Practitioner.setActive(ca.uhn.fhir.model.primitive.BooleanDt theValue) |
Sets the value(s) for active (status)
|
Practitioner |
Practitioner.setAddress(List<AddressDt> theValue) |
Sets the value(s) for address ()
|
Practitioner |
Practitioner.setBirthDate(ca.uhn.fhir.model.primitive.DateDt theValue) |
Sets the value(s) for birthDate ()
|
Practitioner |
Practitioner.setBirthDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for birthDate ()
|
Practitioner |
Practitioner.setBirthDateWithDayPrecision(Date theDate) |
Sets the value for birthDate ()
|
Practitioner |
Practitioner.setCommunication(List<CodeableConceptDt> theValue) |
Sets the value(s) for communication ()
|
Practitioner |
Practitioner.setGender(AdministrativeGenderEnum theValue) |
Sets the value(s) for gender ()
|
Practitioner |
Practitioner.setGender(ca.uhn.fhir.model.primitive.BoundCodeDt<AdministrativeGenderEnum> theValue) |
Sets the value(s) for gender ()
|
Practitioner |
Practitioner.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier (id)
|
Practitioner |
Practitioner.setName(HumanNameDt theValue) |
Sets the value(s) for name ()
|
Practitioner |
Practitioner.setPhoto(List<AttachmentDt> theValue) |
Sets the value(s) for photo ()
|
Practitioner |
Practitioner.setPractitionerRole(List<Practitioner.PractitionerRole> theValue) |
Sets the value(s) for practitionerRole ()
|
Practitioner |
Practitioner.setQualification(List<Practitioner.Qualification> theValue) |
Sets the value(s) for qualification ()
|
Practitioner |
Practitioner.setTelecom(List<ContactPointDt> theValue) |
Sets the value(s) for telecom ()
|