
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Practitioner.Qualification
Packages that use Practitioner.Qualification
-
Uses of Practitioner.Qualification in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Practitioner.QualificationModifier and TypeMethodDescriptionPractitioner.Qualification.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier ()Practitioner.addQualification()
Adds and returns a new value for qualification ()Practitioner.getQualificationFirstRep()
Gets the first repetition for qualification (), creating it if it does not already exist.Practitioner.Qualification.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()Practitioner.Qualification.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier ()Practitioner.Qualification.setIssuer
(ResourceReferenceDt theValue) Sets the value(s) for issuer ()Sets the value(s) for period ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Practitioner.QualificationModifier and TypeMethodDescriptionPractitioner.getQualification()
Gets the value(s) for qualification ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Practitioner.QualificationModifier and TypeMethodDescriptionPractitioner.addQualification
(Practitioner.Qualification theValue) Adds a given new value for qualification ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Practitioner.QualificationModifier and TypeMethodDescriptionPractitioner.setQualification
(List<Practitioner.Qualification> theValue) Sets the value(s) for qualification ()