public static class Provenance.AgentRelatedAgent extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A relationship between two the agents referenced in this resource. This is defined to allow for explicit description of the delegation between agents. For example, this human author used this device, or one person acted on another's behest
| Constructor and Description |
|---|
AgentRelatedAgent() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getTarget()
Gets the value(s) for target ().
|
ca.uhn.fhir.model.primitive.UriDt |
getTargetElement()
Gets the value(s) for target ().
|
CodeableConceptDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
Provenance.AgentRelatedAgent |
setTarget(String theUri)
Sets the value for target ()
|
Provenance.AgentRelatedAgent |
setTarget(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for target ()
|
Provenance.AgentRelatedAgent |
setType(CodeableConceptDt theValue)
Sets the value(s) for type ()
|
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 AgentRelatedAgent()
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 CodeableConceptDt getType()
null.
Definition: The type of relationship between agents
public Provenance.AgentRelatedAgent setType(CodeableConceptDt theValue)
Definition: The type of relationship between agents
public ca.uhn.fhir.model.primitive.UriDt getTargetElement()
null.
Definition: An internal reference to another agent listed in this provenance by its identifier
public String getTarget()
null.
Definition: An internal reference to another agent listed in this provenance by its identifier
public Provenance.AgentRelatedAgent setTarget(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: An internal reference to another agent listed in this provenance by its identifier
public Provenance.AgentRelatedAgent setTarget(String theUri)
Definition: An internal reference to another agent listed in this provenance by its identifier
Copyright © 2014–2018 University Health Network. All rights reserved.