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: 912.555

Package: Police and Security

ESP POLICE TRAINING(#912.5)-->912.55-->912.555

Sub-Field: 912.555


Information

Parent File Name Number Package
912.55 SUBJECT 912.555 Police and Security

Details

Field # Name Loc Type Details
.01 SUBJECT 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  OCT 26, 1992
  • HELP-PROMPT:  Answer must be [1-30 characters].
  • DESCRIPTION:  
    Enter the subject or course title for the training received.
  • CROSS-REFERENCE:  912.555^B
    1)= S ^ESP(912.5,DA(2),5,DA(1),5,"B",$E(X,1,30),DA)=""
    2)= K ^ESP(912.5,DA(2),5,DA(1),5,"B",$E(X,1,30),DA)
.02 TYPE 0;2 SET
  • 'F' FOR FIRE/SAFETY;
  • 'I/O' FOR IN-SERVICE/OTHER;
  • 'O' FOR ORIENTATION;
  • 'P1' FOR PHASE I;
  • 'P2' FOR PHASE II;

  • LAST EDITED:  OCT 29, 1992
  • HELP-PROMPT:  Enter the type.
  • DESCRIPTION:  
    Enter the category type of the training received. You must select from the available codes.
.03 INSTRUCTOR 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  OCT 26, 1992
  • HELP-PROMPT:  Answer must be [1-30 characters].
  • DESCRIPTION:  
    Enter the name of the instructor providing the training. Name format should be: LAST,FIRST MIDDLE same as name format through out the program.
.04 MINUTES 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 26, 1992
  • HELP-PROMPT:  Answer must be numeric[1-999999].
  • DESCRIPTION:  
    Enter the number of minutes of training received. The program will convert the minutes to hours automatically.
.05 HOURS COMPUTED

  • MUMPS CODE:  S Y(912.555,.05,1)=$S($D(^ESP(912.5,D0,5,D1,5,D2,0)):^(0),1:"") S X=$P(Y(912.555,.05,1),U,4)/60+.005*100\1/100 S X=$J(X,0,2)
  • ALGORITHM:  MINUTES/60+.005*100\1/100 (ALWAYS 2 DECIMAL DIGITS)
  • DESCRIPTION:  
    The minutes field (.04) will automatically be converted to hours of training.
  • SUM:  S X=S("912.555^.04")/60+.005*100\1/100 S Y=X
Info |  Details