STANDARD DATA DICTIONARY #357.95 -- FORM DEFINITION FILE                                                          3/24/25    PAGE 1
STORED IN ^IBD(357.95,  *** NO DATA STORED YET ***   SITE: WWW.BMIRWIN.COM   UCI: VISTA,VISTA                      (VERSION 3.0)   

DATA          NAME                  GLOBAL        DATA
ELEMENT       TITLE                 LOCATION      TYPE
-----------------------------------------------------------------------------------------------------------------------------------
Contains information about the form needed to process the input.  


COMPILED CROSS-REFERENCE ROUTINE: IBDX95
              DD ACCESS: @
              RD ACCESS: @
              WR ACCESS: @
             DEL ACCESS: @
           LAYGO ACCESS: @
           AUDIT ACCESS: @
IDENTIFIED BY: SOURCE (#.03)[R], DATE CREATED (#.2), FORM NAME (#.21)

POINTED TO BY: FORM TYPE field (#.04) of the ENCOUNTER FORM TRACKING File (#357.96) 
               

CROSS
REFERENCED BY: BUBBLE ROW(AC), BUBBLE COLUMN(AC1), HAND PRINT ROW(AD), HAND PRINT COLUMN(AD1), DATE MARKED FOR DELETION(ADEL), 
               TYPE OF DATA(AE), DATA QUALIFIER(AE1), PRIMARY VALUE(AE2), CLINICS USING THIS FORM(AFC), FORM TYPE ID(B), 
               SOURCE(C), PANDAS FORMID(D)



357.95,.01    FORM TYPE ID           0;1 NUMBER (Required)

              INPUT TRANSFORM:  K X
              LAST EDITED:      DEC 18, 1995 
              HELP-PROMPT:      Can not be entered through FileMan! 
              DESCRIPTION:      This number should be unique for the encounter form type. It equals the ien. Editing the form
                                results in a new FORM TYPE ID being assigned.  

              NOTES:            XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER

              CROSS-REFERENCE:  357.95^B 
                                1)= S ^IBD(357.95,"B",$E(X,1,30),DA)=""
                                2)= K ^IBD(357.95,"B",$E(X,1,30),DA)


357.95,.02    DATE MARKED FOR DELETION 0;2 DATE

              INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      OCT 04, 1995 
              HELP-PROMPT:      Enter the date the form was deleted or edited. 
              DESCRIPTION:      The date is when the form was deleted or edited. When the last printed form is accounted for the
                                entry can be deleted.  

              CROSS-REFERENCE:  357.95^ADEL 
                                1)= S ^IBD(357.95,"ADEL",$E(X,1,30),DA)=""
                                2)= K ^IBD(357.95,"ADEL",$E(X,1,30),DA)
                                Regular cross reference of file.  Used to find entries marked for deletion by purge utility 



357.95,.03    SOURCE                 0;3 SET (Required)

                                '1' FOR AICS; 
                                '2' FOR PANDAS; 
                                '3' FOR TELEFORM; 
                                '4' FOR PEN; 
                                '99' FOR OTHER; 
              LAST EDITED:      DEC 18, 1995 
              HELP-PROMPT:      What software will produce the form? 
              DESCRIPTION:
                                The software that produced the form.  

              CROSS-REFERENCE:  357.95^C 
                                1)= S ^IBD(357.95,"C",$E(X,1,30),DA)=""
                                2)= K ^IBD(357.95,"C",$E(X,1,30),DA)
                                Used to determine if the form type provided to Form Tracking was externally assigned.  



357.95,.09    RIGHT MARGIN           0;9 NUMBER

              INPUT TRANSFORM:  K:+X'=X!(X>133)!(X<80)!(X?.E1"."1N.N) X
              LAST EDITED:      SEP 19, 1995 
              HELP-PROMPT:      Type a Number between 80 and 133, 0 Decimal Digits 
              DESCRIPTION:
                                The width of the form in characters.  

              NOTES:            XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER


357.95,.1     PAGE LENGTH            0;10 NUMBER (Required)

              INPUT TRANSFORM:  K:+X'=X!(X>300)!(X<1)!(X?.E1"."1N.N) X
              LAST EDITED:      AUG 23, 1994 
              HELP-PROMPT:      Type a Number between 1 and 300, 0 Decimal Digits 
              DESCRIPTION:
                                The length of the page.  


