GENERAL DESCRIPTION |
The Health Summary application is granted permission to
use the function call $$ENCDSP^VAQHSH(TRAN,ROOT,ENCPTR,DSPOFF,DSPCNT) in order
to encrypt a Health Summary component that has been extracted in display ready
format. Input:
TRAN - Pointer to VAQ - TRANSACTION file
ROOT - Where the Display Array is (full global reference)
ENCPTR - Pointer to VAQ - ENCRYPTION METHOD file
DSPOFF - Offset into Display Array to begin at (defaults to 0)
DSPCNT - Number of lines in Display Array (defaults to all lines) Output:
0 - Success
-1^Text - Error Notes:
a) If TRAN>0
Encryption will be based on the transaction
Encryption keys will be based on the transaction
Else
Encryption will be based on ENCPTR
Encryption keys based on current user
b) Existence of TRAN takes precedence over ENCPTR
|