Class Practitioner.Qualification
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.Practitioner.Qualification
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- Practitioner
public static class Practitioner.Qualification extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Practitioner.qualification ()Definition:
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Qualification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifierDtaddIdentifier()Adds and returns a new value for identifier ()Practitioner.QualificationaddIdentifier(IdentifierDt theValue)Adds a given new value for identifier ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)CodeableConceptDtgetCode()Gets the value(s) for code ().List<IdentifierDt>getIdentifier()Gets the value(s) for identifier ().IdentifierDtgetIdentifierFirstRep()Gets the first repetition for identifier (), creating it if it does not already exist.ResourceReferenceDtgetIssuer()Gets the value(s) for issuer ().PeriodDtgetPeriod()Gets the value(s) for period ().booleanisEmpty()Practitioner.QualificationsetCode(CodeableConceptDt theValue)Sets the value(s) for code ()Practitioner.QualificationsetIdentifier(List<IdentifierDt> theValue)Sets the value(s) for identifier ()Practitioner.QualificationsetIssuer(ResourceReferenceDt theValue)Sets the value(s) for issuer ()Practitioner.QualificationsetPeriod(PeriodDt theValue)Sets the value(s) for period ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
Qualification
public Qualification()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getIdentifier
public List<IdentifierDt> getIdentifier()
Gets the value(s) for identifier (). creating it if it does not exist. Will not returnnull.Definition: An identifier that applies to this person's qualification in this role
-
setIdentifier
public Practitioner.Qualification setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier ()Definition: An identifier that applies to this person's qualification in this role
-
addIdentifier
public IdentifierDt addIdentifier()
Adds and returns a new value for identifier ()Definition: An identifier that applies to this person's qualification in this role
-
addIdentifier
public Practitioner.Qualification addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()Definition: An identifier that applies to this person's qualification in this role
- Parameters:
theValue- The identifier to add (must not benull)
-
getIdentifierFirstRep
public IdentifierDt getIdentifierFirstRep()
Gets the first repetition for identifier (), creating it if it does not already exist.Definition: An identifier that applies to this person's qualification in this role
-
getCode
public CodeableConceptDt getCode()
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull.Definition:
-
setCode
public Practitioner.Qualification setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()Definition:
-
getPeriod
public PeriodDt getPeriod()
Gets the value(s) for period (). creating it if it does not exist. Will not returnnull.Definition: Period during which the qualification is valid
-
setPeriod
public Practitioner.Qualification setPeriod(PeriodDt theValue)
Sets the value(s) for period ()Definition: Period during which the qualification is valid
-
getIssuer
public ResourceReferenceDt getIssuer()
Gets the value(s) for issuer (). creating it if it does not exist. Will not returnnull.Definition: Organization that regulates and issues the qualification
-
setIssuer
public Practitioner.Qualification setIssuer(ResourceReferenceDt theValue)
Sets the value(s) for issuer ()Definition: Organization that regulates and issues the qualification
-
-