com.merge.HL7.v240.fields
Class HL7FieldConstants
java.lang.Object
com.merge.HL7.v240.fields.HL7FieldConstants
public class HL7FieldConstants
- extends java.lang.Object
Contains the set of Fields available in this version of the standard
|
Field Summary |
static int |
AD
|
static int |
CD
|
static int |
CE
|
static int |
CF
|
static int |
CK
|
static int |
CN
|
static int |
CNE
|
static int |
CP
|
static int |
CQ
|
static int |
CWE
|
static int |
CX
|
static int |
DLN
|
static int |
DR
|
static int |
DT
|
static int |
ED
|
static int |
EI
|
static int |
FC
|
static int |
FN
|
static int |
FT
|
static int |
HD
|
static int |
ID
|
static int |
IS
|
static int |
JCC
|
static int |
MA
|
static int |
MO
|
static int |
NA
|
static int |
NM
|
static int |
PL
|
static int |
PN
|
static int |
PPN
|
static int |
PT
|
static int |
QIP
|
static int |
QSC
|
static int |
RCD
|
static int |
RI
|
static int |
RP
|
static int |
SAD
|
static int |
SCV
|
static int |
SI
|
static int |
SN
|
static int |
SRT
|
static int |
ST
|
static int |
TM
|
static int |
TN
|
static int |
TQ
|
static int |
TS
|
static int |
TX
|
static int |
VH
|
static int |
VID
|
static int |
XAD
|
static int |
XCN
|
static int |
XON
|
static int |
XPN
|
static int |
XTN
|
|
Method Summary |
static int |
getConstantForName(java.lang.String dataType)
Gets an integer representing the HL7 data type as defined by the fields of this class. |
static java.util.Enumeration<java.lang.String> |
getSegmentNames()
Gets an enumeration of HL7 Field names in this version of the standard |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AD
public static final int AD
- See Also:
- Constant Field Values
CD
public static final int CD
- See Also:
- Constant Field Values
CE
public static final int CE
- See Also:
- Constant Field Values
CF
public static final int CF
- See Also:
- Constant Field Values
CK
public static final int CK
- See Also:
- Constant Field Values
CN
public static final int CN
- See Also:
- Constant Field Values
CNE
public static final int CNE
- See Also:
- Constant Field Values
CP
public static final int CP
- See Also:
- Constant Field Values
CQ
public static final int CQ
- See Also:
- Constant Field Values
CWE
public static final int CWE
- See Also:
- Constant Field Values
CX
public static final int CX
- See Also:
- Constant Field Values
DLN
public static final int DLN
- See Also:
- Constant Field Values
DR
public static final int DR
- See Also:
- Constant Field Values
DT
public static final int DT
- See Also:
- Constant Field Values
ED
public static final int ED
- See Also:
- Constant Field Values
EI
public static final int EI
- See Also:
- Constant Field Values
FC
public static final int FC
- See Also:
- Constant Field Values
FN
public static final int FN
- See Also:
- Constant Field Values
FT
public static final int FT
- See Also:
- Constant Field Values
HD
public static final int HD
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
IS
public static final int IS
- See Also:
- Constant Field Values
JCC
public static final int JCC
- See Also:
- Constant Field Values
MA
public static final int MA
- See Also:
- Constant Field Values
MO
public static final int MO
- See Also:
- Constant Field Values
NA
public static final int NA
- See Also:
- Constant Field Values
NM
public static final int NM
- See Also:
- Constant Field Values
PL
public static final int PL
- See Also:
- Constant Field Values
PN
public static final int PN
- See Also:
- Constant Field Values
PPN
public static final int PPN
- See Also:
- Constant Field Values
PT
public static final int PT
- See Also:
- Constant Field Values
QIP
public static final int QIP
- See Also:
- Constant Field Values
QSC
public static final int QSC
- See Also:
- Constant Field Values
RCD
public static final int RCD
- See Also:
- Constant Field Values
RI
public static final int RI
- See Also:
- Constant Field Values
RP
public static final int RP
- See Also:
- Constant Field Values
SAD
public static final int SAD
- See Also:
- Constant Field Values
SCV
public static final int SCV
- See Also:
- Constant Field Values
SI
public static final int SI
- See Also:
- Constant Field Values
SN
public static final int SN
- See Also:
- Constant Field Values
SRT
public static final int SRT
- See Also:
- Constant Field Values
ST
public static final int ST
- See Also:
- Constant Field Values
TM
public static final int TM
- See Also:
- Constant Field Values
TN
public static final int TN
- See Also:
- Constant Field Values
TQ
public static final int TQ
- See Also:
- Constant Field Values
TS
public static final int TS
- See Also:
- Constant Field Values
TX
public static final int TX
- See Also:
- Constant Field Values
VH
public static final int VH
- See Also:
- Constant Field Values
VID
public static final int VID
- See Also:
- Constant Field Values
XAD
public static final int XAD
- See Also:
- Constant Field Values
XCN
public static final int XCN
- See Also:
- Constant Field Values
XON
public static final int XON
- See Also:
- Constant Field Values
XPN
public static final int XPN
- See Also:
- Constant Field Values
XTN
public static final int XTN
- See Also:
- Constant Field Values
HL7FieldConstants
public HL7FieldConstants()
getSegmentNames
public static java.util.Enumeration<java.lang.String> getSegmentNames()
- Gets an enumeration of HL7 Field names in this version of the standard
- Returns:
- The Enumeration representing all segments in this standard
getConstantForName
public static int getConstantForName(java.lang.String dataType)
- Gets an integer representing the HL7 data type as defined by the fields of this class.
- Parameters:
dataType - The HL7 data type.
- Returns:
- the integer representing the data type