- ASDP7POS ; IHS/ANMC/LJF - MAS PATCH 7 POSTINIT; [ 12/06/2000 6:37 AM ]
- ;;5.0;IHS SCHEDULING;**7,8**;MAR 25, 1999
- ; make sender Postmaster so installer gets new mail
- ;IHS/ITSC/KMS, 25-Apr-2003 - Patch 8 - added ";" in comment line 1, above, before 5.0 for SAC Compliancy
- ;
- NEW ASDDUZ S ASDDUZ=DUZ,DUZ=.5
- D MAIL^XBMAIL("SDZSUP1,SDZMGR","MSG^ASDP7POS")
- S DUZ=ASDDUZ
- Q
- ;
- MSG ;EP; patch 7 mail message
- ;;MAS 5 PATCH 7 RELEASE NOTES
- ;;MAS V5.0 Patch #7 has just been installed on your RPMS system.
- ;;
- ;;This patch contains the tested version of the new "Create Visit at
- ;;Check-in" function released in patch #5. A new field VISIT PROVIDER
- ;;REQUIRED? has been added to each clinic's setup. If the provider
- ;;is not known at check-in time, answer NO to this question. If you
- ;;are running the new Encounter Form software, it will use a generic
- ;;provider to print the form if none is defined at check-in. Answer
- ;;YES to require entering a provider at check-in insuring that it will
- ;;be passed to PCC for you.
- ;;
- ;;
- ;;Here are the release notes from MAS patch 5:
- ;;
- ;;This patch adds a new function to the check-in system in RPMS
- ;;Scheduling. If you turn on the appropriate parameters for a clinic,
- ;;a PCC visit will be created at check-in. This will be required to
- ;;use the new PCC Encounter Form. This new function allows tracking
- ;;incomplete visits and their associated PCC forms. A PCC error report
- ;;under the VRR (View Review Report) menu is designed to assist you.
- ;;It is called Scheduling Check-In Created Visits Not Yet Coded (CINC).
- ;;
- ;;For details on this new visit creation process and how to set up
- ;;your clinics to use it, please read the Appointment Tutorial on the
- ;;Appointment Menu in Scheduling. Choose 3 for the "Check-in Patients
- ;;for Scheduled Appointments" section.
- ASDP7POS ; IHS/ANMC/LJF - MAS PATCH 7 POSTINIT; [ 12/06/2000 6:37 AM ]
- +1 ;;5.0;IHS SCHEDULING;**7,8**;MAR 25, 1999
- +2 ; make sender Postmaster so installer gets new mail
- +3 ;IHS/ITSC/KMS, 25-Apr-2003 - Patch 8 - added ";" in comment line 1, above, before 5.0 for SAC Compliancy
- +4 ;
- +5 NEW ASDDUZ
- SET ASDDUZ=DUZ
- SET DUZ=.5
- +6 DO MAIL^XBMAIL("SDZSUP1,SDZMGR","MSG^ASDP7POS")
- +7 SET DUZ=ASDDUZ
- +8 QUIT
- +9 ;
- MSG ;EP; patch 7 mail message
- +1 ;;MAS 5 PATCH 7 RELEASE NOTES
- +2 ;;MAS V5.0 Patch #7 has just been installed on your RPMS system.
- +3 ;;
- +4 ;;This patch contains the tested version of the new "Create Visit at
- +5 ;;Check-in" function released in patch #5. A new field VISIT PROVIDER
- +6 ;;REQUIRED? has been added to each clinic's setup. If the provider
- +7 ;;is not known at check-in time, answer NO to this question. If you
- +8 ;;are running the new Encounter Form software, it will use a generic
- +9 ;;provider to print the form if none is defined at check-in. Answer
- +10 ;;YES to require entering a provider at check-in insuring that it will
- +11 ;;be passed to PCC for you.
- +12 ;;
- +13 ;;
- +14 ;;Here are the release notes from MAS patch 5:
- +15 ;;
- +16 ;;This patch adds a new function to the check-in system in RPMS
- +17 ;;Scheduling. If you turn on the appropriate parameters for a clinic,
- +18 ;;a PCC visit will be created at check-in. This will be required to
- +19 ;;use the new PCC Encounter Form. This new function allows tracking
- +20 ;;incomplete visits and their associated PCC forms. A PCC error report
- +21 ;;under the VRR (View Review Report) menu is designed to assist you.
- +22 ;;It is called Scheduling Check-In Created Visits Not Yet Coded (CINC).
- +23 ;;
- +24 ;;For details on this new visit creation process and how to set up
- +25 ;;your clinics to use it, please read the Appointment Tutorial on the
- +26 ;;Appointment Menu in Scheduling. Choose 3 for the "Check-in Patients
- +27 ;;for Scheduled Appointments" section.