Select the objects that you wish to see in the downloaded PDF
Info Desc Directly Accessed By Routines Pointer To FileMan Files Fields Found Entries External References Global Variables Directly Accessed Naked Globals Local Variables
This file contains errors for billing functions. It may be used by applications, IB or AR. The normal format for a routine to return an error is to return the variable: Y=1^... a successful event occured Y=-1^error code[;error code;error code...]^additional text The error messages can be displayed by calling routine ^IBAERR. If the error occurs in a tasked job ($D(ZTQUEUED)'=0) the routine will put the error message in a bulletin and post it to the group defined in the IB SITE PARAMETER FILE. Per VHA Directive 10-93-142, this file definition should not be modified.
HELP-PROMPT: Answer must be 3-80 characters in length.
DESCRIPTION:
This is the text of the message as it will be displayed to a user or posted in a bulletin. It should be as meaningful as possible to the person seeing the message.
INPUT TRANSFORM: K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>9!($L(X)<1) X
LAST EDITED: FEB 19, 1992
HELP-PROMPT: Answer must be 1-9 characters in length.
DESCRIPTION: This is the error code that will be passed to or determined by Integrated Billing. The format for the Error Code should be nnxxx, where nn is the reporting package namespace and xxx are numeric values.
This is the error code that will be passed as the second piece of the variable Y to IB when +Y=-1. More than one error code can be placed in the second ^ piece of Y delimited by semi-colons. Applications may call ^IBAERR
DESCRIPTION: This is the type of action that should be taken when this error is reported to IB. If action other than displaying a message is indicated then the MUMPS code in the ERROR ACTION field will be executed.
Currently only display actions are implemented. Please contact the developing ISC if other action types are desired.