public static class Practitioner.Qualification extends BaseIdentifiableElement implements IResourceBlock
Definition:
| Constructor and Description |
|---|
Qualification() |
| Modifier and Type | Method and Description |
|---|---|
IdentifierDt |
addIdentifier()
Adds and returns a new value for identifier ()
|
Practitioner.Qualification |
addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
List<IdentifierDt> |
getIdentifier()
Gets the value(s) for identifier ().
|
IdentifierDt |
getIdentifierFirstRep()
Gets the first repetition for identifier (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getIssuer()
Gets the value(s) for issuer ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
boolean |
isEmpty() |
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 ()
|
Practitioner.Qualification |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Qualification()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<IdentifierDt> getIdentifier()
null.
Definition: An identifier that applies to this person's qualification in this role
public Practitioner.Qualification setIdentifier(List<IdentifierDt> theValue)
Definition: An identifier that applies to this person's qualification in this role
public IdentifierDt addIdentifier()
Definition: An identifier that applies to this person's qualification in this role
public Practitioner.Qualification addIdentifier(IdentifierDt theValue)
Definition: An identifier that applies to this person's qualification in this role
theValue - The identifier to add (must not be null)public IdentifierDt getIdentifierFirstRep()
Definition: An identifier that applies to this person's qualification in this role
public CodeableConceptDt getCode()
null.
Definition:
public Practitioner.Qualification setCode(CodeableConceptDt theValue)
Definition:
public PeriodDt getPeriod()
null.
Definition: Period during which the qualification is valid
public Practitioner.Qualification setPeriod(PeriodDt theValue)
Definition: Period during which the qualification is valid
public ResourceReferenceDt getIssuer()
null.
Definition: Organization that regulates and issues the qualification
public Practitioner.Qualification setIssuer(ResourceReferenceDt theValue)
Definition: Organization that regulates and issues the qualification
Copyright © 2014–2016 University Health Network. All rights reserved.