Uses of Class
com.ibm.fhir.model.resource.Practitioner.Qualification
-
Packages that use Practitioner.Qualification Package Description com.ibm.fhir.model.resource -
-
Uses of Practitioner.Qualification in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Practitioner.Qualification Modifier and Type Method Description Practitioner.Qualification
Practitioner.Qualification.Builder. build()
Build thePractitioner.Qualification
Methods in com.ibm.fhir.model.resource that return types with arguments of type Practitioner.Qualification Modifier and Type Method Description List<Practitioner.Qualification>
Practitioner. getQualification()
The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner.Methods in com.ibm.fhir.model.resource with parameters of type Practitioner.Qualification Modifier and Type Method Description protected Practitioner.Qualification.Builder
Practitioner.Qualification.Builder. from(Practitioner.Qualification qualification)
Practitioner.Builder
Practitioner.Builder. qualification(Practitioner.Qualification... qualification)
The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner.protected void
Practitioner.Qualification.Builder. validate(Practitioner.Qualification qualification)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Practitioner.Qualification Modifier and Type Method Description Practitioner.Builder
Practitioner.Builder. qualification(Collection<Practitioner.Qualification> qualification)
The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner.
-