357.95,.11    NUMBER OF PAGES        0;11 NUMBER (Required)

              INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
              LAST EDITED:      NOV 22, 1995 
              HELP-PROMPT:      How many pages should the encounter form have? 
              DESCRIPTION:
                                The encounter form may have multiple pages.  


357.95,.12    SCANNABLE?             0;12 SET

                                '0' FOR NO; 
                                '1' FOR YES; 
              LAST EDITED:      NOV 22, 1995 
              HELP-PROMPT:      Answer YES if the form will be scanned to accomplish data entry, NO otherwise. 

357.95,.13    FORM TYPE ID           0;13 NUMBER

              INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
              LAST EDITED:      NOV 22, 1995 
              HELP-PROMPT:      Type a Number between 1 and 999999999, 0 Decimal Digits 

357.95,.14    PAPER SIZE             0;14 SET

                                '1' FOR LETTER (8 1/2 x 11); 
              LAST EDITED:      NOV 22, 1995 
              HELP-PROMPT:      What size paper should be used? 

357.95,.15    ORIENTATION            0;15 SET

                                'p' FOR PORTRAIT; 
              LAST EDITED:      NOV 22, 1995 
              HELP-PROMPT:      How should the form be oriented? 

357.95,.16    TEXT SIZE              0;16 SET (Required)

                                '1' FOR 133 COLUMNS x 80 LINES; 
                                '2' FOR 96 COLUMNS x 72 LINES; 
                                '3' FOR 80 COLUMNS x 60 LINES; 
              LAST EDITED:      NOV 22, 1995 
              HELP-PROMPT:      This choice will determine the size of the print and how much text will fit on the form. 

357.95,.17    VERSION                0;17 NUMBER

              INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<0)!(X?.E1"."3N.N) X
              LAST EDITED:      NOV 22, 1995 
              HELP-PROMPT:      Type a Number between 0 and 99, 2 Decimal Digits 

357.95,.2     DATE CREATED           0;20 DATE

              INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      DEC 18, 1995 
              DESCRIPTION:
                                This is the date that this entry was created.  It is triggered when the entry is added.  

              WRITE AUTHORITY:  ^

357.95,.21    FORM NAME              0;21 POINTER TO ENCOUNTER FORM FILE (#357)

              LAST EDITED:      DEC 18, 1995 
              DESCRIPTION:      This is the name of the form when this entry was created.  It is triggered when the entry is
                                created.  
                                 

              TECHNICAL DESCR:
                                This field is hard set when the entry is created.  See routine IBDFM1.  

              WRITE AUTHORITY:  ^

357.95,1      BUBBLES                1;0 Multiple #357.951

              LAST EDITED:      OCT 20, 1994 
              DESCRIPTION:
                                The list of bubbles appearing on the form.  

              TECHNICAL DESCR:
                                 

              IDENTIFIED BY:    
                    "WRITE":    D EN^DDIOL("  COL = "_$P($G(^(0)),U,2)_"  DISPLAY = "_$P($G(^(0)),U,8),"","?0")

357.951,.01     BUBBLE ROW             0;1 NUMBER (Multiply asked)

                INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
                LAST EDITED:      APR 03, 1996 
                HELP-PROMPT:      Type a Number between 0 and 999, 0 Decimal Digits 
                DESCRIPTION:
                                  The row the bubble occurs on. Row 0 is at the top.  

                CROSS-REFERENCE:  357.951^B 
                                  1)= S ^IBD(357.95,DA(1),1,"B",$E(X,1,30),DA)=""
                                  2)= K ^IBD(357.95,DA(1),1,"B",$E(X,1,30),DA)

                CROSS-REFERENCE:  357.95^AC^MUMPS 
                                1)= S:$P($G(^IBD(357.95,DA(1),1,DA,0)),"^",2)]"" ^IBD(357.95,"AC",DA(1),X,$P(^IBD(357.95,DA(1),1,DA
                                ,0),"^",2),DA)=""

                                2)= K:$P($G(^IBD(357.95,DA(1),1,DA,0)),"^",2)]"" ^IBD(357.95,"AC",DA(1),X,$P(^IBD(357.95,DA(1),1,DA
                                ,0),"^",2),DA)
                                This cross-reference indexes the bubbles by location. Set by the .01 and .02 fields.  



