Packages

case class Meta(DataModel: DataModelTypes.Value, EventType: RedoxEventTypes.Value, EventDateTime: Option[DateTime] = scala.None, Test: Option[Boolean] = scala.None, Source: Option[SourceDestination] = scala.None, Destinations: Seq[SourceDestination] = scala.collection.Seq.empty[Nothing], Message: Option[NumericIdentifier] = scala.None, Transmission: Option[NumericIdentifier] = scala.None, FacilityCode: Option[String] = scala.None, IsIncomplete: Option[Boolean] = scala.None, CanceledEvent: Option[RedoxEventTypes.Value] = scala.None) extends Product with Serializable

Request/response header meta-data

DataModel

Data model. E.g. Scheduling, Results

EventType

Type of event. E.g. New, Update

EventDateTime

DateTime of the event. ISO 8601 Format

Test

Flag as a test message

Source

Where the message originated. Included in messages from Redox

Destinations

List of destinations to send your message to. All messages must have at least one destination. Queries accept only one destination. Required when sending data to Redox

Message

Record in Redox that corresponds to the communication sent from the source to Redox. Included in messages from Redox

Transmission

Record in Redox that corresponds to the communication sent from Redox to your destination. Included in messages from Redox

FacilityCode

Code for the facility related to the message. Only use this field if a health system indicates you should. The code is specific to the health system's EHR and might not be unique across health systems. In general, the facility fields within the data models (e.g. OrderingFacility) are more reliable and informative.

IsIncomplete

Indicates that a limit was reached, and not all data was returned. If true, the sender may want to restrict the parameters of the request in order to match fewer results.

CanceledEvent

Type of event being canceled. E.g. Arrival, Discharge, PreAdmit

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Meta
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Meta(DataModel: DataModelTypes.Value, EventType: RedoxEventTypes.Value, EventDateTime: Option[DateTime] = scala.None, Test: Option[Boolean] = scala.None, Source: Option[SourceDestination] = scala.None, Destinations: Seq[SourceDestination] = scala.collection.Seq.empty[Nothing], Message: Option[NumericIdentifier] = scala.None, Transmission: Option[NumericIdentifier] = scala.None, FacilityCode: Option[String] = scala.None, IsIncomplete: Option[Boolean] = scala.None, CanceledEvent: Option[RedoxEventTypes.Value] = scala.None)

    DataModel

    Data model. E.g. Scheduling, Results

    EventType

    Type of event. E.g. New, Update

    EventDateTime

    DateTime of the event. ISO 8601 Format

    Test

    Flag as a test message

    Source

    Where the message originated. Included in messages from Redox

    Destinations

    List of destinations to send your message to. All messages must have at least one destination. Queries accept only one destination. Required when sending data to Redox

    Message

    Record in Redox that corresponds to the communication sent from the source to Redox. Included in messages from Redox

    Transmission

    Record in Redox that corresponds to the communication sent from Redox to your destination. Included in messages from Redox

    FacilityCode

    Code for the facility related to the message. Only use this field if a health system indicates you should. The code is specific to the health system's EHR and might not be unique across health systems. In general, the facility fields within the data models (e.g. OrderingFacility) are more reliable and informative.

    IsIncomplete

    Indicates that a limit was reached, and not all data was returned. If true, the sender may want to restrict the parameters of the request in order to match fewer results.

    CanceledEvent

    Type of event being canceled. E.g. Arrival, Discharge, PreAdmit

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CanceledEvent: Option[RedoxEventTypes.Value]
  5. val DataModel: DataModelTypes.Value
  6. val Destinations: Seq[SourceDestination]
  7. val EventDateTime: Option[DateTime]
  8. val EventType: RedoxEventTypes.Value
  9. val FacilityCode: Option[String]
  10. val IsIncomplete: Option[Boolean]
  11. val Message: Option[NumericIdentifier]
  12. val Source: Option[SourceDestination]
  13. val Test: Option[Boolean]
  14. val Transmission: Option[NumericIdentifier]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped