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

Package: Automated Information Collection System

ENCOUNTER FORM TRACKING(#357.96)-->357.962

Sub-Field: 357.962


Information

Parent File Name Number Package
ENCOUNTER FORM TRACKING(#357.96) OVERFLOW DATA 357.962 Automated Information Collection System

Details

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

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  FEB 26, 1997
  • HELP-PROMPT:  Type a Number between 1 and 9999, 0 Decimal Digits
  • DESCRIPTION:  
    The number of the item on the particular list where it appears.
  • CROSS-REFERENCE:  357.962^B
    1)= S ^IBD(357.96,DA(1),2,"B",$E(X,1,30),DA)=""
    2)= K ^IBD(357.96,DA(1),2,"B",$E(X,1,30),DA)
.03 DATA TYPE 0;3 POINTER TO PACKAGE INTERFACE FILE (#357.6) PACKAGE INTERFACE(#357.6)

  • INPUT TRANSFORM:  S DIC("S")="I $P(^(0),U,6)=1,$P(^(0),U,9)=1" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  FEB 26, 1997
  • HELP-PROMPT:  What type of data does the bubble relate to?
  • DESCRIPTION:  
    The Package Interface that describes the data.
  • SCREEN:  S DIC("S")="I $P(^(0),U,6)=1,$P(^(0),U,9)=1"
  • EXPLANATION:  Must be an available interface for accepting input.
.04 VALUE TO PASS 0;4 FREE TEXT

  • INPUT TRANSFORM:  X:$P($G(^IBD(357.96,D0,2,D1,0)),U,3) $G(^IBE(357.6,$P($G(^(0)),U,3),9))
  • OUTPUT TRANSFORM:  X:$P($G(^IBD(357.96,D0,2,D1,0)),U,3) $G(^IBE(357.6,$P($G(^(0)),U,3),14))
  • LAST EDITED:  FEB 26, 1997
  • HELP-PROMPT:  What value should be entered into the database?
  • DESCRIPTION:  
    The value associated with the item on the list. It will usually be a code or pointer.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.06 FIELD ID 0;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • LAST EDITED:  FEB 26, 1997
  • HELP-PROMPT:  Answer must be 1-10 characters in length.
  • DESCRIPTION:  
    This field is used to document the form object the list item belongs to.
  • CROSS-REFERENCE:  357.962^AD^MUMPS
    1)= S ^IBD(357.96,DA(1),"AD",X,$P(^IBD(357.96,DA(1),2,DA,0),"^"),DA)=""
    2)= K ^IBD(357.96,DA(1),"AD",X,$P(^IBD(357.96,DA(1),2,DA,0),"^"),DA)
    Used for look-up on overflow data by field id.
.08 DISPLAYED TEXT 0;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  FEB 26, 1997
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  
    The text that the provider sees appearing on the form that is associated with the item.
Info |  Details