public static class DiagnosticOrder.Event extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getDateTime()
Gets the value(s) for dateTime ().
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getDateTimeElement()
Gets the value(s) for dateTime ().
|
CodeableConceptDt |
getDescription()
Gets the value(s) for description ().
|
String |
getStatus()
Gets the value(s) for status ().
|
ca.uhn.fhir.model.primitive.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,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for dateTime ()
|
DiagnosticOrder.Event |
setDateTime(ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Event()
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 ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> getStatusElement()
null.
Definition: The status for the event
public String getStatus()
null.
Definition: The status for the event
public DiagnosticOrder.Event setStatus(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
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 DiagnosticOrder.Event setDateTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
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–2018 University Health Network. All rights reserved.