public static class DiagnosticOrder.Item extends BaseIdentifiableElement implements IResourceBlock
Definition: The specific diagnostic investigations that are requested as part of this request. Sometimes, there can only be one item per request, but in most contexts, more than one investigation can be requested
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticOrder.Event |
addEvent()
Adds and returns a new value for event ()
|
DiagnosticOrder.Item |
addEvent(DiagnosticOrder.Event theValue)
Adds a given new value for event ()
|
ResourceReferenceDt |
addSpecimen()
Adds and returns a new value for specimen ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getBodySite()
Gets the value(s) for bodySite ().
|
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
List<DiagnosticOrder.Event> |
getEvent()
Gets the value(s) for event ().
|
DiagnosticOrder.Event |
getEventFirstRep()
Gets the first repetition for event (),
creating it if it does not already exist.
|
List<ResourceReferenceDt> |
getSpecimen()
Gets the value(s) for specimen ().
|
String |
getStatus()
Gets the value(s) for status ().
|
BoundCodeDt<DiagnosticOrderStatusEnum> |
getStatusElement()
Gets the value(s) for status ().
|
boolean |
isEmpty() |
DiagnosticOrder.Item |
setBodySite(CodeableConceptDt theValue)
Sets the value(s) for bodySite ()
|
DiagnosticOrder.Item |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()
|
DiagnosticOrder.Item |
setEvent(List<DiagnosticOrder.Event> theValue)
Sets the value(s) for event ()
|
DiagnosticOrder.Item |
setSpecimen(List<ResourceReferenceDt> theValue)
Sets the value(s) for specimen ()
|
DiagnosticOrder.Item |
setStatus(BoundCodeDt<DiagnosticOrderStatusEnum> theValue)
Sets the value(s) for status ()
|
DiagnosticOrder.Item |
setStatus(DiagnosticOrderStatusEnum theValue)
Sets the value(s) for status ()
|
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 Item()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getCode()
null.
Definition: A code that identifies a particular diagnostic investigation, or panel of investigations, that have been requested
public DiagnosticOrder.Item setCode(CodeableConceptDt theValue)
Definition: A code that identifies a particular diagnostic investigation, or panel of investigations, that have been requested
public List<ResourceReferenceDt> getSpecimen()
null.
Definition: If the item is related to a specific specimen
public DiagnosticOrder.Item setSpecimen(List<ResourceReferenceDt> theValue)
Definition: If the item is related to a specific specimen
public ResourceReferenceDt addSpecimen()
Definition: If the item is related to a specific specimen
public CodeableConceptDt getBodySite()
null.
Definition: Anatomical location where the request test should be performed. This is the target site.
public DiagnosticOrder.Item setBodySite(CodeableConceptDt theValue)
Definition: Anatomical location where the request test should be performed. This is the target site.
public BoundCodeDt<DiagnosticOrderStatusEnum> getStatusElement()
null.
Definition: The status of this individual item within the order
public String getStatus()
null.
Definition: The status of this individual item within the order
public DiagnosticOrder.Item setStatus(BoundCodeDt<DiagnosticOrderStatusEnum> theValue)
Definition: The status of this individual item within the order
public DiagnosticOrder.Item setStatus(DiagnosticOrderStatusEnum theValue)
Definition: The status of this individual item within the order
public List<DiagnosticOrder.Event> getEvent()
null.
Definition: A summary of the events of interest that have occurred as this item of the request is processed
public DiagnosticOrder.Item setEvent(List<DiagnosticOrder.Event> theValue)
Definition: A summary of the events of interest that have occurred as this item of the request is processed
public DiagnosticOrder.Event addEvent()
Definition: A summary of the events of interest that have occurred as this item of the request is processed
public DiagnosticOrder.Item addEvent(DiagnosticOrder.Event theValue)
Definition: A summary of the events of interest that have occurred as this item of the request is processed
theValue - The event to add (must not be null)public DiagnosticOrder.Event getEventFirstRep()
Definition: A summary of the events of interest that have occurred as this item of the request is processed
Copyright © 2014–2016 University Health Network. All rights reserved.