Uses of Class
org.hl7.fhir.dstu3.model.Practitioner.PractitionerQualificationComponent
-
Packages that use Practitioner.PractitionerQualificationComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Practitioner.PractitionerQualificationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Practitioner.PractitionerQualificationComponent Modifier and Type Field Description protected List<Practitioner.PractitionerQualificationComponent>Practitioner. qualificationQualifications obtained by training and certification.Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type Practitioner.PractitionerQualificationComponent Modifier and Type Method Description PractitionerPractitioner. addQualification(Practitioner.PractitionerQualificationComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Practitioner.PractitionerQualificationComponent Modifier and Type Method Description PractitionerPractitioner. setQualification(List<Practitioner.PractitionerQualificationComponent> theQualification)
-