case class ClinicalInfo(Code: Option[String] = scala.None, CodeSet: Option[String] = scala.None, Description: Option[String] = scala.None, Value: Option[String] = scala.None, Units: Option[String] = scala.None, Abbreviation: Option[String] = scala.None, Notes: Seq[String] = scala.collection.Seq.empty[Nothing]) extends Product with Serializable
List of supplementary clinical information associated with the order. Often these are answers to Ask at Order Entry (AOE) questions.
- Code
Code for the information element
- CodeSet
Code set used to identify the information element. Codeset will be blank for system-defined codes. LOINC is used for a subset of AOE questions.
- Description
Description of the information element. For AOEs, this is typically the text of the AOE question
- Value
Value of the information element. For AOEs, this is typically the full answer
- Units
Units of the value. If the Value is a time range, this may be "WK"
- Abbreviation
Abbreviation of the value of the information element. Typically only present for text answer AOEs
- Notes
Notes related to the clinical info
- Alphabetic
- By Inheritance
- ClinicalInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ClinicalInfo(Code: Option[String] = scala.None, CodeSet: Option[String] = scala.None, Description: Option[String] = scala.None, Value: Option[String] = scala.None, Units: Option[String] = scala.None, Abbreviation: Option[String] = scala.None, Notes: Seq[String] = scala.collection.Seq.empty[Nothing])
- Code
Code for the information element
- CodeSet
Code set used to identify the information element. Codeset will be blank for system-defined codes. LOINC is used for a subset of AOE questions.
- Description
Description of the information element. For AOEs, this is typically the text of the AOE question
- Value
Value of the information element. For AOEs, this is typically the full answer
- Units
Units of the value. If the Value is a time range, this may be "WK"
- Abbreviation
Abbreviation of the value of the information element. Typically only present for text answer AOEs
- Notes
Notes related to the clinical info
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 Abbreviation: Option[String]
- val Code: Option[String]
- val CodeSet: Option[String]
- val Description: Option[String]
- val Notes: Seq[String]
- val Units: Option[String]
- val Value: Option[String]
-
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( ... )