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

DGRRPSIN.m

Go to the documentation of this file.
  1. DGRRPSIN ;ALB/SGG - rtnDGRR PatientServices DataSet=Institution ;09/30/03 ; Compiled October 2, 2003 12:40:56
  1. ;;5.3;Registration;**557,1015**;Aug 13, 1993;Build 21
  1. ;
  1. DOC ;
  1. ;
  1. GETPSARY(PSARRAY) ;
  1. NEW CNT
  1. SET CNT=$G(CNT)+1,PSARRAY(CNT)="<Institution"
  1. SET CNT=$G(CNT)+1,PSARRAY(CNT)="^Name^"_$$INSTNAM()
  1. SET CNT=$G(CNT)+1,PSARRAY(CNT)="^Number^"_$$INSTNUM()
  1. SET CNT=$G(CNT)+1,PSARRAY(CNT)="^IsProductionDatabase^"_$$ISPRODDB()
  1. SET CNT=$G(CNT)+1,PSARRAY(CNT)="></Institution>"_"^^^1"
  1. QUIT
  1. ;
  1. INSTNAM() ;
  1. QUIT $$SITENAM^DGRR557U()
  1. INSTNUM() ;
  1. QUIT $$SITENO^DGRR557U()
  1. ISPRODDB() ;
  1. QUIT $$PRODST1^DGRR557U()+$$PRODST2^DGRR557U()