public static class Person.Link extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition:
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getAssurance()
Gets the value(s) for assurance ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<IdentityAssuranceLevelEnum> |
getAssuranceElement()
Gets the value(s) for assurance ().
|
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
boolean |
isEmpty() |
Person.Link |
setAssurance(ca.uhn.fhir.model.primitive.BoundCodeDt<IdentityAssuranceLevelEnum> theValue)
Sets the value(s) for assurance ()
|
Person.Link |
setAssurance(IdentityAssuranceLevelEnum theValue)
Sets the value(s) for assurance ()
|
Person.Link |
setTarget(ResourceReferenceDt theValue)
Sets the value(s) for target ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Link()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ResourceReferenceDt getTarget()
null.
Definition:
public Person.Link setTarget(ResourceReferenceDt theValue)
Definition:
public ca.uhn.fhir.model.primitive.BoundCodeDt<IdentityAssuranceLevelEnum> getAssuranceElement()
null.
Definition: Level of assurance that this link is actually associated with the target resource
public String getAssurance()
null.
Definition: Level of assurance that this link is actually associated with the target resource
public Person.Link setAssurance(ca.uhn.fhir.model.primitive.BoundCodeDt<IdentityAssuranceLevelEnum> theValue)
Definition: Level of assurance that this link is actually associated with the target resource
public Person.Link setAssurance(IdentityAssuranceLevelEnum theValue)
Definition: Level of assurance that this link is actually associated with the target resource
Copyright © 2014–2018 University Health Network. All rights reserved.