public static class DiagnosticOrder.Event extends BaseIdentifiableElement implements IResourceBlock
Definition: A summary of the events of interest that have occurred as the request is processed; e.g. when the order was made, various processing steps (specimens received), when it was completed
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
getActor()
Gets the value(s) for actor ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getDateTime()
Gets the value(s) for dateTime ().
|
DateTimeDt |
getDateTimeElement()
Gets the value(s) for dateTime ().
|
CodeableConceptDt |
getDescription()
Gets the value(s) for description ().
|
String |
getStatus()
Gets the value(s) for status ().
|
BoundCodeDt<DiagnosticOrderStatusEnum> |
getStatusElement()
Gets the value(s) for status ().
|
boolean |
isEmpty() |
DiagnosticOrder.Event |
setActor(ResourceReferenceDt theValue)
Sets the value(s) for actor ()
|
DiagnosticOrder.Event |
setDateTime(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for dateTime ()
|
DiagnosticOrder.Event |
setDateTime(DateTimeDt theValue)
Sets the value(s) for dateTime ()
|
DiagnosticOrder.Event |
setDateTimeWithSecondsPrecision(Date theDate)
Sets the value for dateTime ()
|
DiagnosticOrder.Event |
setDescription(CodeableConceptDt theValue)
Sets the value(s) for description ()
|
DiagnosticOrder.Event |
setStatus(BoundCodeDt<DiagnosticOrderStatusEnum> theValue)
Sets the value(s) for status ()
|
DiagnosticOrder.Event |
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 Event()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeDt<DiagnosticOrderStatusEnum> getStatusElement()
null.
Definition: The status for the event
public String getStatus()
null.
Definition: The status for the event
public DiagnosticOrder.Event setStatus(BoundCodeDt<DiagnosticOrderStatusEnum> theValue)
Definition: The status for the event
public DiagnosticOrder.Event setStatus(DiagnosticOrderStatusEnum theValue)
Definition: The status for the event
public CodeableConceptDt getDescription()
null.
Definition: Additional information about the event that occurred - e.g. if the status remained unchanged
public DiagnosticOrder.Event setDescription(CodeableConceptDt theValue)
Definition: Additional information about the event that occurred - e.g. if the status remained unchanged
public DateTimeDt getDateTimeElement()
null.
Definition: The date/time at which the event occurred
public Date getDateTime()
null.
Definition: The date/time at which the event occurred
public DiagnosticOrder.Event setDateTime(DateTimeDt theValue)
Definition: The date/time at which the event occurred
public DiagnosticOrder.Event setDateTime(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: The date/time at which the event occurred
public DiagnosticOrder.Event setDateTimeWithSecondsPrecision(Date theDate)
Definition: The date/time at which the event occurred
public ResourceReferenceDt getActor()
null.
Definition: The person responsible for performing or recording the action
public DiagnosticOrder.Event setActor(ResourceReferenceDt theValue)
Definition: The person responsible for performing or recording the action
Copyright © 2014–2016 University Health Network. All rights reserved.