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.QualificationPractitioner.Qualification.Builder. build()Build thePractitioner.QualificationMethods 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.BuilderPractitioner.Qualification.Builder. from(Practitioner.Qualification qualification)Practitioner.BuilderPractitioner.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 voidPractitioner.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.BuilderPractitioner.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. 
 -