VersionSourceResponse

data class VersionSourceResponse(val mshField: String, val value: String)

Describes a selector for extracting and matching an MSH field to a value.

Constructors

Link copied to clipboard
fun VersionSourceResponse(mshField: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field to extract from the MSH segment. For example, "3.1" or "181.1".

Link copied to clipboard

The value to match with the field. For example, "My Application Name" or "2.3".