org.openmrs.util
Class FormConstants

java.lang.Object
  extended by org.openmrs.util.FormConstants

public class FormConstants
extends java.lang.Object

Constants relating to forms

See Also:
Form, FormField, Field, FieldType, FieldAnswer

Field Summary
static java.lang.Integer CLASS_DRUG
          Deprecated. 
static java.lang.Integer FIELD_TYPE_CONCEPT
           
static java.lang.Integer FIELD_TYPE_DATABASE
           
static java.lang.Integer FIELD_TYPE_MISC_SET
           
static java.lang.Integer FIELD_TYPE_SECTION
           
static java.lang.Integer FIELD_TYPE_TERM_SET
           
static java.lang.String HL7_AUTHORITY_LOCAL
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_AUTHORITY_UUID
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_BOOLEAN
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_CODED
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_CODED_WITH_EXCEPTIONS
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_DATE
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_DATETIME
          Deprecated. Moved the constant to HL7Constants class
static java.lang.Object HL7_ID_PATIENT
          Deprecated. Moved the constant to HL7Constants class
static java.lang.Object HL7_ID_PERSON
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_LOCAL_CONCEPT
          Deprecated. 
static java.lang.String HL7_LOCAL_CONCEPT_NAME
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_LOCAL_DRUG
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_LOCAL_RELATIONSHIP
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_NUMERIC
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_TEXT
          Deprecated. Moved the constant to HL7Constants class
static java.lang.String HL7_TIME
          Deprecated. Moved the constant to HL7Constants class
static int INDENT_SIZE
           
static java.util.Hashtable<java.lang.String,java.lang.String> simpleDatatypes
          Deprecated. Moved the constant to HL7Constants class, List of datatypes that do not require complex definitions
 
Constructor Summary
FormConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_TYPE_CONCEPT

public static final java.lang.Integer FIELD_TYPE_CONCEPT

FIELD_TYPE_DATABASE

public static final java.lang.Integer FIELD_TYPE_DATABASE

FIELD_TYPE_TERM_SET

public static final java.lang.Integer FIELD_TYPE_TERM_SET

FIELD_TYPE_MISC_SET

public static final java.lang.Integer FIELD_TYPE_MISC_SET

FIELD_TYPE_SECTION

public static final java.lang.Integer FIELD_TYPE_SECTION

HL7_TEXT

@Deprecated
public static final java.lang.String HL7_TEXT
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_CODED

@Deprecated
public static final java.lang.String HL7_CODED
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_CODED_WITH_EXCEPTIONS

@Deprecated
public static final java.lang.String HL7_CODED_WITH_EXCEPTIONS
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_NUMERIC

@Deprecated
public static final java.lang.String HL7_NUMERIC
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_DATE

@Deprecated
public static final java.lang.String HL7_DATE
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_TIME

@Deprecated
public static final java.lang.String HL7_TIME
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_DATETIME

@Deprecated
public static final java.lang.String HL7_DATETIME
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_BOOLEAN

@Deprecated
public static final java.lang.String HL7_BOOLEAN
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_AUTHORITY_UUID

@Deprecated
public static final java.lang.String HL7_AUTHORITY_UUID
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_AUTHORITY_LOCAL

@Deprecated
public static final java.lang.String HL7_AUTHORITY_LOCAL
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_ID_PERSON

@Deprecated
public static final java.lang.Object HL7_ID_PERSON
Deprecated. Moved the constant to HL7Constants class

HL7_ID_PATIENT

@Deprecated
public static final java.lang.Object HL7_ID_PATIENT
Deprecated. Moved the constant to HL7Constants class

CLASS_DRUG

@Deprecated
public static final java.lang.Integer CLASS_DRUG
Deprecated. 

HL7_LOCAL_CONCEPT

@Deprecated
public static final java.lang.String HL7_LOCAL_CONCEPT
Deprecated. 
Used in hl7 sextuplets: 123^Primary name^99DCT^345^Chosen name^99NAM

See Also:
Constant Field Values

HL7_LOCAL_CONCEPT_NAME

@Deprecated
public static final java.lang.String HL7_LOCAL_CONCEPT_NAME
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_LOCAL_DRUG

@Deprecated
public static final java.lang.String HL7_LOCAL_DRUG
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

HL7_LOCAL_RELATIONSHIP

@Deprecated
public static final java.lang.String HL7_LOCAL_RELATIONSHIP
Deprecated. Moved the constant to HL7Constants class
See Also:
Constant Field Values

simpleDatatypes

@Deprecated
public static final java.util.Hashtable<java.lang.String,java.lang.String> simpleDatatypes
Deprecated. Moved the constant to HL7Constants class, List of datatypes that do not require complex definitions

INDENT_SIZE

public static final int INDENT_SIZE
See Also:
Constant Field Values
Constructor Detail

FormConstants

public FormConstants()

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change