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

ACHSY200.m

Go to the documentation of this file.
  1. ACHSY200 ; IHS/ITSC/PMF - FILE 200 CONVERSION ; [ 10/16/2001 8:16 AM ]
  1. ;;3.1;CONTRACT HEALTH MGMT SYSTEM;;JUN 11, 2001
  1. ;
  1. ; This utility converts the existing field in the CHS package that
  1. ; is non-compliant with the File 200 conversion. That field is in
  1. ; the CHS FACILITY file, the DOCUMENT multiple, as field 80,
  1. ; REFERRAL PHYSICIAN. Field 80 (F80) prior to conversion is a
  1. ; pointer to file 6, PROVIDER, which in turn points to file 16,
  1. ; PERSON.
  1. ;
  1. ; This utility calls EN^AVAPCHK,RESULTS^AVAPCHK, and if 3, 6, 16,
  1. ; and 200 have the proper links, proceeds $ORDERing thru your CHS
  1. ; Purchase Orders, changing the pointer value for each F80 from
  1. ; a pointer to 6, to the equivalent pointer to 200.
  1. ;
  1. ; When the pointers have been converted, the data dictionary is
  1. ; mod'd to reflect the change in F80 from file 6 to file 200.
  1. ;
  1. ; NOTE: REFERRAL PHYSICIAN has not been included in any known
  1. ; report, and is of minimal value with the distribution of
  1. ; the Referred Care Information System. Therefore,
  1. ; minimal protections have been placed in this conversion.
  1. ;
  1. START ;
  1. D HELP^XBHELP("HELP","ACHSY200")
  1. I $P($G(^DD(9002080.01,80,0)),U,2)[200 W *7,!,"According to the data dictionary, the conversion has already completed:",!,^(0),! Q
  1. ;
  1. Q:'$$DIR^XBDIR("Y","Do you want to proceed with the File 200 Synch check","Y")
  1. D EN^AVAPCHK,RESULTS^AVAPCHK
  1. I '$D(^AVA("OK")) Q
  1. ;
  1. I $$DIR^XBDIR("Y","Would you like to Q the File 200 converison to TaskMan","Y") D Q
  1. . S ZTRTN="EN^ACHSY200",ZTDESC="CHS File 200 Conversion",ZTIO=""
  1. . D ^%ZTLOAD
  1. . I '$D(ZTSK) W *7,!,"Taskman interface failed..."
  1. . K ZTSK
  1. .Q
  1. ;
  1. I $D(DUOUT)!$D(DTOUT) W !,"You can use the programmer utilities menu to run this converison." Q
  1. ;
  1. EN ;EP - From TaskMan.
  1. ;
  1. N ACHSDIEN,ACHSP6,ACHS0,FAC
  1. ;
  1. S FAC=0
  1. F S FAC=$O(^ACHSF(FAC)) Q:'FAC D
  1. . Q:'$D(^ACHSF(FAC,"D",0)) S ACHSP0=$P(^(0),U,3)
  1. . W:'$D(ZTQUEUED) !,"Converting ",$P(^DIC(4,FAC,0),U),"..."
  1. . S ACHSDIEN=$G(^ACHSF(FAC,"F80"),0),DX=$X,DY=$Y
  1. . F S ACHSDIEN=$O(^ACHSF(FAC,"D",ACHSDIEN)) Q:'ACHSDIEN D
  1. .. I '$D(ZTQUEUED),'(ACHSDIEN#100) X IOXY W ACHSDIEN," of ",ACHSP0
  1. .. S ACHSP6=$$DOC^ACHS(3,5)
  1. .. I ACHSP6 S $P(^ACHSF(FAC,"D",ACHSDIEN,3),U,5)=$G(^DIC(16,ACHSP6,"A3"))
  1. .. S ^ACHSF(FAC,"F80")=ACHSDIEN
  1. ..Q
  1. .Q
  1. ;
  1. F %=0:0 S %=$O(^ACHSF(%)) Q:'% K ^ACHSF(%,"F80")
  1. S $P(^DD(9002080.01,80,0),U,2,3)="P200'^VA(200,"
  1. I '$D(ZTQUEUED) W !,"CHS Conversion to 200 successfully completed."
  1. Q
  1. ;
  1. HELP ;
  1. ;;CHS File 200 Conversion....
  1. ;;
  1. ;;You'll have the chance to Q to TaskMan after the synch check.
  1. ;;
  1. ;;You can use the programmer utilities menu on the CHS main menu
  1. ;; to run the File 200 converison, anytime you want.
  1. ;;
  1. ;;