Class/Object

com.github.vitalsoftware.scalaredox.models

Meta

Related Docs: object Meta | package models

Permalink

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] = collection.this.Seq.empty[Nothing], Message: Option[NumericIdentifier] = scala.None, Transmission: Option[NumericIdentifier] = scala.None, FacilityCode: Option[String] = scala.None, IsIncomplete: Option[Boolean] = 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.

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] = collection.this.Seq.empty[Nothing], Message: Option[NumericIdentifier] = scala.None, Transmission: Option[NumericIdentifier] = scala.None, FacilityCode: Option[String] = scala.None, IsIncomplete: Option[Boolean] = scala.None)

    Permalink

    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.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DataModel: DataModelTypes.Value

    Permalink

    Data model.

    Data model. E.g. Scheduling, Results

  5. val Destinations: Seq[SourceDestination]

    Permalink

    List of destinations to send your message to.

    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

  6. val EventDateTime: Option[DateTime]

    Permalink

    DateTime of the event.

    DateTime of the event. ISO 8601 Format

  7. val EventType: RedoxEventTypes.Value

    Permalink

    Type of event.

    Type of event. E.g. New, Update

  8. val FacilityCode: Option[String]

    Permalink

    Code for the facility related to the message.

    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.

  9. val IsIncomplete: Option[Boolean]

    Permalink

    Indicates that a limit was reached, and not all data was returned.

    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.

  10. val Message: Option[NumericIdentifier]

    Permalink

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

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

  11. val Source: Option[SourceDestination]

    Permalink

    Where the message originated.

    Where the message originated. Included in messages from Redox

  12. val Test: Option[Boolean]

    Permalink

    Flag as a test message

  13. val Transmission: Option[NumericIdentifier]

    Permalink

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

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

  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped