Class DiagnosticOrder.Event
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
DiagnosticOrder
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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()
Gets the value(s) for actor ().<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for dateTime ().ca.uhn.fhir.model.primitive.DateTimeDt
Gets the value(s) for dateTime ().Gets the value(s) for description ().Gets the value(s) for status ().ca.uhn.fhir.model.primitive.BoundCodeDt
<DiagnosticOrderStatusEnum> Gets the value(s) for status ().boolean
isEmpty()
setActor
(ResourceReferenceDt theValue) Sets the value(s) for actor ()setDateTime
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for dateTime ()setDateTime
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for dateTime ()setDateTimeWithSecondsPrecision
(Date theDate) Sets the value for dateTime ()setDescription
(CodeableConceptDt theValue) Sets the value(s) for description ()setStatus
(DiagnosticOrderStatusEnum theValue) Sets the value(s) for status ()setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> theValue) Sets the value(s) for status ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getStatusElement
Gets the value(s) for status (). creating it if it does not exist. Will not returnnull
.Definition: The status for the event
-
getStatus
Gets the value(s) for status (). creating it if it does not exist. This method may returnnull
.Definition: The status for the event
-
setStatus
public DiagnosticOrder.Event setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> theValue) Sets the value(s) for status ()Definition: The status for the event
-
setStatus
Sets the value(s) for status ()Definition: The status for the event
-
getDescription
Gets the value(s) for description (). creating it if it does not exist. Will not returnnull
.Definition: Additional information about the event that occurred - e.g. if the status remained unchanged
-
setDescription
Sets the value(s) for description ()Definition: Additional information about the event that occurred - e.g. if the status remained unchanged
-
getDateTimeElement
Gets the value(s) for dateTime (). creating it if it does not exist. Will not returnnull
.Definition: The date/time at which the event occurred
-
getDateTime
Gets the value(s) for dateTime (). creating it if it does not exist. This method may returnnull
.Definition: The date/time at which the event occurred
-
setDateTime
Sets the value(s) for dateTime ()Definition: The date/time at which the event occurred
-
setDateTimeWithSecondsPrecision
Sets the value for dateTime ()Definition: The date/time at which the event occurred
-
setDateTime
public DiagnosticOrder.Event setDateTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for dateTime ()Definition: The date/time at which the event occurred
-
getActor
Gets the value(s) for actor (). creating it if it does not exist. Will not returnnull
.Definition: The person responsible for performing or recording the action
-
setActor
Sets the value(s) for actor ()Definition: The person responsible for performing or recording the action
-