Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: IVMUPAR1

IVMUPAR1.m

Go to the documentation of this file.
  1. IVMUPAR1 ;ALB/CJM - IVM PARAMETER ENTER/EDIT (continued); 4-SEP-97
  1. ;;2.0;INCOME VERIFICATION MATCH;**9,17**;21-OCT-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. ;
  1. ON() ;
  1. ;Description: Returns 1 if enrollment events should be transmitted, 0 otherwise.
  1. ;Input:
  1. ; None
  1. ;Output:
  1. ; Function Value: 1 if enrollment events should be transmitted, 0 otherwise
  1. ;
  1. Q $S(($P($G(^IVM(301.9,1,0)),"^",8)=1):1,1:0)
  1. ;
  1. SETON ;
  1. ;Description: Sets the field TRANSMIT ENROLLMENT EVENTS? to 1 so that
  1. ;patient enrollment events will be transmitted in the nightly
  1. ;transmission. It is assumed that a record, ien=1, exists in the
  1. ;IVM SITE PARAMETER file.
  1. ;
  1. ;Input: None
  1. ;Output: None
  1. ;
  1. S $P(^IVM(301.9,1,0),"^",8)=1
  1. Q
  1. ;
  1. ;
  1. DCDON() ;
  1. ; Description: Returns 1 if DCD messaging is enabled, 0 otherwise.
  1. ;
  1. ; Input: None
  1. ;
  1. ; Output:
  1. ; Function Value: 1 if DCD messaging is enabled, 0 otherwise
  1. ;
  1. Q $S(($P($G(^IVM(301.9,1,20)),"^")=1):1,1:0)