public class HL7ValueTypeConstants
extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BL
Boolean.
|
static String |
CD
Code vom Typ "CD" (s.
|
static String |
CV
Code mit Version (optional).
|
static String |
DOUBLE
Kommazahl.
|
static String |
INT
Integer (Ganzzahl).
|
static String |
IVL_INT
Intervall von Integers (Ganzzahlen).
|
static String |
IVL_PQ
Intervall von Wert/Einheit-Paaren.
|
static String |
IVXB_INT
Integer (Ganzzahl) als Teil eines Intervalls, mit Information, ob der Wert Teil des Intervalls ist.
|
static String |
IVXB_PQ
Wert/Einheit-Paar als Teil eines Intervalls, mit Information, ob der Wert Teil des Intervalls ist.
|
static String |
PQ
Wert/Einheit-Paar.
|
static String |
RTO
Bruch oder Verhältnis.
|
static String |
RTO_PQ_PQ
Bruch oder Verhältnis von Wert/Einheit-Paaren.
|
static String |
RTO_QTY_QTY
Bruch oder Verhältnis.
|
static String |
ST
String (Zeichenkette).
|
static String |
TS
Datum oder Datum + Uhrzeit.
|
| Constructor and Description |
|---|
HL7ValueTypeConstants() |
public static final String PQ
HL7CompoundType.PQ,
Constant Field Valuespublic static final String IVL_PQ
public static final String IVXB_PQ
HL7CompoundType.BOUNDED,
Constant Field Valuespublic static final String INT
public static final String IVXB_INT
HL7CompoundType.BOUNDED,
Constant Field Valuespublic static final String IVL_INT
public static final String BL
public static final String ST
public static final String CV
HL7CompoundType.CODE,
Constant Field Valuespublic static final String TS
public static final String CD
HL7CompoundType.CODE,
Constant Field Valuespublic static final String RTO
HL7CompoundType.RATIO,
Constant Field Valuespublic static final String RTO_QTY_QTY
HL7CompoundType.RATIO,
Constant Field Valuespublic static final String RTO_PQ_PQ
HL7CompoundType.RATIO,
Constant Field Valuespublic static final String DOUBLE