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

Package: Text Integration Utility

TIU DOCUMENT PARAMETERS(#8925.95)-->8925.951

Sub-Field: 8925.951


Information

Parent File Name Number Package
TIU DOCUMENT PARAMETERS(#8925.95) PROCESSING STEPS 8925.951 Text Integration Utility

Details

Field # Name Loc Type Details
.01 PROCESSING STEPS 0;1 POINTER TO USR ACTION FILE (#8930.8) USR ACTION(#8930.8)

  • LAST EDITED:  JUN 30, 1995
  • HELP-PROMPT:  Please indicate a step involved in processing this document.
  • DESCRIPTION:  
    This is a step or action (e.g., verification) in the processing of a document that moves it from one state (e.g., unverified) to another (e.g., unsigned).
  • CROSS-REFERENCE:  8925.951^B
    1)= S ^TIU(8925.95,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^TIU(8925.95,DA(1),1,"B",$E(X,1,30),DA)
.02 SEQUENCE 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUN 30, 1995
  • HELP-PROMPT:  Indicate the order in processing in which this step should occur.
  • DESCRIPTION:  
    This is the serial sequence in the processing of this document in which the current step should ordinarily occur.
.03 REQUIRED 0;3 SET
  • '0' FOR OPTIONAL;
  • '1' FOR REQUIRED;

  • LAST EDITED:  JUN 30, 1995
  • HELP-PROMPT:  Indicate whether the step is required or optional.
  • DESCRIPTION:  
    Indicate whether this step is required or optional for completion of this document (e.g., Progress Notes must be cosigned ONLY when the author is a Medical Student).
.04 RESULTING STATUS 0;4 POINTER TO TIU STATUS FILE (#8925.6) TIU STATUS(#8925.6)

  • LAST EDITED:  JUN 30, 1995
  • HELP-PROMPT:  Indicate the status which results on completion of the step.
  • DESCRIPTION:  
    This is the status of the document following completion of the step in question. For instance, if a discharge summary should attain the status UNSIGNED, following the verification step, this would be indicated here.
.05 CONDITION TEXT 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<3) X
  • LAST EDITED:  JUN 30, 1995
  • HELP-PROMPT:  Indicate the condition under which the step is necessary.
  • DESCRIPTION:  
    Describe the condition under which an optional step will be required (e.g., cosignature of a Progress Note is required only when the author of the note is a provider in training, e.g., a Medical Student).
1 CONDITION CODE 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUN 30, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This is a line of MUMPS code which imposes the condition by which an optional step must occur. It must modify the boolean special variable, $TEST, to indicate whether the step must occur. e.g., in the case where a
    medical student author's a progress note, the MUMPS code for the condition may look like:
    I +$$ISA^USRLM(TIUAUTH,"MEDICAL STUDENT")
    WRITE AUTHORITY: @
Info |  Details