case class Order(ID: String, TransactionDateTime: Option[DateTime] = scala.None, CollectionDateTime: Option[DateTime] = scala.None, Specimen: Option[Specimen] = scala.None, Procedure: Option[CodeSet] = scala.None, Provider: Option[OrderProvider] = scala.None, OrderingFacility: Option[OrderingFacility] = scala.None, Priority: Option[OrderPriorityTypes.Value] = scala.None, Expiration: Option[LocalDate] = scala.None, Comments: Option[String] = scala.None, Notes: Seq[String] = scala.collection.Seq.empty[Nothing], Diagnoses: Seq[CodeSet] = scala.collection.Seq.empty[Nothing], ClinicalInfo: Seq[ClinicalInfo] = scala.collection.Seq.empty[Nothing]) extends Product with Serializable
Order messages communicate details of diagnostic tests such as labs, radiology imaging, etc.
- ID
ID of the order assigned by the placing system
- TransactionDateTime
DateTime the order was placed
- CollectionDateTime
DateTime the specimen was collected
- Specimen
Source of the specimen.
- Procedure
Procedure that was ordered
- Provider
Provider making the order
- OrderingFacility
Facility this order was placed in
- Priority
Priority of the order. One of the following: "Stat", "ASAP", "Routine", "Preoperative", "Timing Critical".
- Expiration
Date when the order becomes invalid. In YYYY-MM-DD format
- Comments
Clinically relevant comments regarding the order
- Notes
Order-level notes
- Diagnoses
List of diagnoses associated with this order
- ClinicalInfo
List of supplementary clinical information associated with the order. Often these are answers to Ask at Order Entry (AOE) questions.
- Alphabetic
- By Inheritance
- Order
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Order(ID: String, TransactionDateTime: Option[DateTime] = scala.None, CollectionDateTime: Option[DateTime] = scala.None, Specimen: Option[Specimen] = scala.None, Procedure: Option[CodeSet] = scala.None, Provider: Option[OrderProvider] = scala.None, OrderingFacility: Option[OrderingFacility] = scala.None, Priority: Option[OrderPriorityTypes.Value] = scala.None, Expiration: Option[LocalDate] = scala.None, Comments: Option[String] = scala.None, Notes: Seq[String] = scala.collection.Seq.empty[Nothing], Diagnoses: Seq[CodeSet] = scala.collection.Seq.empty[Nothing], ClinicalInfo: Seq[ClinicalInfo] = scala.collection.Seq.empty[Nothing])
- ID
ID of the order assigned by the placing system
- TransactionDateTime
DateTime the order was placed
- CollectionDateTime
DateTime the specimen was collected
- Specimen
Source of the specimen.
- Procedure
Procedure that was ordered
- Provider
Provider making the order
- OrderingFacility
Facility this order was placed in
- Priority
Priority of the order. One of the following: "Stat", "ASAP", "Routine", "Preoperative", "Timing Critical".
- Expiration
Date when the order becomes invalid. In YYYY-MM-DD format
- Comments
Clinically relevant comments regarding the order
- Notes
Order-level notes
- Diagnoses
List of diagnoses associated with this order
- ClinicalInfo
List of supplementary clinical information associated with the order. Often these are answers to Ask at Order Entry (AOE) questions.
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 ClinicalInfo: Seq[ClinicalInfo]
- val CollectionDateTime: Option[DateTime]
- val Comments: Option[String]
- val Diagnoses: Seq[CodeSet]
- val Expiration: Option[LocalDate]
- val ID: String
- val Notes: Seq[String]
- val OrderingFacility: Option[OrderingFacility]
- val Priority: Option[OrderPriorityTypes.Value]
- val Procedure: Option[CodeSet]
- val Provider: Option[OrderProvider]
- val Specimen: Option[Specimen]
- 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( ... )