public enum PatientVisitCreationType extends Enum<PatientVisitCreationType>
| Modifier and Type | Method and Description |
|---|---|
static PatientVisitCreationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatientVisitCreationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatientVisitCreationType UNKNOWN
public static final PatientVisitCreationType USERINPUT
public static final PatientVisitCreationType IMPORT
public static final PatientVisitCreationType INSERT_EVAL_WITH_PAT
public static final PatientVisitCreationType MC3000_IMPORT
public static final PatientVisitCreationType HL7_IMPORT
public static final PatientVisitCreationType CIPC_IMPORT
public static final PatientVisitCreationType DBSYNC
public static final PatientVisitCreationType AUTO
public static final PatientVisitCreationType EXTDATA_IMPORT
public static final PatientVisitCreationType DB_TEST
public static final PatientVisitCreationType DICOM_WORKLIST_IMPORT
public static final PatientVisitCreationType DUMMY_PATIENT_AUTO_REMOVE_EVAL
public static final PatientVisitCreationType DUMMY_PATIENT_PERMANENT_EVAL
public static final PatientVisitCreationType DATABASE_TEST_PAT
public static final PatientVisitCreationType CREATE_BY_TOTALIMPORT
public static final PatientVisitCreationType UPDATE_BY_TOTALIMPORT
public static final PatientVisitCreationType HL7_IMPORT_TEMP
public static PatientVisitCreationType[] values()
for (PatientVisitCreationType c : PatientVisitCreationType.values()) System.out.println(c);
public static PatientVisitCreationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.