case class OrderResult(ID: String, ApplicationOrderID: Option[String] = scala.None, TransactionDateTime: Option[DateTime] = scala.None, CollectionDateTime: Option[DateTime] = scala.None, CompletionDateTime: Option[DateTime] = scala.None, Notes: Seq[String] = scala.collection.Seq.empty[Nothing], ResultsStatus: Option[ResultsStatusTypes.Value] = scala.None, Procedure: Option[CodeSet] = scala.None, Provider: Option[Provider] = scala.None, Status: String, ResponseFlag: Option[String] = scala.None, Priority: Option[OrderPriorityTypes.Value] = scala.None, Results: Seq[Result] = scala.collection.Seq.empty[Nothing]) extends Product with Serializable
Results from an Order
- ID
ID of the order assigned by the placing system
- ApplicationOrderID
ID assigned by the application fulfilling the order
- TransactionDateTime
DateTime at which the order status was updated.
- CollectionDateTime
DateTime the specimen was collected
- CompletionDateTime
Date and time the results were composed into a report and released.
- Notes
Order-level notes
- ResultsStatus
Current overall status of the order. One of the following: "Final", "Preliminary", "In Process", "Corrected", "Canceled".
- Procedure
Procedure that was ordered
- Provider
Provider making the order
- Status
Current status of the order. The default value is "Resulted".
- ResponseFlag
Specificity of the response requested from the receiving system. One of the following: "Acknowledgement", "Exceptions", "Replacements", "Associated Segments", "Confirmations" . This list is in increasing specificity, and the value selected will incorpate all previous options. Derived from HL7 Table 0121. The default value is "Associated Segments".
- Priority
Priority of the order. One of the following: "Stat", "ASAP", "Routine", "Preoperative", "Timing Critical".
- Results
List of result components and their values
- Alphabetic
- By Inheritance
- OrderResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
OrderResult(ID: String, ApplicationOrderID: Option[String] = scala.None, TransactionDateTime: Option[DateTime] = scala.None, CollectionDateTime: Option[DateTime] = scala.None, CompletionDateTime: Option[DateTime] = scala.None, Notes: Seq[String] = scala.collection.Seq.empty[Nothing], ResultsStatus: Option[ResultsStatusTypes.Value] = scala.None, Procedure: Option[CodeSet] = scala.None, Provider: Option[Provider] = scala.None, Status: String, ResponseFlag: Option[String] = scala.None, Priority: Option[OrderPriorityTypes.Value] = scala.None, Results: Seq[Result] = scala.collection.Seq.empty[Nothing])
- ID
ID of the order assigned by the placing system
- ApplicationOrderID
ID assigned by the application fulfilling the order
- TransactionDateTime
DateTime at which the order status was updated.
- CollectionDateTime
DateTime the specimen was collected
- CompletionDateTime
Date and time the results were composed into a report and released.
- Notes
Order-level notes
- ResultsStatus
Current overall status of the order. One of the following: "Final", "Preliminary", "In Process", "Corrected", "Canceled".
- Procedure
Procedure that was ordered
- Provider
Provider making the order
- Status
Current status of the order. The default value is "Resulted".
- ResponseFlag
Specificity of the response requested from the receiving system. One of the following: "Acknowledgement", "Exceptions", "Replacements", "Associated Segments", "Confirmations" . This list is in increasing specificity, and the value selected will incorpate all previous options. Derived from HL7 Table 0121. The default value is "Associated Segments".
- Priority
Priority of the order. One of the following: "Stat", "ASAP", "Routine", "Preoperative", "Timing Critical".
- Results
List of result components and their values
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ApplicationOrderID: Option[String]
- val CollectionDateTime: Option[DateTime]
- val CompletionDateTime: Option[DateTime]
- val ID: String
- val Notes: Seq[String]
- val Priority: Option[OrderPriorityTypes.Value]
- val Procedure: Option[CodeSet]
- val Provider: Option[Provider]
- val ResponseFlag: Option[String]
- val Results: Seq[Result]
- val ResultsStatus: Option[ResultsStatusTypes.Value]
- val Status: String
- val TransactionDateTime: Option[DateTime]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )