FILE |
8925.7 |
NAME |
AC |
DESCRIPTION |
This index is to facilitate the lookup of documents that require
additional signatures. This index will sort the documents by the
document entry date/time. The mumps set and kill logic for this index
will control the existence of nodes in the "AC" index. Nodes will only
exist for documents that have unsigned additional signatures.
|
SHORT DESCRIPTION |
Index by note entry date and note ien |
TYPE |
MUMPS |
EXECUTION |
RECORD |
ACTIVITY |
IR |
USE |
ACTION |
ROOT TYPE |
INDEX FILE |
ROOT FILE |
8925.7 |
SET LOGIC |
I $D(^TIU(8925,X2(1),0)) S ^TIU(8925.7,"AC",$P($G(^TIU(8925,X2(1),12)),U),X2(1),DA)="" |
SET CONDITION CODE |
S X=(X2(1)'=""&(X2(2)="")) |
CROSS-REFERENCE VALUES |
-
- ORDER NUMBER: 1
- TYPE OF VALUE: FIELD
- FILE: 8925.7
- FIELD: .01
- COLLATION: forwards
-
- ORDER NUMBER: 2
- TYPE OF VALUE: FIELD
- FILE: 8925.7
- FIELD: .04
- COLLATION: forwards
|
KILL LOGIC |
I $D(^TIU(8925,X2(1),0)) K ^TIU(8925.7,"AC",$P($G(^TIU(8925,X2(1),12)),U),X2(1),DA) |
KILL CONDITION CODE |
S X=X2(2)'="" |
KILL ENTIRE INDEX CODE |
K ^TIU(8925.7,"AC") |