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

PSSP153.m

Go to the documentation of this file.
  1. PSSP153 ;BIRM/SJA-Pharmacy system site parameters ;03/24/10
  1. ;;1.0;PHARMACY DATA MANAGEMENT;**153**;9/30/97;Build 32
  1. ;
  1. Q
  1. POST ; set the USE DOSAGE FORM MED ROUTE LIST field to YES for sites that have the
  1. ; DEFAULT MED ROUTE FOR CPRS field (#80.7) of the PHARMACY SYSTEM file (#59.7) set to NO.
  1. ; Otherwise, the USE DOSAGE FORM MED ROUTE LIST field is set to NO.
  1. N PSSVAL,PSSIEN
  1. S PSSVAL=$P($G(^PS(59.7,1,80)),"^",7)
  1. S PSSIEN=0 F S PSSIEN=$O(^PS(50.7,PSSIEN)) Q:'PSSIEN I $D(^(PSSIEN,0)) D
  1. .S $P(^PS(50.7,PSSIEN,0),"^",13)=$S($G(PSSVAL)=1:"N",1:"Y")
  1. Q