FieldResponse

data class FieldResponse(val maxOccurs: Int, val minOccurs: Int, val name: String, val table: String, val type: String)

A (sub) field of a type.

Constructors

Link copied to clipboard
fun FieldResponse(maxOccurs: Int, minOccurs: Int, name: String, table: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of times this field can be repeated. 0 or -1 means unbounded.

Link copied to clipboard

The minimum number of times this field must be present/repeated.

Link copied to clipboard

The name of the field. For example, "PID-1" or just "1".

Link copied to clipboard

The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".

Link copied to clipboard

The type of this field. A Type with this name must be defined in an Hl7TypesConfig.