Uses of Class
org.linuxforhealth.fhir.model.resource.Practitioner.Qualification
-
Packages that use Practitioner.Qualification Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Practitioner.Qualification in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Practitioner.Qualification Modifier and Type Method Description Practitioner.Qualification
Practitioner.Qualification.Builder. build()
Build thePractitioner.Qualification
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Practitioner.Qualification Modifier and Type Method Description java.util.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 org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type Practitioner.Qualification Modifier and Type Method Description Practitioner.Builder
Practitioner.Builder. qualification(java.util.Collection<Practitioner.Qualification> qualification)
The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner.
-