; Field DESCRIPTION and Help-Prompt. N=File, F=Field
PAGE
; PAGE BREAK
START
;
; --- Display routine description.
FIELDS(F)
; Process fields in File F.
FINFO(N,F)
; Return SET values, or Pointed-To. N=File, F=Field
TYPE(P)
; Return TYPE of field. Input is the 2nd piece of the 0th node.
MORE
;
; CodeSetID: This is an identifier that is used to uniquely identify
; the codeset. Some of these codeset ids are the formal
; standard identifier such as "ICD 9-CM" or "ISO 3166";
; others have been assigned an unofficial codeset id.
; Acronym: This is an abbreviated name for the codeset.
; Name: This is the name of the codeset.
; Requirement: This is an indicator that specifies the codeset is
; required by regulation. An "H" denotes that the codeset
; is required for HIPAA; an "O" denotes a requirement by
; the Office of Management and Budget (OMB).
; Source: This is the originating source of the codeset.
; Information: This is information about the codeset or the location
; of information about the codeset.
; Note: This contains notes that may assist in locating, using,
; documenting, etc., the codeset.
; DateType: This is the datatype of the codeset.
; MinSize: This is the maximum character size of the coded value.
; MaxSize: This is the minimum character size of the coded value.