public enum EnumHL7System extends java.lang.Enum<EnumHL7System>
| Enum Constant and Description |
|---|
HL7_SYSTEM_APPLICATIONMANAGEMENT
Enum constant of applicationmanagement Segment
|
HL7_SYSTEM_CLAIMSANDREIMBURSEMENT
Enum constant of eclaims Segment
|
HL7_SYSTEM_CLINICALLABORATORYAUTOMATION
Enum constant of clinicallaboratoryautomation Segment
|
HL7_SYSTEM_FINANCIALMANAGEMENT
Enum constant of financialmanagement Segment
|
HL7_SYSTEM_LOCALEXTENSION
Enum constant of localextenstion Segment
|
HL7_SYSTEM_MASTERFILES
Enum constant of masterfiles Segment
|
HL7_SYSTEM_MATERIALSMANAGEMENT
Enum constant of materialsmanagemnt Segment
|
HL7_SYSTEM_MEDICALRECORDS
Enum constant of medicalrecords Segment
|
HL7_SYSTEM_OBSERVATIONREPORTING
Enum constant of observationreporting Segment
|
HL7_SYSTEM_ORDERENTRY
Enum constant of ordrentry Segment
|
HL7_SYSTEM_PATIENTADMINISTRATION
Enum constant of patientadministration Segment
|
HL7_SYSTEM_PATIENTCARE
Enum constant of patientcare Segment
|
HL7_SYSTEM_PATIENTREFERRAL
Enum constant of patientreferral Segment
|
HL7_SYSTEM_PERSONNELMANAGEMENT
Enum constant of personnemanagement Segment
|
HL7_SYSTEM_QUERY
Enum constant of query Segment
|
HL7_SYSTEM_SCHEDULING
Enum constant of scheduling Segment
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the String value of this enum.
|
static EnumHL7System |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumHL7System[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumHL7System HL7_SYSTEM_APPLICATIONMANAGEMENT
public static final EnumHL7System HL7_SYSTEM_CLINICALLABORATORYAUTOMATION
public static final EnumHL7System HL7_SYSTEM_LOCALEXTENSION
public static final EnumHL7System HL7_SYSTEM_FINANCIALMANAGEMENT
public static final EnumHL7System HL7_SYSTEM_MASTERFILES
public static final EnumHL7System HL7_SYSTEM_MEDICALRECORDS
public static final EnumHL7System HL7_SYSTEM_OBSERVATIONREPORTING
public static final EnumHL7System HL7_SYSTEM_ORDERENTRY
public static final EnumHL7System HL7_SYSTEM_PATIENTADMINISTRATION
public static final EnumHL7System HL7_SYSTEM_PATIENTCARE
public static final EnumHL7System HL7_SYSTEM_PATIENTREFERRAL
public static final EnumHL7System HL7_SYSTEM_PERSONNELMANAGEMENT
public static final EnumHL7System HL7_SYSTEM_QUERY
public static final EnumHL7System HL7_SYSTEM_SCHEDULING
public static final EnumHL7System HL7_SYSTEM_CLAIMSANDREIMBURSEMENT
public static final EnumHL7System HL7_SYSTEM_MATERIALSMANAGEMENT
public static EnumHL7System[] values()
for (EnumHL7System c : EnumHL7System.values()) System.out.println(c);
public static EnumHL7System valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()