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