Uses of Class
org.hl7.fhir.r4.model.Practitioner.PractitionerQualificationComponent
-
Packages that use Practitioner.PractitionerQualificationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Practitioner.PractitionerQualificationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Practitioner.PractitionerQualificationComponent Modifier and Type Method Description protected Practitioner.PractitionerQualificationComponentJsonParser. parsePractitionerPractitionerQualificationComponent(com.google.gson.JsonObject json, Practitioner owner)protected Practitioner.PractitionerQualificationComponentXmlParser. parsePractitionerPractitionerQualificationComponent(org.xmlpull.v1.XmlPullParser xpp, Practitioner owner) -
Uses of Practitioner.PractitionerQualificationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Practitioner.PractitionerQualificationComponent Modifier and Type Field Description protected List<Practitioner.PractitionerQualificationComponent>Practitioner. qualificationThe official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner.Methods in org.hl7.fhir.r4.model that return types with arguments of type Practitioner.PractitionerQualificationComponent Modifier and Type Method Description List<Practitioner.PractitionerQualificationComponent>Practitioner. getQualification()Methods in org.hl7.fhir.r4.model with parameters of type Practitioner.PractitionerQualificationComponent Modifier and Type Method Description PractitionerPractitioner. addQualification(Practitioner.PractitionerQualificationComponent t)voidPractitioner.PractitionerQualificationComponent. copyValues(Practitioner.PractitionerQualificationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Practitioner.PractitionerQualificationComponent Modifier and Type Method Description PractitionerPractitioner. setQualification(List<Practitioner.PractitionerQualificationComponent> theQualification)
-