SQL_HIPAA PACKAGE

ERROR CODES

Document Version: Beta0.01 By: Joe Thielen

  • #1: DB CONNECTION ERROR
  • A connection could not be made to the database
  • Check the values in your hipaahelper-vars.inc file
  • #2: TABLE ERROR
  • One or more required tables not found
  • HIPAA HELPER requires the following tables to exist:
  • hipaa_to
  • hipaa_from
  • hipaa_orginfo
  • hipaa_resinfo
  • hipaa_services
  • #3: NO SERVICE LINES
  • There are no entries in hipaa_services
  • #4: NO RESIDENT LINES
  • No resident info lines in hipaa_resinfo
  • #5: CAN ONLY HAVE ONE TO LINE
  • There should only be one entry in hipaa_to
  • #6: CAN ONLY HAVE ONE ORG. LINE
  • There should only be one entry in hipaa_orginfo
  • #7: MISSING RES INFO
  • There are services in hipaa_services for which there are no corresponding resident info entries in hipaa_resinfo
  • #8: MULTIPLE RES ENTRIES
  • There are more than one entries in hipaa_resinfo which have the same pri_id
  • #9: INVALID SERVICE DATA
  • There are entries in hipaa_services which contain invalid data
  • #10: INVALID RESINFO DATA
  • There are entries in hipaa_resinfo hich contain invalid data
  • #11: UNABLE TO OPEN FILE
  • Unable to open the file to write to as specified in the file_name field of the table hipaa_to