357.951,.02     BUBBLE COLUMN        0;2 NUMBER (Required)

                INPUT TRANSFORM:K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
                LAST EDITED:    APR 03, 1996 
                HELP-PROMPT:    Type a Number between 0 and 200, 0 Decimal Digits 
                DESCRIPTION:
                                The column the bubble occurs on. Columns begin at 0 on the left.  

                CROSS-REFERENCE:357.95^AC1^MUMPS 
                                1)= S:X]"" ^IBD(357.95,"AC",DA(1),$P($G(^IBD(357.95,DA(1),1,DA,0)),"^"),X,DA)=""
                                2)= K:X]"" ^IBD(357.95,"AC",DA(1),$P($G(^IBD(357.95,DA(1),1,DA,0)),"^"),X,DA)
                                This cross-reference indexes the bubbles by location. Set by the .01 and .02 fields.  



357.951,.03     TYPE OF DATA         0;3 POINTER TO PACKAGE INTERFACE FILE (#357.6)

                INPUT TRANSFORM:S DIC("S")="I $P(^(0),U,6)=1,$P(^(0),U,9)=1,$P(^(0),U,16)[""P""" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 
                                X
                LAST EDITED:    APR 03, 1996 
                HELP-PROMPT:    What type of data does the bubble represent? 
                DESCRIPTION:
                                The type of data a bubble represents. Used to map the data to DHCP.  

                SCREEN:         S DIC("S")="I $P(^(0),U,6)=1,$P(^(0),U,9)=1,$P(^(0),U,16)[""P"""
                EXPLANATION:    The screen is only for PANDAS. It allows only certain input interfaces.
                CROSS-REFERENCE:357.95^AE^MUMPS 
                                1)= I X,$P($G(^IBD(357.95,DA(1),1,DA,0)),"^",4)]"" S ^IBD(357.95,"AE",DA(1),X,+$P(^IBD(357.95,DA(1)
                                ,1,DA,0),"^",10),$P(^(0),"^",4),DA)=""

                                2)= I X,$P($G(^IBD(357.95,DA(1),1,DA,0)),"^",4)]"" K ^IBD(357.95,"AE",DA(1),X,+$P(^IBD(357.95,DA(1)
                                ,1,DA,0),"^",10),$P(^(0),"^",4),DA)
                                Subscripts are 
