Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 811.9255

Package: Clinical Reminders

REMINDER DEFINITION(#811.9)-->811.925-->811.9255

Sub-Field: 811.9255


Information

Parent File Name Number Package
811.925 FUNCTION LIST 811.9255 Clinical Reminders

Details

Field # Name Loc Type Details
.01 FUNCTION NUMBER 0;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  SEP 11, 2003
  • HELP-PROMPT:  Do not edit this field.
  • DESCRIPTION:  FUNCTION NUMBER is an internal counter of the functions used in the function string. For example, if the function string is MIN_DATE(1,2)>MAX_DATE(3) then function number 1 is MIN_DATE and function number 2 is
    MAX_DATE. The function numbers correspond with the internal number used in field #10 LOGIC. For the above function string the LOGIC field would be FN(1)>FN(2).
.02 FUNCTION 0;2 POINTER TO REMINDER FUNCTION FINDING FUNCTIONS FILE (#802.4) REMINDER FUNCTION FINDING FUNCTIONS(#802.4)

  • LAST EDITED:  DEC 16, 2002
  • HELP-PROMPT:  Do not edit this field.
  • DESCRIPTION:  FUNCTION is a pointer to the Function File, #802.4. For example, if the function string is MIN_DATE(1,2)>MAX_DATE(3) then function number 1 is MIN_DATE and FUNCTION is the pointer to the MIN_DATE funtion in file
    #802.4
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
20 FUNCTION PARAMETER LIST 20;0 Multiple #811.9256 811.9256

  • LAST EDITED:  APR 03, 2015
  • DESCRIPTION:  The FUNCTION PARAMETER LIST multiple is the list of parameters for each function in the function string. For example, if the function string is MIN_DATE(1,2)>MAX_DATE(3) then the parameter list for function number
    1 is 1 and 2 and the parameter list for function 2 is 3.
    This list is automatically generated by the reminder definition editor.
Info |  Details