Select the objects that you wish to see in the downloaded PDF
Info Desc Directly Accessed By Routines Pointer To FileMan Files Fields External References Global Variables Directly Accessed Naked Globals Local Variables
This file shall be used to flag dispositions in the DISPOSITION (#37) file as either billable or non-billable for Means Test Billing. The flagging of dispositions is date-sensitive, so the ability to not bill can be turned on or off. The default billing action is TO BILL ALL dispositions; thus, it is only necessary to add entries to this file if billing of a particular disposition is not desired. The routine IBEFUNC contains the function call to determine if a disposition should not be billed on a specific date. Per VHA Directive 10-93-142, this file definition should not be modified.
This field is a pointer to the DISPOSITION (#37) file, and identifies the disposition which is being established as either billable or non-billable for Means Test billing.
CROSS-REFERENCE: 352.2^B
1)= S ^IBE(352.2,"B",$E(X,1,30),DA)=""
2)= K ^IBE(352.2,"B",$E(X,1,30),DA)
CROSS-REFERENCE: 352.2^AIVDT^MUMPS
1)= I $D(^IBE(352.2,DA,0)),$P(^(0),"^",2) S ^IBE(352.2,"AIVDT",X,-$P(^(0),"^",2),DA)=""
2)= I $D(^IBE(352.2,DA,0)),$P(^(0),"^",2) K ^IBE(352.2,"AIVDT",X,-$P(^(0),"^",2),DA)
This cross-reference on the DISPOSITION (#.01) field and the EFFECTIVE DATE (#.02) field is used to locate the appropriate record for a disposition on a specific effective date.
This is the date on which Means Test billing for this disposition should be activated or ignored.
CROSS-REFERENCE: 352.2^AIVDT1^MUMPS
1)= I $D(^IBE(352.2,DA,0)),+^(0) S ^IBE(352.2,"AIVDT",+^(0),-X,DA)=""
2)= I $D(^IBE(352.2,DA,0)),+^(0) K ^IBE(352.2,"AIVDT",+^(0),-X,DA)
This cross-reference on the DISPOSITION (#.01) field and the EFFECTIVE DATE (#.02) field is used to locate the appropriate record for a disposition on a specific effective date.