public static class Contract.Actor extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: List of Contract actors
| Constructor and Description |
|---|
Actor() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addRole()
Adds and returns a new value for role ()
|
Contract.Actor |
addRole(CodeableConceptDt theValue)
Adds a given new value for role ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getEntity()
Gets the value(s) for entity ().
|
List<CodeableConceptDt> |
getRole()
Gets the value(s) for role ().
|
CodeableConceptDt |
getRoleFirstRep()
Gets the first repetition for role (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Contract.Actor |
setEntity(ResourceReferenceDt theValue)
Sets the value(s) for entity ()
|
Contract.Actor |
setRole(List<CodeableConceptDt> theValue)
Sets the value(s) for role ()
|
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 Actor()
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 getEntity()
null.
Definition: Who or what actors are assigned roles in this Contract.
public Contract.Actor setEntity(ResourceReferenceDt theValue)
Definition: Who or what actors are assigned roles in this Contract.
public List<CodeableConceptDt> getRole()
null.
Definition: Role type of actors assigned roles in this Contract.
public Contract.Actor setRole(List<CodeableConceptDt> theValue)
Definition: Role type of actors assigned roles in this Contract.
public CodeableConceptDt addRole()
Definition: Role type of actors assigned roles in this Contract.
public Contract.Actor addRole(CodeableConceptDt theValue)
Definition: Role type of actors assigned roles in this Contract.
theValue - The role to add (must not be null)public CodeableConceptDt getRoleFirstRep()
Definition: Role type of actors assigned roles in this Contract.
Copyright © 2014–2018 University Health Network. All rights reserved.