- ACDNOTE1 ;IHS/ADC/EDE/KML - NEW FEATURES IN V4 ;
- ;;4.1;CHEMICAL DEPENDENCY MIS;;MAY 11, 1998
- ;
- ;Routine ACDVIMP has been modified to now call the black box
- ;(i.e., ^%ZISH) so a dos box import should now work just as a
- ;unix import works.
- ;
- ;All reports will now run by state. I did the same exact code
- ;changes/updates as I did with the tribal report changes that
- ;are listed above in routine ACDNOTE
- ;With state codes, many patients in 9000001 seem to be missing
- ;the required field CURRENT COMMUNITY PNT (pnt to ^AUTTCOM) and
- ;if the same holds true in the field, the reports may not be as
- ;accurate as need be.
- ;
- ;ACDVIMP now asks the user importing data which directory to
- ;look in for import files. I no longer assume /usr/spool/uucppublic
- ;and this improves the functionality of the dos import.
- ;
- ;If reports run are the first set ^ACDWDRV1, a restriction of
- ;output by contact type is now asked. The results are on the
- ;header of the report.
- ;
- ;The Financial Data extract utilities and import utilities are
- ;now operational. The extract utilitiy for program data and
- ;for visit data may now be transmitted via mail servers so it
- ;is highly suggested that as part of on site training you help
- ;the sites set up their net mail.
- ;
- ;A procedure has been established for HQ archiving. Code changes
- ;include the ability for HQ to extract data to a host file (i.e.,
- ;ACDF/ACDP910000.214) so any file containing '9' as first digit
- ;will be an archive file. HQ may then delete data from the system
- ;using the appropriate delete option on the supervisor menu.
- ;
- ;There is a new option to preset server domains which are
- ;destination address in which to send CDMIS extracted data.
- ;These servers may run at 100% automation which means that the
- ;area's will not have to import data if they use this feature.
- ;
- ;On the supervisor Menu, all menu text has been changed to
- ;include where the menu item may be run (i.e., area/fac/HQ) and
- ;this will simplify the security key allocation at time of
- ;install of cdmis 4.
- ;
- ;All CDMIS site manager utilities (Most are on the Supervisor Menu)
- ;have been enhanced and improved to make easier the task of managing
- ;the cdmis data base. This includes resetting extract data flags,
- ;purging data, archiving data, deleting data, and installing data.
- ;
- ;All new security keys are being used to simplify the assignment
- ;of /option/key/user. Example: OPTION ACD SUPER0 KEY ACDZSUPER0
- ; ACD SUPER1 KEY ACDZSUPER1
- ;
- ; ACD SUPER9 KEY ACDZSUPER9
- ; etc.
- ;
- ;The July 1995 release of CDMIS version 4.0 has the capability of
- ;generating PCC visits from CDMIS visits. If this is done bills
- ;can be generated using the IHS 3rd party billing package.
- ;Version 4.0 also has the capability of generating a hardcopy of
- ;each CDMIS visit from which a bill can be created manually.
- ;
- ;The PCC side of the link is not being released until November of
- ;1995 so only alpha/beta test sites will be able to use this
- ;feature.
- ACDNOTE1 ;IHS/ADC/EDE/KML - NEW FEATURES IN V4 ;
- +1 ;;4.1;CHEMICAL DEPENDENCY MIS;;MAY 11, 1998
- +2 ;
- +3 ;Routine ACDVIMP has been modified to now call the black box
- +4 ;(i.e., ^%ZISH) so a dos box import should now work just as a
- +5 ;unix import works.
- +6 ;
- +7 ;All reports will now run by state. I did the same exact code
- +8 ;changes/updates as I did with the tribal report changes that
- +9 ;are listed above in routine ACDNOTE
- +10 ;With state codes, many patients in 9000001 seem to be missing
- +11 ;the required field CURRENT COMMUNITY PNT (pnt to ^AUTTCOM) and
- +12 ;if the same holds true in the field, the reports may not be as
- +13 ;accurate as need be.
- +14 ;
- +15 ;ACDVIMP now asks the user importing data which directory to
- +16 ;look in for import files. I no longer assume /usr/spool/uucppublic
- +17 ;and this improves the functionality of the dos import.
- +18 ;
- +19 ;If reports run are the first set ^ACDWDRV1, a restriction of
- +20 ;output by contact type is now asked. The results are on the
- +21 ;header of the report.
- +22 ;
- +23 ;The Financial Data extract utilities and import utilities are
- +24 ;now operational. The extract utilitiy for program data and
- +25 ;for visit data may now be transmitted via mail servers so it
- +26 ;is highly suggested that as part of on site training you help
- +27 ;the sites set up their net mail.
- +28 ;
- +29 ;A procedure has been established for HQ archiving. Code changes
- +30 ;include the ability for HQ to extract data to a host file (i.e.,
- +31 ;ACDF/ACDP910000.214) so any file containing '9' as first digit
- +32 ;will be an archive file. HQ may then delete data from the system
- +33 ;using the appropriate delete option on the supervisor menu.
- +34 ;
- +35 ;There is a new option to preset server domains which are
- +36 ;destination address in which to send CDMIS extracted data.
- +37 ;These servers may run at 100% automation which means that the
- +38 ;area's will not have to import data if they use this feature.
- +39 ;
- +40 ;On the supervisor Menu, all menu text has been changed to
- +41 ;include where the menu item may be run (i.e., area/fac/HQ) and
- +42 ;this will simplify the security key allocation at time of
- +43 ;install of cdmis 4.
- +44 ;
- +45 ;All CDMIS site manager utilities (Most are on the Supervisor Menu)
- +46 ;have been enhanced and improved to make easier the task of managing
- +47 ;the cdmis data base. This includes resetting extract data flags,
- +48 ;purging data, archiving data, deleting data, and installing data.
- +49 ;
- +50 ;All new security keys are being used to simplify the assignment
- +51 ;of /option/key/user. Example: OPTION ACD SUPER0 KEY ACDZSUPER0
- +52 ; ACD SUPER1 KEY ACDZSUPER1
- +53 ;
- +54 ; ACD SUPER9 KEY ACDZSUPER9
- +55 ; etc.
- +56 ;
- +57 ;The July 1995 release of CDMIS version 4.0 has the capability of
- +58 ;generating PCC visits from CDMIS visits. If this is done bills
- +59 ;can be generated using the IHS 3rd party billing package.
- +60 ;Version 4.0 also has the capability of generating a hardcopy of
- +61 ;each CDMIS visit from which a bill can be created manually.
- +62 ;
- +63 ;The PCC side of the link is not being released until November of
- +64 ;1995 so only alpha/beta test sites will be able to use this
- +65 ;feature.