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
- Alphabetic
- By Inheritance
- Meta
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
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 CanceledEvent: Option[RedoxEventTypes.Value]
- val DataModel: DataModelTypes.Value
- val Destinations: Seq[SourceDestination]
- val EventDateTime: Option[DateTime]
- val EventType: RedoxEventTypes.Value
- val FacilityCode: Option[String]
- val IsIncomplete: Option[Boolean]
- val Message: Option[NumericIdentifier]
- val Source: Option[SourceDestination]
- val Test: Option[Boolean]
- val Transmission: Option[NumericIdentifier]
-
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( ... )