TypeResponse

data class TypeResponse(val fields: List<FieldResponse>, val name: String, val primitive: String)

A type definition for some HL7v2 type (incl. Segments and Datatypes).

Constructors

Link copied to clipboard
fun TypeResponse(fields: List<FieldResponse>, name: String, primitive: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The (sub) fields this type has (if not primitive).

Link copied to clipboard

The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".

Link copied to clipboard

If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.