Class DiagnosticOrder.Event
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.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
public static class DiagnosticOrder.Event extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: DiagnosticOrder.event ()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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceReferenceDtgetActor()Gets the value(s) for actor ().<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)DategetDateTime()Gets the value(s) for dateTime ().ca.uhn.fhir.model.primitive.DateTimeDtgetDateTimeElement()Gets the value(s) for dateTime ().CodeableConceptDtgetDescription()Gets the value(s) for description ().StringgetStatus()Gets the value(s) for status ().ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum>getStatusElement()Gets the value(s) for status ().booleanisEmpty()DiagnosticOrder.EventsetActor(ResourceReferenceDt theValue)Sets the value(s) for actor ()DiagnosticOrder.EventsetDateTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for dateTime ()DiagnosticOrder.EventsetDateTime(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for dateTime ()DiagnosticOrder.EventsetDateTimeWithSecondsPrecision(Date theDate)Sets the value for dateTime ()DiagnosticOrder.EventsetDescription(CodeableConceptDt theValue)Sets the value(s) for description ()DiagnosticOrder.EventsetStatus(DiagnosticOrderStatusEnum theValue)Sets the value(s) for status ()DiagnosticOrder.EventsetStatus(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
-
-
-
-
Constructor Detail
-
Event
public Event()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getStatusElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> getStatusElement()
Gets the value(s) for status (). creating it if it does not exist. Will not returnnull.Definition: The status for the event
-
getStatus
public String 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
public DiagnosticOrder.Event setStatus(DiagnosticOrderStatusEnum theValue)
Sets the value(s) for status ()Definition: The status for the event
-
getDescription
public CodeableConceptDt 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
public DiagnosticOrder.Event setDescription(CodeableConceptDt theValue)
Sets the value(s) for description ()Definition: Additional information about the event that occurred - e.g. if the status remained unchanged
-
getDateTimeElement
public ca.uhn.fhir.model.primitive.DateTimeDt 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
public Date 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
public DiagnosticOrder.Event setDateTime(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) 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
-
setDateTimeWithSecondsPrecision
public DiagnosticOrder.Event setDateTimeWithSecondsPrecision(Date theDate)
Sets the value for dateTime ()Definition: The date/time at which the event occurred
-
getActor
public ResourceReferenceDt 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
public DiagnosticOrder.Event setActor(ResourceReferenceDt theValue)
Sets the value(s) for actor ()Definition: The person responsible for performing or recording the action
-
-