SQL Table - SYSTEM.inhibit_billing
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Financial Eligibility
- Diagnosis
- Client Charge Input
- Client Ledger
- Inhibit Billing By Service
- Dynamic Form - Inhibit Services - Please review your selections to Inhibit services
- Dynamic Form - File Service Inhibit Information
- Change MR#
- Electronic Billing
- Dynamic Form - Un-Inhibit services - Please review your selections to Un-Inhibit service
- Crystal Report Viewer
Scenario 1: Inhibit Billing By Service - Validate billing inhibited / uninhibited service
Specific Setup:
- A practitioner must be associated to the user that is logged into the application (Practitioner A).
- Admission:
- An existing client is identified in the system or create a new client. Note the client id, admission program/date.
- Guarantors/Payors:
- An existing guarantor is identified to be used as a primary guarantor. Note the guarantor code.
- Financial Eligibility:
- The guarantor identified above is assigned to the client as a primary guarantor.
- Diagnosis:
- Client has an admission diagnosis record.
- Service Codes:
- An existing service code is identified. Note the service codes / value.
- Service fee/Cross Maintenance:
- The fee definition is created for the service code to be used.
- Client Charge Input:
- A service is rendered to the client using the service code identified above.
- Client Ledger:
- The liability distributed to the primary guarantor of the client.
Steps
- Open the 'Inhibit Billing By Service' form.
- Enter the practitioner associated to the logged in user in the 'Rendering Practitioner' field.
- Select any value from the 'Select Service(s) To Mark Billing-Inhibited' field.
- Click [Submit].
- Validate a "Please review your selections" dialog is displayed.
- Click [OK].
- Validate a "File Service Inhibit Information" dialog is displayed stating: Continue Filing?
- Click [Yes].
- Validate a "Form Return" message is displayed stating: Submitting has completed. Do you wish to return to form?
- Click [No].
- Open the 'Crystal report' or any other SQL data viewer.
- Run the 'Select * from SYSTEM.billing_tx_history where PATID=604'.
- Verify the 'billable_code' field displays 'X'.
- Run the 'Select * from SYSTEM.inhibit_billing where PATID=604'.
- Verify the data is filed in this table for the client.
- Open the 'Change MR #' form.
- Perform a Change MR # for this client to assign a new MR #.
- Run the 'Select * from SYSTEM.inhibit_billing where PATID=604'.
- Verify the table is updated with the new MR #.
- Close the report.
File Import - Client Charge Input
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Financial Eligibility
- File Import
- Crystal Report Viewer
- Client Ledger
- Diagnosis
- Electronic Billing
- Inhibited Services For Billing Report
- Client Inhibited Services (Service Date Less Than 1 Year Old)
- Service Codes
Scenario 1: File Import - 'Client Charge Input' file type - Render a service to the client that is marked as a billing inhibited
Specific Setup:
- Registry Settings:
- The registry setting 'Import File Delimiter' is set to desired value.
- Home View:
- The 'CLIENT INHIBITED FROM BILLING (SERVICE DATE LESS THAN 1 YEAR)' widget available on the home view.
- Program Maintenance:
- Identify an existing program code / name. Note the program code.
- Admission:
- An existing client is identified. Note the client id/name, admission date, admission program code/name.
- A 'Client Charge Input' import file is created to render a service to the client and mark that service billing inhibited.
- The predefined client, episode number, practitioner id, service code, admission program and cost of the service are entered in the file.
Steps
- Open the 'File Import' form.
- Select the 'Client Charge Input' from the 'File Type' field.
- Upload the file Import file created in the setup section to mark a service as a billing inhibited.
- Compile the file.
- Verify that the file compiles successfully.
- Select the 'Print File' option.
- Review the information on compile report.
- Verify that all the information entered through the 'File Import' file displayed correctly in the specific field.
- Post the compiled file.
- Verify that the file posted successfully.
- Open the 'Crystal Report' or any other SQL data viewer.
- Run the query against SYSTEM.billing_tx_history table.
- Verify the 'billable_code' displays 'X'.
- Run the query against SYSTEM.inhibit_billing SQL table.
- Verify the inhibited service record is added in this table.
- Close the Crystal Report or the SQL Data Viewer.
- Locate to the 'CLIENT INHIBITED SERVICES (SERVICE DATE LESS THAN 1 YEAR OLD)' WIDGET.
- Verify the 'Client Name' and 'Episode' column displays the client name and episode for the client for whom the inhibited service is rendered through file import.
- Open the 'Inhibited Services For Billing report' form.
- Enter desired date in the 'Start Date' field.
- Enter desired date in the 'End Date' field.
- Select desired client in the 'Client' field.
- Click [Process Report].
- Verify the inhibited service record displays in the report correctly.
- Close the report.
Scenario 2: File Import - 'Client Charge Input' file type - Render a service to the client that is marked as a billing non inhibited
Specific Setup:
- Registry Settings:
- The registry setting 'Import File Delimiter' is set to desired value.
- Program Maintenance:
- Identify an existing program code / name. Note the program code.
- Admission:
- An existing client is identified. Note the client id/name, admission date, admission program code/name.
- A 'Client Charge Input' import file is created to render a service to the client and mark that service billing non inhibited. The predefined client, episode number, practitioner id, service code, admission program and cost of the service are entered in the file.
Steps
- Open the 'File Import' form.
- Select the 'Client Charge Input' from the 'File Type' field.
- Upload the file Import file created in the setup section to mark a service as a billing inhibited.
- Compile the file.
- Verify that the file compiles successfully.
- Select the 'Print File' option.
- Review the information on compile report.
- Verify that all the information entered through the 'File Import' file displayed correctly in the specific field.
- Post the compiled file.
- Verify that the file posted successfully.
- Open the 'Crystal Report' or any other SQL data viewer.
- Run the query against SYSTEM.billing_tx_history SQL table.
- Verify the 'billable_code' code column is blank for the service.
- Run the query against SYSTEM.inhibit_billing SQL table.
- Verify the table does not contain the non inhibited service record of the client.
- Close the Crystal Report or the SQL Data Viewer.
- Locate to the 'CLIENT INHIBITED SERVICES (SERVICE DATE LESS THAN 1 YEAR OLD)' WIDGET.
- Verify the 'Client Name' and 'Episode' column does not display the client name and episode for the client for whom the non inhibited service is rendered through file import.
- Open the 'Inhibited Services For Billing Report' form.
- Enter desired date in the 'Start Date' field.
- Enter desired date in the 'End Date' field.
- Select desired client in the 'Client' field.
- Click [Process Report].
- Verify the non inhibited service record does not display in the report.
- Close the report.
|
Topics
• Inhibit Billing
• File Import
• Database Tables
|
Scheduling Calendar - Group Appointment
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Scheduling Calendar
- Dynamic Form - Group Member Selection
- User Definition
- Dynamic Form Group
- Group Registration
Scenario 1: 'Scheduling Calendar': Add New, Check- In, and Check Out Individual and Group Appointments
Specific Setup:
- A client must be enrolled in an existing episode (Client A).
- A group must exist with at least two group members (Group A).
- The 'Receipt Definition' form is configured.
- The posting codes being used must have "Yes" selected in the 'Generate Receipt' field in the 'Post/Adjustment Codes Definition' form.
Steps
- Access the 'Scheduling Calendar' form.
- Right click in any available time slot and click [Add Appointment].
- Enter the desired value in the 'Service Code' field.
- Enter "Client A" in the 'Client' field.
- Select the desired episode in the 'Episode Number' field.
- Select the desired value in the 'Program' field.
- Click [Submit].
- Validate the 'Appointment Grid' contains the appointment created in the previous steps.
- Right click on the appointment and click [Check In].
- Validate the 'Scheduling Calendar - Check In' window is displayed.
- Enter the desired value in the 'Amount Received At Check In' field.
- Select the desired value in the 'Payment Code' field.
- Click [Submit].
- Validate a receipt is displayed for the payment collected.
- Validate the 'Appointment Grid' contains the checked in appointment.
- Right click on the appointment and click [Check Out].
- Validate the 'Scheduling Calendar - Check Out' window is displayed.
- Enter the desired value in the 'Amount Received At Check Out' field.
- Select the desired value in the 'Payment Code' field.
- Click [Submit].
- Validate a receipt is displayed for the payment collected.
- Validate the 'Appointment Grid' contains the checked out appointment.
- Right click in any available time slot and click [Add Appointment].
- Enter any group service code in the 'Service Code' field.
- Enter "Group A" in the 'Group #' field.
- Select the desired program in the 'Program' field.
- Select the 'Group Members' item.
- Validate the 'Current Group Appointment Members' field contains all group members.
- Click [Submit].
- Validate the 'Appointment Grid' contains the group appointment created in the previous steps.
- Right click on the group appointment and click [Check In].
- Select all group members.
- Validate the 'Scheduling Calendar - Check In' window is displayed.
- Enter the desired value in the 'Amount Received At Check In' field.
- Select the desired value in the 'Payment Code' field.
- Click [Submit]. Note: this will need to be submitted for all group members.
- Validate a receipt is displayed for the payment collected.
- Right click on the group appointment and click [Check Out].
- Select all group members.
- Validate the 'Scheduling Calendar - Check Out' window is displayed.
- Enter the desired value in the 'Amount Received At Check Out' field.
- Select the desired value in the 'Payment Code' field.
- Click [Submit]. Note: this will need to be submitted for all group members.
- Validate a receipt is displayed for the payment collected.
- Validate the 'Appointment Grid' contains the checked out group appointment.
- Click [Dismiss].
|
Topics
• Appointment Management
|
99999 Services Report
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Guarantors/Payors
- User Definition
- Financial Eligibility
- Client Charge Input
- 99999 Services Report
Scenario 1: 99999 Services Report - Validating liability distribution failure message when the full liability distributes to the default guarantor
Specific Setup:
- Guarantors/Payors:
- Identify an existing guarantor with the financial class of Non-recoverable to be used as a default guarantor. Note the guarantor’s id/name.
- Registry Setting:
- The 'Track Services That Failed Liability Distribution' registry setting is set to "Y".
- Admission:
- An existing client is identified, or a new client is admitted. Note the client id, name, and admission date.
- Financial Eligibility:
- The financial eligibility record is created for the client so that the coverage effective date is after date of services to be rendered to the client. Note the 'Coverage Effective Date'.
- Client Charge Input:
- A service is rendered to the client such that it is prior to the 'Coverage Effective Date' set up in the client's 'Financial eligibility'. Note the date of service. Make sure the service is in open state.
- Client Ledger:
- The service rendered to the client are distributed to the default guarantor (99999).
Steps
- Open the '99999 Services Report' form.
- Verify the 'Run Report By' field exists on the form and is required. This is a single-select field and defaults to ''All Services", and contains "Service Dates", and "Accounting Period".
- Verify that the ‘Export’ button fields is enabled.
- Verify that the following fields are disabled: ‘Service From Date’, ‘Service To Date’, Month/Year of Accounting Period Close'.
- Verify that the 'Include Closed Services' exists and defaults to "No".
- Select "Yes" in 'Include Closed Services'.
- Click [Export].
- Verify that the exported file was saved to the desktop.
- Open the file.
- Verify the file displays all the open/closed services that distributed to the Default Guarantor and lists the reason the services failed liability distribution for all guarantors from the client’s applicable Financial Eligibility list.
- Return to the '99999 Services Report' form.
- Select "Service Dates" in 'Run Report By' field.
- Verify that 'Service From Date' and 'Service To Date' are required.
- Enter first date of service rendered to client in 'Service From Date' field.
- Enter last date of service rendered to client in 'Service To Date' field.
- Select "No" in the 'Include Closed Services' field.
- Click [Export].
- Verify that the exported file was saved to the desktop.
- Open the file.
- Verify the file displays all the open/closed services that distributed to the Default Guarantor and lists the reason the services failed liability distribution for all guarantors from the client’s applicable Financial Eligibility list.
- Return to the '99999 Services Report' form.
- Select "Accounting Period" in 'Run Report By' field.
- Verify that 'Month/Year of Accounting Period Close' is required.
- Enter the desired month/year as MM/YY.
- Click [Export].
- Verify that the exported file was saved to the desktop.
- Open the file.
- Verify the file displays all the open/closed services that distributed to the Default Guarantor and lists the reason the services failed liability distribution for all guarantors from the client’s applicable Financial Eligibility list.
- Return to the '99999 Services Report' form.
- Close the form.
- Open 'Crystal Report' or any other SQL data viewer.
- Query the 'SYSTEM.billing_tx_dist_fail_reason' SQL table.
- Validate the 'PATID' column is equal to the client id identified in the pre-conditions.
- Validate the 'date_of_service' column is equal to the service dates for the services rendered to the client.
- Validate the 'reason' column contains the reason the service failed liability distribution.
- Validate the 'GUARANTOR_ID' column is equal to the guarantor assigned to the client in the financial eligibility.
- Open the 'Financial Eligibility' form.
- Update client's eligibility record and set up the coverage effective date so that it covers all the services rendered to the client.
- Open the 'Close Charges' form.
- Run the liability update for the client.
- Open the 'Client Ledger' for the client.
- Verify that the services are distributed to the correct guarantor assigned to the client in financial eligibility.
- Open 'Crystal Report' or any other SQL data viewer.
- Query the 'SYSTEM.billing_tx_dist_fail_reason' SQL table for the desired client setup.
- Verify there are no services found in the table for the desired client.
- Return to the '99999 Services Report' form.
- Select "Service Dates' in 'Run Report By' field.
- Enter first date of service rendered to client in 'Service From Date' field.
- Enter last date of service rendered to client in 'Service To Date' field.
- Select "Yes" in 'Include Closed Services'.
- Click [Export].
- Validate that a message is received stating: No data found to export.
- Close the form.
|
Topics
• Financial Eligibility
• Database Management
|
File Import - Deposit Entry
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Program Maintenance
- Service Codes
- Client Ledger
- Posting/Adjustment Codes Definition
- File Import
- Roll-Up Services Definition
Scenario 1: File Import - Deposit Entry' - file with all the required/optional fields
Specific Setup:
- Registry Setting:
- Set the 'Avatar PM->System Maintenance->File Import->->->Import File Delimiter' registry setting to the desired value.
- Guarantors/Payor:
- An existing guarantor is identified to be assigned to the client. Note the guarantor code/value.
- Program Maintenance:
- Identify an existing program code / value to be used for client's admission.
- Identify the location of the program to be used for Client's admission.
- Admission:
- An inpatient or outpatient client is created using the program identified above or an existing client is identified. Note the Client id/name, admission date/program.
- Financial Eligibility: The existing guarantor is assigned to the client.
- Service code:
- An existing service code to be used with inpatient/ outpatient program is identified. Note the service code for further validation.
- Posting/Adjustment Code Definition:
- An existing payment, adjustment or transfer code is identified to be used. Note the code and type of the code.
- File Import:
- An import file is created to process the deposit entry. Ensure that the file contains all required fields and desired optional fields. Note the file name / location of the file.
Steps
1. Open the 'File Import' form. 2. Select the 'Deposit Entry' from the File Type field. 3. Upload the file Import file created in the setup section. 4. Compile the file. 5. Verify the file compiles successfully. 6. Post the compiled file. 7. Verify the file posted successfully. 8. Open the 'Client Ledger' for the client. 9. Process the report. 10. Verify the client ledger displays the deposit entry correctly. 11. Close the Report. 12. Close the form.
Scenario 2: Roll-Up Services Definition - File Import
Specific Setup:
- File Import: Import files have been created to add, edit, and delete a Roll-Up Services Definition.
Steps
- Open ‘File Import’.
- Select 'Roll-Up Services Definition' in ‘File Type’.
- Click [Upload New File] in ‘Action’.
- Click [Process Action].
- Upload the file that will add the 'Roll-Up Services Definition'.
- Click [Compile/Validate File] in ‘Action’.
- Select the uploaded file.
- Click [Process Action].
- If there are errors, click [Print Errors] in ‘Action’.
- Select the compiled file.
- Click [Process Action].
- Review the report and upload and compile again to resolve the errors.
- Click [Print File] in ‘Action’.
- Click [Process Action].
- Review the report to validate the data.
- Click [Post File] in ‘Action’.
- Select the compiled file.
- Click [Process Action].
- If desired, Click [Delete File] in ‘Action’.
- Select the posted file.
- Click [Process Action].
- The ‘Delete File’ message will display.
- Click desired value. If [Yes], the ‘Confirm message will display. Click [OK]. If [No], the ‘Delete File’ message is removed.
- Close the form.
- Open 'Roll-Up Services Definition'.
- Validate that the definition imported with the correct values.
- Close the form.
- Repeat steps 1-24 for the file that will edit the 'Roll-Up Services Definition'.
- Open 'Roll-Up Services Definition'.
- Validate that the edited definition contains the correct values in the edited fields.
- Close the form.
- Repeat steps 1-24 for the file that will delete the 'Roll-Up Services Definition'.
- Open 'Roll-Up Services Definition'.
- Validate that the deleted definition does not exist.
- Close the form.
|
Topics
• Deposit Entry
• File Import
• Roll-Up Services Definition
• NX
|
Dictionary Update - Payor
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Dictionary Update (PM)
- Guarantors/Payors
- Service Codes
- Practitioner Numbers By Guarantor And Program
- CCBHC PPS Service Definition
- Program Maintenance
- Diagnosis
- Financial Eligibility
- Client Charge Input
- Client Ledger
- CCBHC PPS Compile
- Electronic Billing
- Bed Availability Report
Scenario 1: CCBHC Billing - 837P - Exclude from check for remittance from private insurance.
Specific Setup:
- CCBHC functionality is enabled and setup.
- Dictionary Update: Payor
- Print Dictionary - 1000 – Financial Class
- Validate that the extended dictionary 'CCBHC Billing - Exclude from check for remittance from private insurance' has a value of ‘Y’ for the following financial classes: 3 (Medicaid), 6 (Self Pay), 7 (Medicare A), 8 (Medicare B).
- Any financial class that has the ‘System Financial Class set to a value of 3 (Medicaid), 6 (Self Pay), 7 (Medicare A), 8 (Medicare B), will also have a value of ‘Yes’ in the extended dictionary 'CCBHC Billing - Exclude from check for remittance from private insurance'.
- Input Dictionary - 1000 – Financial Class
- Select a financial class for a non CCBHC guarantor that does not have a value for the extended dictionary 'CCBHC Billing - Exclude from check for remittance from private insurance' and set the value to 'No'. This will be the client's primary guarantor.
- Service Codes
- Identify a code that is a CCBHC service and a CCBHC Enumerated Service.
- Identify a code that is a CCBHC service and is not a CCBHC Enumerated Service.
- Client: Identify an outpatient client with the following:
- Financial Eligibility:
- Client is assigned the guarantor with the 'CCBHC Billing - Exclude from check for remittance from private insurance' dictionary value of 'No' as the primary guarantor. Setup will cover the enumerated service and force the non enumerated service to the secondary guarantor.
- Client is assigned a CCBHC guarantor as the secondary guarantor.
- Services: Client has one or more services for the code that is a CCBHC service and a CCBHC Enumerated Service. The services must be closed.
- Client Ledger was used to verify that the services distributed to the primary guarantor.
Steps
- Open 'CCBHC PPS Compile' and process the compile for the client.
- Print the report and validate that the non-enumerated service was created and distributed to the secondary guarantor.
- If desired, open ‘Client Ledger’ and verify that the non-enumerated service distributed to the secondary guarantor.
- Open ‘Close Charges’ and close the charges for the client.
- Open ‘Electronic Billing’.
- Select '837-Professional' in 'Billing Type'.
- Process the bill for the primary funding source. The services can be claimed or unclaimed. If necessary, include CCBHC services.
- Validate that the ‘Compile Complete’ message is received.
- If desired, review the dump file or print the report.
- Process the bill for the secondary guarantor. Do not create claims. Include CCBHC services.
- Validate that the ‘No Valid Information Found. Please Check The Error Report’ message is received.
- Print the report to review the error message.
- Click the ‘Required Data Missing: Header and/or Billing/Pay-to Provider Data’ link and verify that the message is: Service ‘xxx’ Service Code (xxx) [date] is still awaiting remittance from private insurance.
- Click the Required Data Missing: Patient Claim Data link and verify that the message is: PPS service ‘xxx (1250) [date] cannot be billed until all associated enumerated services are ready to bill.
- Close the report.
- Close the form.
- Open ‘Dictionary Update’
- Select the ‘Payor’ file.
- Select dictionary ‘Financial Class’, # 1000.
- Access the financial class for the primary guarantor.
- Change the 'CCBHC Billing - Exclude from check for remittance from private insurance' value to ‘Yes’.
- Apply the changes.
- Exit the form.
- Open ‘Electronic Billing’.
- Process the bill for the secondary guarantor. The services can be claimed or unclaimed.
- Validate that the ‘Compile Complete’ message is received.
- If desired, review the dump file or print the report.
Scenario 2: CCBHC Billing - 837I - Exclude from check for remittance from private insurance.
Specific Setup:
- CCBHC functionality is enabled and setup.
- Dictionary Update: Payor
- Print Dictionary - 1000 – Financial Class
- Validate that the extended dictionary 'CCBHC Billing - Exclude from check for remittance from private insurance' has a value of ‘Y’ for the following financial classes: 3 (Medicaid), 6 (Self Pay), 7 (Medicare A), 8 (Medicare B).
- Any financial class that has the ‘System Financial Class set to a value of 3 (Medicaid), 6 (Self Pay), 7 (Medicare A), 8 (Medicare B), will also have a value of ‘Yes’ in the extended dictionary 'CCBHC Billing - Exclude from check for remittance from private insurance'.
- Input Dictionary - 1000 – Financial Class
- Select a financial class for a non CCBHC guarantor that does not have a value for the extended dictionary 'CCBHC Billing - Exclude from check for remittance from private insurance' and set the value to 'No'. This will be the client's primary guarantor.
- Service Codes
- Identify a code that is a CCBHC service and a CCBHC Enumerated Service.
- Identify a code that is a CCBHC service and is not a CCBHC Enumerated Service.
- Client: Identify an outpatient client with the following:
- Financial Eligibility:
- Client is assigned the guarantor with the 'CCBHC Billing - Exclude from check for remittance from private insurance' dictionary value of 'No' as the primary guarantor. Setup will cover the enumerated service and force the non enumerated service to the secondary guarantor.
- Client is assigned a CCBHC guarantor as the secondary guarantor.
- Services: Client has one or more services for the code that is a CCBHC service and a CCBHC Enumerated Service. The services must be closed.
- Client Ledger was used to verify that the services distributed to the primary guarantor.
Steps
- Open 'CCBHC PPS Compile' and process the compile for the client.
- Print the report and validate that the non-enumerated service was created and distributed to the secondary guarantor.
- If desired, open ‘Client Ledger’ and verify that the non-enumerated service distributed to the secondary guarantor.
- Open ‘Close Charges’ and close the charges for the client.
- Open ‘Electronic Billing’.
- Select '837-Institutional' in 'Billing Type'.
- Process the bill for the primary funding source. The services can be claimed or unclaimed. If necessary, include CCBHC services.
- Validate that the ‘Compile Complete’ message is received.
- If desired, review the dump file or print the report.
- Process the bill for the secondary guarantor. Do not create claims. Include CCBHC services.
- Validate that the ‘No Valid Information Found. Please Check The Error Report’ message is received.
- Print the report to review the error message.
- Click the ‘Required Data Missing: Header and/or Billing/Pay-to Provider Data’ link and verify that the message is: Service ‘xxx’ Service Code (xxx) [date] is still awaiting remittance from private insurance.
- Click the Required Data Missing: Patient Claim Data link and verify that the message is: PPS service ‘xxx (1250) [date] cannot be billed until all associated enumerated services are ready to bill.
- Close the report.
- Close the form.
- Open ‘Dictionary Update’
- Select the ‘Payor’ file.
- Select dictionary ‘Financial Class’, # 1000.
- Access the financial class for the primary guarantor.
- Change the 'CCBHC Billing - Exclude from check for remittance from private insurance' value to ‘Yes’.
- Apply the changes.
- Exit the form.
- Open ‘Electronic Billing’.
- Process the bill for the secondary guarantor. The services can be claimed or unclaimed.
- Validate that the ‘Compile Complete’ message is received.
- If desired, review the dump file or print the report.
|
Topics
• 837 Professional
• CCBHC
• 837 Institutional
|
837 Institutional
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Fast Financial Eligibility
- Client Charge Input
- Discharge
- Client Ledger
- Diagnosis
- Guarantors/Payors
- Dictionary Update (PM)
- Electronic Billing
Scenario 1: 837 Institutional - Test Patient Status Code (2300-CL1-03) and Statement Date (2300-DTP)
Specific Setup:
- Client A:
- Client was admitted to an inpatient program. Note the admission date.
- Client has a diagnosis record.
- Client has a financial eligibility record.
- Client has closed, unclaimed services that include Roll-Up services.
- Client Ledger is used to note the dates of service, and the guarantor the liability distributed to.
- Guarantor/Payors is used to note the financial class of the guarantor the liability distributed to.
- Client was discharged from the episode on the day after the last day of service. Note the discharge date and type.
- Dictionary Update:
- Client file: Dictionary:970: Type Of Discharge
- Print the dictionary and note the extended dictionary value for 'Patient Status Over-Ride (2300-CL1-03)' for the discharge type noted above.
Steps
- Open ‘Electronic Billing’.
- Select ‘837-Institutional’ in ‘Billing Form’.
- Select the desired ‘Financial Class in ‘Type Of Bill’.
- Select ‘Individual’ in ‘Individual Or All Guarantors’.
- Select the desired guarantor in ‘Guarantor’.
- Select ‘Inpatient’ in ‘Billing Type’.
- Select ‘Sort File’ in ‘Billing Options’.
- Enter the desired value in ‘File Description/Name’.
- Select ‘All Clients’ in ‘All Clients Or Interim Billing Batch’.
- Select desired value in ‘Program(s)’.
- Select ‘No’ in ‘Create Claims’.
- Enter the desired value in ‘First Date Of Service To Include’.
- Enter the desired value in ‘Last Date Of Service To Include’.
- Select ‘All in ‘Include Primary and/or Secondary Billing.
- Click [Process].
- Validate the ‘Processing Report’ message contains ‘Compile Complete’.
- Click [OK].
- Select ‘Dump File’ in ‘Billing Options’.
- Select ‘Print’ in ‘Print Or Delete Report’.
- Select the desired report in ‘File’.
- Click [Process].
- Validate that the ‘DTP*434*’ segment includes the admission date and the discharge date.
- Validate that the ‘CL1’ segment contains the correct value in the third position.
- Close the report.
- Close the form.
- Create an SQL query, specific to the client, for the 'SYSTEM.billing_tx_history table' and validate the date in the 'the date_to_bill_rollup_service' field.
- Close the query.
|
Topics
• 837 Institutional
• NX
|
Diagnosis
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Diagnosis Pre-display
- Diagnosis
- IMO Diagnosis Search
Scenario 1: Diagnosis form - Adding multiple diagnoses at one time - Registry settings "Default 'Add To Problem List' to "Yes" on New Diagnosis" and "Enable Multiple Diagnosis Search" are enabled.
Specific Setup:
- Registry Settings:
- "Default 'Add To Problem List' to "Yes" on New Diagnosis" is set to "Y".
- "Enable Multiple Diagnosis Search" is set to "Y".
- Client: Client is identified with no existing Diagnosis record.
Steps
- Open "Diagnosis" form.
- Select desired client in the "Select Client" field and click "Select".
- When records are on file, the Diagnosis Pre-display will display. Click "Add".
- Select a "Type of Diagnosis".
- Enter a "Date of Diagnosis".
- Enter a "Time of Diagnosis".
- To add more than one diagnosis at a time, click [Add Multiple].
- The "Powered by IMO Problem(IT) Terminology" search will display.
- Enter a practitioner to assign to all selected diagnosis in the "Default Diagnosing Practitioner" field (optional)
- Select a "Status" to default for all entries (optional)
- In the "Powered by IMO Problem(IT) Terminology" search box, enter a diagnosis code or description. Either press [Enter] or click the search icon to the right of the field to initiate the search.
- A list of diagnoses matching the search criteria will display.
- To view a description of the diagnosis, click anywhere on the line item.
- Click on the "+" plus sign to select the diagnosis. It will be added to the "Conditions" column.
- Continue to search and select diagnosis. Up to 12 diagnoses can be added to the list at one time.
- Click 'OK' to accept the list and return to the "Diagnosis" display.
- Verify the selected diagnoses populate the "Diagnosis" grid.
- Edit each diagnosis as desired to validate that the ‘Diagnosis’, ‘Add to Problem List’; and ‘Diagnosis Practitioner’ are correct and to select the ‘Ranking.
- Click [Submit].
- Return to the form to validate that the selected diagnoses exist.
- Close the form.
|
Topics
• Diagnosis
|
SYSTEM.billing_271_bene_fino table - Data validation
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Product Updates (PM)
- Purge Billing Files
Scenario 1: Load & Go - Install update and verify successful installation
Scenario 2: Validate 'Purge Billing Files' when '271 Batch' is selected to purge.
Specific Setup:
- At least two 271 batch(es) are identified. Note the batch numbers.
Steps
- Open 'Purge Billing Files'.
- Select '271 Batch' in 'Billing List to Purge'.
- Enter a date in 'Date Created Start Date'.
- Enter a date in 'Date Created End Date'.
- Select 'None' in 'File Selection Default'.
- Click [Select File(s) to Purge].
- Select the first row, noting the 'Date Created' and 'Batch Name'.
- Click [OK].
- Click [Submit].
- Click [OK].
- Repeat steps 1 - 7.
- Verify that the batch that was deleted is not present by confirming that the deleted 'Date Created' and 'Batch Name' are not included in the grid.
Eligibility Response Report - Run report
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
Scenario 1: Load & Go - Install update and verify successful installation
|
Topics
• Database Management
• Purge Billing Files
|
'Client Ledger' report
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Client Charge Input
- Client Ledger
Scenario 1: 'Client Ledger' report - validate fields have no overlaps
Specific Setup:
- Client with a Guarantor and Services filed (Client A).
Steps
- Access the 'Client Ledger' form.
- Select "Client A" in the 'Client ID' field.
- Select "All Episodes" in the 'Claim/Episode/All Episodes' field.
- Select "Crystal" in the 'Ledger Type' field.
- Click [Process].
- Review the report and verify the following:
- 'Service Description' field does not overlap with 'Units' field.
- 'Guarantor' field does not overlap with 'Guarantor Liability' field.
- Validate the 'Line Balance' field is not cut off.
- Close the report.
|
Topics
• Client Ledger
• NX
|
Demographics - Client Declined To Provide Information On The Following
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Pre Admit
- Update Client Data
- Crystal Reports or other SQL Reporting tool (PM Namespace)
- Dictionary Update (PM)
Scenario 1: Pre Admit Client - Add Client
Specific Setup:
- There must be a practitioner defined (Practitioner A).
Steps
- Access the 'Pre Admit' form.
- Enter any value in the 'Last Name' and 'First Name' fields.
- Select any value in the 'Sex' field.
- Click [New Client] and [Yes].
- Validate the form displays the values populated in the previous steps.
- Enter the desired value in the 'Date of Birth' field.
- Enter the desired value in the 'Preadmit/Admission Date' field.
- Enter the desired value in the 'Preadmit/Admission Time' field.
- Select any value in the 'Program' field.
- Select any value in the 'Type of Admission' field.
- Enter and select "Practitioner A" in the 'Admitting Practitioner' field.
- Click [Expected Date of Admission T].
- Enter and select "Practitioner A" in the 'Scheduled Admitting Practitioner' field.
- Enter any value in the 'Social Security Number' field.
- Enter any value in the 'Pre-Admission Diagnosis' field and press the "Enter" key.
- Validate "Powered By IMO Terminology" displays below the search results.
- Select the desired value.
- Populate any desired fields.
- Select 'Demographics'.
- Select 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Click [Submit].
- Access the 'Pre Admit' form for the same client in 'Edit' mode.
- Select 'Demographics'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Deselect 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are enabled.
- Select desired values for 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Click [Submit].
- Access the 'Pre Admit' form for the same client in 'Edit' mode.
- Select 'Demographics'.
- Validate that the submitted data was retained in 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Close the form.
Scenario 2: Admission - Inpatient - Admit New Client
Steps
- Access the 'Admission' form.
- Enter the desired value in the 'Last Name' field.
- Enter the desired value in the 'First Name' field.
- Select any value in the 'Sex' field.
- Click [Search], [New Client], and [Yes].
- Enter any value in the 'Date of Birth' field.
- Enter any value in the 'Preadmit/Admission Date' field.
- Enter any value in the 'Preadmit/Admission Time' field.
- Select any value in the 'Type of Admission' field.
- Select any value in the 'Source Of Admission' field.
- Enter / Select data for required fields.
- Select the 'Demographics' section.
- Select 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Enter other desired data.
- Click [Submit].
- Access the 'Admission' form for the same client.
- Select the 'Demographics' section.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Deselect 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are enabled.
- Select desired values for 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Click [Submit].
- Access the 'Admission' form for the same client.
- Select the 'Demographics' section.
- Validate that the submitted data was retained in 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Close the form.
Scenario 3: Update Client Data form - field validations
Specific Setup:
- Select a client to use in 'Update Client Data' that has no values in 'Primary Language', 'Client Race', or 'Ethnic Origin'.
Steps
- Access the 'Update Client Data' form.
- Validate the following fields:
- 'Last Name'.
- 'First Name'.
- 'Sex'.
- Select 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Click [Submit].
- Access the 'Update Client Data' form.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Deselect 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are enabled.
- Select desired values for 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Click [Submit].
- Access the 'Update Client Data' form.
- Select 'Demographics'.
- Validate that the submitted data was retained in 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Close the form.
Scenario 4: Admission (Outpatient) - Admit New Client
Steps
- Access the 'Admission (Outpatient)' form.
- Enter the desired value in the 'Last Name' field.
- Enter the desired value in the 'First Name' field.
- Select any value in the 'Sex' field.
- Click [Search], [New Client], and [Yes].
- Enter any value in the 'Date of Birth' field.
- Enter any value in the 'Preadmit/Admission Date' field.
- Enter any value in the 'Preadmit/Admission Time' field.
- Select any value in the 'Type of Admission' field.
- Select any value in the 'Source Of Admission' field.
- Enter / Select data for required fields.
- Select the 'Demographics' section.
- Select 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Enter other desired data.
- Click [Submit].
- Access the 'Admission (Outpatient)' form for the same client.
- Select the 'Demographics' section.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are disabled.
- Deselect 'Ethnic Origin', 'Race', and 'Language' in 'Client Declined To Provide Information On the Following'.
- Validate that 'Primary Language', 'Client Race', and 'Ethnic Origin' are enabled.
- Select desired values for 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Click [Submit].
- Access the 'Admission (Outpatient)' form for the same client.
- Select the 'Demographics' section.
- Validate that the submitted data was retained in 'Primary Language', 'Client Race', and 'Ethnic Origin'.
- Close the form.
|
Topics
• Pre Admit
• Admission
• Update Client Data
• NX
• Admission (Outpatient)
|
File Import - 'Deposit Entry' file type
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Guarantors/Payors
- Financial Eligibility
- Recurring Client Charge Input (Charge Fee Access)
- Client Ledger
- Discharge
- File Import
- Crystal Report Viewer
- Program Maintenance
- Service Codes
- Posting/Adjustment Codes Definition
- Deposit Entry
Scenario 1: File Import - Deposit Entry - Posting a deposit for a discharged client /episode
Specific Setup:
- Registry Setting:
- Set the 'Avatar PM->System Maintenance->File Import->->->Import File Delimiter' registry setting to the desired value.
- Guarantors/Payor:
- An existing guarantor is identified to be assigned to the client. Note the guarantor code/value.
- Program Maintenance:
- Identify an existing program code / value to be used for client's admission.
- Identify the location of the program to be used for Client's admission.
- Admission:
- An inpatient or outpatient client is created using the program identified above or an existing client is identified. Note the Client id/name, admission date/program.
- Financial Eligibility:
- The existing guarantor is assigned to the client.
- Service code:
- An existing service code to be used with inpatient/ outpatient program is identified. Note the service code for further validation.
- Posting/Adjustment Code Definition:
- An existing payment, adjustment or transfer code is identified to be used. Note the code and type of the code.
- Discharge:
- Client is discharged after 5 days from admission date. Note the discharge date.
- File Import:
- An import file is created to process the deposit entry. Ensure that the 'Date of Receipt or adjustment' is greater than discharge date. The file contains all required fields and desired optional fields. Ensure Note the file name / location of the file.
Steps
- Open the 'File Import' form.
- Select the 'Deposit Entry' from the File Type field.
- Upload the file Import file created in the setup section.
- Compile the file.
- Verify the file compiles successfully.
- Post the compiled file.
- Verify the file posted successfully.
- Open the 'Client Ledger' for the client.
- Process the report.
- Verify the client ledger displays the deposit entry correctly.
- Close the Report.
- Close the form.
Scenario 2: File Import - Deposit Entry' - Posting a file for the active client/episode
Specific Setup:
- Registry Setting:
- Set the 'Avatar PM->System Maintenance->File Import->->->Import File Delimiter' registry setting to the desired value.
- Guarantors/Payor:
- An existing guarantor is identified to be assigned to the client. Note the guarantor code/value.
- Program Maintenance:
- Identify an existing program code / value to be used for client's admission.
- Identify the location of the program to be used for Client's admission.
- Admission:
- An inpatient or outpatient client is created using the program identified above or an existing client is identified. Note the Client id/name, admission date/program.
- Financial Eligibility: The existing guarantor is assigned to the client.
- Service code:
- An existing service code to be used with inpatient/ outpatient program is identified. Note the service code for further validation.
- Posting/Adjustment Code Definition:
- An existing payment, adjustment or transfer code is identified to be used. Note the code and type of the code.
- File Import:
- An import file is created to process the deposit entry. Ensure that the file contains all required fields and desired optional fields. Note the file name / location of the file.
Steps
1. Open the 'File Import' form. 2. Select the 'Deposit Entry' from the File Type field. 3. Upload the file Import file created in the setup section. 4. Compile the file. 5. Verify the file compiles successfully. 6. Post the compiled file. 7. Verify the file posted successfully. 8. Open the 'Client Ledger' for the client. 9. Process the report. 10. Verify the client ledger displays the deposit entry correctly. 11. Close the Report. 12. Close the form.
Scenario 3: Deposit Entry - Submitting deposit entry using 'Deposit Entry' form for discharged client
Specific Setup:
- Guarantors/Payor:
- An existing guarantor is identified to be assigned to the client. Note the guarantor code/value.
- Program Maintenance:
- Identify an existing program code / value to be used for client's admission.
- Identify the location of the program to be used for Client's admission.
- Admission:
- An inpatient or outpatient client is created using the program identified above or an existing client is identified. Note the Client id/name, admission date/program.
- Financial Eligibility:
- The existing guarantor is assigned to the client.
- Service code:
- An existing service code to be used with inpatient/ outpatient program is identified. Note the service code for further validation.
- Posting/Adjustment Code Definition:
- An existing payment, adjustment or transfer code is identified to be used. Note the code and type of the code.
- Discharge:
- Client is discharged after 5-6 days from admission date. Note the discharge date.
Steps
- Open the 'Deposit Entry' form.
- Enter desired date that is greater than discharge date in the 'Date Of Receipt Or Adjustment' field.
- Validate the system accepts the date outside of the episode.
- Enter desired client in the 'Client ID' field.
- Select the desired episode in the 'Episode Number' field.
- Validate the 'Program Of Service' field contains the correct value.
- Validate the 'Location' field contains the associated locations defined in the 'Program Maintenance' from for the admission program.
- Enter the desired value in the 'Service Code' field.
- Select the desired value in the 'Guarantor' field.
- Enter the desired value in the 'Amount To Post' field.
- Select the desired value in the 'Posting Code' field.
- Click [Submit].
- Open the 'Client Ledger' form.
- Verify the deposit entry displays in the form correctly.
- Close the report.
- Close the form.
|
Topics
• Deposit Entry
• File Import
• NX
|
Update Client Data - Change client name
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Quick Actions Page
- Update Client Data
Scenario 1: Quick Action - Update Client Data - Validate name change
Specific Setup:
- Using the "View Definition" form, add the "Quick Actions" widget to the user's HomeView.
- Using the "NX View Definition" form, add the Quick Action for "Update Client Data".
- Admission:
- A new client is admitted. Note the client id/name.
Steps
- Select the test client.
- Navigate to the 'Quick Actions' widget.
- Locate the 'Update Client Data' Quick Action.
- Click 'Add' button.
- Change the client's first and last name.
- Fill in all other fields.
- Click 'Save'.
- Open the 'Update Client Data' form.
- Validate the first and last name are changed.
- Using SQL, validate the name change is reflected in the columns, patient_name, patient_name_first, patient_name_last in SYSTEM.patient_current_demographics SQL.
|
Topics
• Update Client Data
|
'External Documents' widget - Search process
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- CareConnect HIE Configuration
- Consent For Access
- External Documents
- Dictionary Update (PM)
Scenario 1: 'External Documents' widget - Validation when 'Carequality' is enabled and 'Consent Model' is "Opt Out"
Specific Setup:
- Carequality is enabled in the 'CareConnect HIE Configuration' form.
- One or more organizations are defined as favorites in the 'Organization: Exceptions and Favorites' field.
- "Query" is selected in the 'Consent Model' field in the 'CareConnect HIE Configuration' form.
- A client is enrolled in an active episode with consent granted to a network and an organization in 'Consent For Access' (Client A).
- The logged in user must have a view configured with the 'External Documents' widget and the 'Console Widget Viewer'.
Steps
- Select "Client A" and navigate to the 'External Documents' widget.
- Click [Search].
- Validate the 'External Documents' widget contains CCDs from:
- Any organization(s) defined as "Favorite" in the 'Carequality Configuration' section of the 'CareConnect HIE Configuration' form
- Any organization with consent granted in 'Consent for Access'
- All networks in the Network List
- Click [View] for any CCD.
- Validate the CCD displays in the 'Console Widget Viewer',
- Click [Close All].
Scenario 2: 'External Documents' widget - Validation when 'Carequality' is enabled and 'Consent Model' is "Query"
Specific Setup:
- Carequality is enabled in the 'CareConnect HIE Configuration' form.
- One or more organizations are defined as favorites in the 'Organization: Exceptions and Favorites' field.
- "Query" is selected in the 'Consent Model' field in the 'CareConnect HIE Configuration' form.
- A client is enrolled in an active episode with consent granted to a network and an organization in 'Consent For Access' (Client A).
- The logged in user must have a view configured with the 'External Documents' widget and the 'Console Widget Viewer'.
Steps
- Select "Client A" and navigate to the 'External Documents' widget.
- Click [Search].
- Validate the 'External Documents' widget contains CCDs from:
- Any organization(s) defined as "Favorite" in the 'Carequality Configuration' section of the 'CareConnect HIE Configuration' form
- Any organization with consent granted in 'Consent for Access'
- All networks in the Network List
- Click [View] for any CCD.
- Validate the CCD displays in the 'Console Widget Viewer',
- Click [Close All].
Scenario 3: 'External Documents' widget - Validation when 'Carequality' is disabled and 'Consent Model' is "Opt In"
Specific Setup:
- Carequality is disabled in the 'CareConnect HIE Configuration' form.
- "Opt In" is selected in the 'Consent Model' field in the 'CareConnect HIE Configuration' form.
- A client is enrolled in an active episode with consent granted to a network (Network A) in 'Consent For Access' (Client A).
- The logged in user must have a view configured with the 'External Documents' widget and the 'Console Widget Viewer'.
Steps
- Select "Client A" and navigate to the 'External Documents' widget.
- Click [Search].
- Validate the 'External Documents' widget contains a CCD from "Network A".
- Click [View].
- Validate the CCD displays in the 'Console Widget Viewer',
- Click [Close All].
Scenario 4: 'External Documents' widget - Validation when 'Carequality' is enabled and 'Consent Model' is "Opt In"
Specific Setup:
- Carequality is enabled in the 'CareConnect HIE Configuration' form.
- One or more organizations are defined as favorites in the 'Organization: Exceptions and Favorites' field.
- "Opt In" is selected in the 'Consent Model' field in the 'CareConnect HIE Configuration' form.
- A client is enrolled in an active episode with consent granted to a network and an organization in 'Consent For Access' (Client A).
- The logged in user must have a view configured with the 'External Documents' widget and the 'Console Widget Viewer'.
Steps
- Select "Client A" and navigate to the 'External Documents' widget.
- Click [Search].
- Validate the 'External Documents' widget contains CCDs from:
- Any organization(s) defined as "Favorite" in the 'Carequality Configuration' section of the 'CareConnect HIE Configuration' form
- Any organization with consent granted in 'Consent for Access'
- Any network with consent granted in 'Consent for Access'
- Click [View] for any CCD.
- Validate the CCD displays in the 'Console Widget Viewer',
- Click [Close All].
Scenario 5: Dictionary Update - Validate the 'Network' dictionary
Specific Setup:
- The 'CareConnect HIE Configuration' form must be configured to upload CCDs to a Health Information Exchange.
Steps
- Access the 'Dictionary Update' PM form.
- Select the "Print Dictionary" section.
- Select "Client" in the 'File' field.
- Select "Individual Data Element" in the 'Individual or All Data Elements' field.
- Select "(36020) Network" in the 'Data Element' field.
- Click [Print Dictionary].
- Validate the report displays all configured networks.
- Close the report and the form.
'External Documents' widget - 'Organization' column
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Form and Table Documentation (PM)
Scenario 1: Form and Table Documentation - Validate the 'SYSTEM.external_documents' table
Specific Setup:
- Crystal Reports or other SQL reporting tool is required.
Steps
- Access the 'Form and Table Documentation' PM form.
- Select "Table" in the 'Type of Documentation' field.
- Select "SYSTEM.external_documents" in the 'Table(s) to be Documented' field.
- Click [Process].
- Validate the 'SQL Table Documentation' window is displayed for the 'SYSTEM.external_documents' SQL table.
- Validate the 'organization' column has a max length of "4096".
- Click [Dismiss] and close the form.
|
Topics
• Consent for Access
• External Document Widget
• Dictionary
• Query/Reporting
• Form and Table Documentation
|
| |