, , ,,). Set by the .03 ,.04, and .1 fields. 357.951,.04 PRIMARY VALUE 0;4 FREE TEXT INPUT TRANSFORM:D FDCHOICE^IBDFU91($P(^IBD(357.95,D0,1,D1,0),U,3),.X) OUTPUT TRANSFORM:D OUTPUT^IBDFU91($P(^IBD(357.95,D0,1,D1,0),U,3),.Y) LAST EDITED: APR 03, 1996 HELP-PROMPT: What value should be entered to the database? DESCRIPTION: The value to pass to the package interface. EXECUTABLE HELP:D HELP^IBDFU91($P(^IBD(357.95,DA(1),1,DA,0),U,3)) NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER CROSS-REFERENCE:357.95^AE2^MUMPS 1)= I $P($G(^IBD(357.95,DA(1),1,DA,0)),"^",3),X]"" S ^IBD(357.95,"AE",DA(1),$P(^IBD(357.95,DA(1),1, DA,0),"^",3),+$P(^(0),"^",10),X,DA)="" 2)= I $P($G(^IBD(357.95,DA(1),1,DA,0)),"^",3),X]"" K ^IBD(357.95,"AE",DA(1),$P(^IBD(357.95,DA(1),1, DA,0),"^",3),+$P(^(0),"^",10),X,DA) Subscripts are , , ,,). Set by the .03 ,.04, and .1 fields. 357.951,.05 FIELD NAME 0;5 FREE TEXT (Required) INPUT TRANSFORM:K:$L(X)>30!($L(X)<3) X LAST EDITED: AUG 23, 1994 HELP-PROMPT: Answer must be 3-30 characters in length. DESCRIPTION: The name of the field that the bubble appears in. 357.951,.06 FIELD ID 0;6 FREE TEXT (Required) INPUT TRANSFORM:K:$L(X)>10!($L(X)<2) X LAST EDITED: AUG 23, 1994 HELP-PROMPT: Answer must be 2-10 characters in length. DESCRIPTION: A unique identifier for a group of one or more bubbles that is used to tie that group of bubbles together. 357.951,.07 SELECTION RULE 0;7 SET (Required) '0' FOR ANY NUMBER; '1' FOR EXACTLY ONE; '2' FOR AT MOST ONE; '3' FOR AT LEAST ONE; LAST EDITED: AUG 24, 1994 DESCRIPTION: A rule that specifies how many of the bubbles can be filled in for a group of bubbles identified by the same FIELD ID. 357.951,.08 DISPLAYED TEXT 0;8 FREE TEXT INPUT TRANSFORM:K:$L(X)>80!($L(X)<1) X LAST EDITED: APR 27, 1995 HELP-PROMPT: Answer must be 1-80 characters in length. DESCRIPTION: The text that appears on the form and is associated with the bubble. 357.951,.09 DISPLAYED HEADER 0;9 FREE TEXT INPUT TRANSFORM:K:$L(X)>40!($L(X)<1) X LAST EDITED: OCT 19, 1994 HELP-PROMPT: What group header does the selection appear under? DESCRIPTION: The header, if any, that is associated with the bubble. 357.951,.1 DATA QUALIFIER 0;10 POINTER TO AICS DATA QUALIFIERS FILE (#357.98) INPUT TRANSFORM:S DIC("S")="I $$DQGOOD^IBDFU9($P(^IBD(357.95,D0,1,D1,0),U,3),Y)" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X LAST EDITED: SEP 12, 1995 HELP-PROMPT: What data qualifier applies to this selection? DESCRIPTION: The data qualifier associated with the bubble. SCREEN: S DIC("S")="I $$DQGOOD^IBDFU9($P(^IBD(357.95,D0,1,D1,0),U,3),Y)" EXPLANATION: Allows only certain data qualifiers, dependent on the type of data. NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER CROSS-REFERENCE:357.95^AE1^MUMPS 1)= I $P(^IBD(357.95,DA(1),1,DA,0),"^",3),$P(^(0),"^",4)]"" S ^IBD(357.95,"AE",DA(1),$P(^IBD(357.95 ,DA(1),1,DA,0),"^",3),+X,$P(^(0),"^",4),DA)="" 2)= I $P(^IBD(357.95,DA(1),1,DA,0),"^",3),$P(^(0),"^",4)]"" K ^IBD(357.95,"AE",DA(1),$P(^IBD(357.95 ,DA(1),1,DA,0),"^",3),+X,$P(^(0),"^",4),DA) Subscripts are , ,+,,). Set by the .03, .04, and .01 fields. 357.951,.11 DYNAMIC? 0;11 SET '0' FOR NO; '1' FOR YES; LAST EDITED: JAN 23, 1995 HELP-PROMPT: Enter YES if the data associated with the bubble is stored in Form Tracking. DESCRIPTION: A field is dynamic if the data associated with the bubble is determined at print time as opposed to design time. 357.951,.12 ITEM NUMBER 0;12 NUMBER INPUT TRANSFORM:K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: MAR 24, 1995 HELP-PROMPT: What number on the list is the entry where this bubble occurs? DESCRIPTION: The order on a list of bubbles that this bubble occurs in. 357.951,.13 QUANTITY 0;13 NUMBER INPUT TRANSFORM:K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: OCT 15, 1996 HELP-PROMPT: Type a Number between 1 and 99, 0 Decimal Digits DESCRIPTION: Data in the Quantity field indicates the number of occurrences that will be passed along to PCE for this entry if the bubbled is selected. 357.951,.14 SELECTION 0;14 POINTER TO SELECTION FILE (#357.3) LAST EDITED: JUN 01, 1999 HELP-PROMPT: Pointer to Selection File is to be set via AICS Form compilation. DESCRIPTION: Pointer to Selection File is to be set via AICS Form compilation. 357.951,1 SUBHEADER 1;1 FREE TEXT INPUT TRANSFORM:K:$L(X)>250!($L(X)<1) X LAST EDITED: OCT 02, 1995 HELP-PROMPT: Answer must be 1-250 characters in length. DESCRIPTION: The subheader will be appended to the narrative for passing to PCE. 357.951,2.01 ALTERNATIVE NARRATIVE 2;1 FREE TEXT INPUT TRANSFORM:K:$L(X)>80!($L(X)<3) X LAST EDITED: SEP 06, 1996 HELP-PROMPT: Answer must be 3-80 characters in length. DESCRIPTION: This stores the alternative narrative for the Diagnosis codes. 357.951,2.02 CLINICAL LEXICON 2;2 POINTER TO EXPRESSIONS FILE (#757.01) LAST EDITED: SEP 06, 1996 DESCRIPTION: This store the clinical lexicon for the diagnosis. 357.951,2.03 SECOND CODE 2;3 FREE TEXT INPUT TRANSFORM:K:$L(X)>10!($L(X)<1) X LAST EDITED: OCT 21, 1996 HELP-PROMPT: Answer must be 1-10 characters in length. DESCRIPTION: Used to pass along an additional code when the first is bubble. Will always be passed as secondary. 357.951,2.04 THIRD CODE 2;4 FREE TEXT INPUT TRANSFORM:K:$L(X)>10!($L(X)<1) X LAST EDITED: OCT 21, 1996 HELP-PROMPT: Answer must be 1-10 characters in length. DESCRIPTION: Used to pass a 3rd code along to PCE when this one entry is selected. Always passes it along as secondary. 357.95,2 HAND PRINT FIELDS 2;0 Multiple #357.952 357.952,.01 HAND PRINT ROW 0;1 NUMBER (Multiply asked) INPUT TRANSFORM: K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: APR 02, 1996 HELP-PROMPT: Type a Number between 0 and 999, 0 Decimal Digits DESCRIPTION: The row that the hand print area begins. CROSS-REFERENCE: 357.952^B 1)= S ^IBD(357.95,DA(1),2,"B",$E(X,1,30),DA)="" 2)= K ^IBD(357.95,DA(1),2,"B",$E(X,1,30),DA) CROSS-REFERENCE: 357.95^AD^MUMPS 1)= S:$P($G(^IBD(357.95,DA(1),2,DA,0)),"^",2)]"" ^IBD(357.95,"AD",DA(1),X,$P(^IBD(357.95,DA(1),2,DA ,0),"^",2),DA)=^IBD(357.95,DA(1),2,DA,0) 2)= K:$P($G(^IBD(357.95,DA(1),2,DA,0)),"^",2)]"" ^IBD(357.95,"AD",DA(1),X,$P(^IBD(357.95,DA(1),2,DA ,0),"^",2),DA) Indexes the hand print field by location. Set by the .01 and .02 fields. 357.952,.02 HAND PRINT COLUMN 0;2 NUMBER (Required) INPUT TRANSFORM:K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: APR 02, 1996 HELP-PROMPT: Type a Number between 0 and 200, 0 Decimal Digits DESCRIPTION: The column that the hand print area begins at. CROSS-REFERENCE:357.95^AD1^MUMPS 1)= S:X]"" ^IBD(357.95,"AD",DA(1),$P($G(^IBD(357.95,DA(1),2,DA,0)),"^"),X,DA)=^IBD(357.95,DA(1),2,D A,0) 2)= K:X]"" ^IBD(357.95,"AD",DA(1),$P($G(^IBD(357.95,DA(1),2,DA,0)),"^"),X,DA) Indexes the hand print field by location. Set by the .01 and .02 fields. 357.952,.03 WIDTH 0;3 NUMBER (Required) INPUT TRANSFORM:K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: JUL 25, 1994 HELP-PROMPT: Type a Number between 1 and 200, 0 Decimal Digits DESCRIPTION: The width of the hand print area in terms of the number of characters that can be printed. 357.952,.04 TYPE OF DATA 0;4 POINTER TO PACKAGE INTERFACE FILE (#357.6) (Required) 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: SEP 12, 1995 HELP-PROMPT: What data will be printed in this field? DESCRIPTION: Identifies the package interface used for input of this field. SCREEN: S DIC("S")="I $P(^(0),U,6)=1,$P(^(0),U,9)=1" EXPLANATION: Allows only available interfaces for input. 357.952,.05 FIELD NAME 0;5 FREE TEXT (Required) INPUT TRANSFORM:K:$L(X)>30!($L(X)<3) X LAST EDITED: AUG 23, 1994 HELP-PROMPT: Answer must be 3-30 characters in length. DESCRIPTION: The name of the hand print field. 357.952,.06 NUMBER OF LINES OF HAND PRINT 0;6 NUMBER (Required) INPUT TRANSFORM:K:+X'=X!(X>100)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: AUG 16, 1994 HELP-PROMPT: How many lines of hand print? DESCRIPTION: The number of lines of hand print allocated for the field. 357.952,.08 FIELD ID 0;8 FREE TEXT (Required) INPUT TRANSFORM:K:$L(X)>10!($L(X)<2) X LAST EDITED: SEP 07, 1994 HELP-PROMPT: Answer must be 2-10 characters in length. DESCRIPTION: An unique identifier assigned to the field. 357.952,.09 DISPLAYED HEADER 0;9 FREE TEXT INPUT TRANSFORM:K:$L(X)>40!($L(X)<1) X LAST EDITED: OCT 19, 1994 HELP-PROMPT: Answer must be 1-40 characters in length. DESCRIPTION: The header, if any, associated with the field. 357.952,.1 DATA QUALIFIER 0;10 POINTER TO AICS DATA QUALIFIERS FILE (#357.98) LAST EDITED: OCT 19, 1994 HELP-PROMPT: What qualifier, if any, applies to this field? DESCRIPTION: The data qualifier, if any, associated with the field. 357.952,.12 ITEM NUMBER 0;12 NUMBER INPUT TRANSFORM:K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: MAR 13, 1995 HELP-PROMPT: Type a Number between 1 and 999, 0 Decimal Digits DESCRIPTION: If the hand print area is part of a list, the item number is the position on the list. 357.952,.14 PRINT TYPE 0;14 SET (Required) '0' FOR NO, DO NOT PRINT; '1' FOR YES, NOT FOR ICR; '2' FOR YES, FOR ICR; LAST EDITED: APR 28, 1995 HELP-PROMPT: How should the field be printed? DESCRIPTION: The print type defines the format for printing the hand print area. 357.952,.15 READ TYPE 0;15 SET (Required) '0' FOR NO, DO NOT READ; '1' FOR YES, READ WITHOUT ICR; '2' FOR YES, READ WITH ICR; '3' FOR YES, ICR PRINT FORMAT, READ WITHOUT ICR; LAST EDITED: MAY 03, 1995 HELP-PROMPT: How should the field be read by the scanning software? DESCRIPTION: This defines what type of recognition should be applied to the field. 357.952,.17 DATA ELEMENT 0;17 POINTER TO AICS DATA ELEMENTS FILE (#359.1) LAST EDITED: APR 27, 1995 HELP-PROMPT: What item of data goes in the field? DESCRIPTION: This identifies the data type of the hand print field. 357.95,3 PAGE INFORMATION 3;0 Multiple #357.953 LAST EDITED: MAR 06, 1995 DESCRIPTION: A list of the pages of a form that requires documentation of specific features. 357.953,.01 PAGE NUMBER 0;1 NUMBER (Multiply asked) INPUT TRANSFORM: K:+X'=X!(X>8)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: MAR 06, 1995 HELP-PROMPT: Enter the pages that require documentation of specific features. DESCRIPTION: The page number of the page. CROSS-REFERENCE: 357.953^B 1)= S ^IBD(357.95,DA(1),3,"B",$E(X,1,30),DA)="" 2)= K ^IBD(357.95,DA(1),3,"B",$E(X,1,30),DA) 357.953,.02 SCANNABLE? 0;2 SET '0' FOR NO; '1' FOR YES; LAST EDITED: MAR 06, 1995 HELP-PROMPT: Is this page meant to be scanned? DESCRIPTION: This documents whether or not a particular page needs to be scanned. 357.95,10 CLINICS USING THIS FORM 10;0 POINTER Multiple #357.9501 DESCRIPTION: These are the clinics that use this form TECHNICAL DESCR: This field specifically added for PANDAS. 357.9501,.01 CLINICS USING THIS FORM 0;1 POINTER TO HOSPITAL LOCATION FILE (#44) (Multiply asked) LAST EDITED: OCT 11, 1994 HELP-PROMPT: Enter the clinics using this form. DESCRIPTION: A clinic that uses the form type to which this form definition applies. CROSS-REFERENCE: 357.9501^B 1)= S ^IBD(357.95,DA(1),10,"B",$E(X,1,30),DA)="" 2)= K ^IBD(357.95,DA(1),10,"B",$E(X,1,30),DA) CROSS-REFERENCE: 357.95^AFC 1)= S ^IBD(357.95,"AFC",$E(X,1,30),DA(1),DA)="" 2)= K ^IBD(357.95,"AFC",$E(X,1,30),DA(1),DA) Regular cross reference of forms by clinic using them 357.95,11 PANDAS HEADERS 11;0 Multiple #357.9511 DESCRIPTION: A list of headers used by PANDAS. TECHNICAL DESCR: This field was requested by the PANDAS project. 357.9511,.01 HEADERS 0;1 FREE TEXT (Multiply asked) INPUT TRANSFORM: K:$L(X)>80!($L(X)<1) X LAST EDITED: OCT 19, 1994 HELP-PROMPT: Answer must be 1-80 characters in length. DESCRIPTION: A header used by PANDAS for the form. CROSS-REFERENCE: 357.9511^B 1)= S ^IBD(357.95,DA(1),11,"B",$E(X,1,30),DA)="" 2)= K ^IBD(357.95,DA(1),11,"B",$E(X,1,30),DA) 357.9511,2 USE AS HEADER 0;2 SET 'Y' FOR YES; 'N' FOR NO; LAST EDITED: MAR 22, 1995 HELP-PROMPT: Answer YES if you want this text to be used as a narrative category or grouper on the form. DESCRIPTION: YES means that the header should be used as a narrative category or grouper on the form. 357.95,12.01 PANDAS TIMESTAMP 12;1 DATE INPUT TRANSFORM: S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X LAST EDITED: OCT 20, 1994 HELP-PROMPT: When was the Pandas form last modified? DESCRIPTION: The date and time the PANDAS form was last modified. TECHNICAL DESCR: This field was requested by PANDAS. 357.95,13 PANDAS FORMID 12;2 NUMBER INPUT TRANSFORM: K:+X'=X!(X>9999)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: MAR 22, 1995 HELP-PROMPT: Type a Number between 0 and 9999, 0 Decimal Digits DESCRIPTION: The form identifier used by PANDAS. TECHNICAL DESCR: This field was requested by PANDAS. CROSS-REFERENCE: 357.95^D 1)= S ^IBD(357.95,"D",$E(X,1,30),DA)="" 2)= K ^IBD(357.95,"D",$E(X,1,30),DA) Cross-reference to determine Pandas FORM ID. FILES POINTED TO FIELDS AICS DATA ELEMENTS (#359.1) HAND PRINT FIELDS:DATA ELEMENT (#.17) AICS DATA QUALIFIERS (#357.98) BUBBLES:DATA QUALIFIER (#.1) HAND PRINT FIELDS:DATA QUALIFIER (#.1) ENCOUNTER FORM (#357) FORM NAME (#.21) EXPRESSIONS (#757.01) BUBBLES:CLINICAL LEXICON (#2.02) HOSPITAL LOCATION (#44) CLINICS USING THIS FORM:CLINICS USING THIS FORM (#.01) PACKAGE INTERFACE (#357.6) BUBBLES:TYPE OF DATA (#.03) HAND PRINT FIELDS:TYPE OF DATA (#.04) SELECTION (#357.3) BUBBLES:SELECTION (#.14) INPUT TEMPLATE(S): PRINT TEMPLATE(S): SORT TEMPLATE(S): FORM(S)/BLOCK(S):