Document Routing - Table Aliasing
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Admission
- App Dashboard
- CWS General Form Test
- DOCMANAGEMENT3000
- Document Routing Setup (PM)
- Dynamic Form - Admission - Client
- Dynamic Form - Delete Document
- Dynamic Form - Document Management Form Re-Mapping - Selection Dialog
- Dynamic Form - document routing - sign
- Dynamic Form - document routing - verify password
- Dynamic Form - Document Routing Setup - Select Form
- Dynamic Form - Form Definition - Confirm
- Dynamic Form - OCR Template Import - Warning
- Dynamic Form - Registry Settings - Registry Editor Filing
- Dynamic Form - Select A Form
- Dynamic Form Draft Final Document Routing
- Dynamic Form Final To Draft Override
- Dynamic Form ICD10 Diagnosis
- Dynamic Forms - Document Routing - Route Document To Dialog
- Envelope Import (CWS)
- Final to Draft Override (CWS)
- Final to Draft Override (PM)
- Form Definition (CWS)
- Ok - Cancel Dialog
- Registry Settings (PM)
- Table Definition (CWS)
- Delete Document
- Dynamic Form - Disclosure
- Dynamic Form Disclosure Management Alias Primary
- PM USER37
- User Definition
Scenario 1: Child Namespace User Modeled Diagnosis form with table aliasing
Specific Setup:
- A user modeled form set up with the primary table being aliased to the Diagnosis History (ICD10).
- Admit or select a test client.
Steps
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was added to the table because the form was flagged as Final.
- Open the "Document Routing Setup" form.
- Enable document routing for the user modeled created during setup.
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- Click "Accept" or "Sign" on the "Confirm Document" screen.
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was added to the table because the form was flagged as Final.
- Open the "Registry Settings" form.
- Enable the registry setting "RADplus->Document Routing->Routing Setup->->->Alias Data File Upon Document Routing Completion".
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- Click "Accept and Route" or "Sign and Route" on "Confirm Document" pop up.
- Route to another user.
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was not added to the table because the registry setting mentioned previously is enabled and the document routing is not finalized as yet.
- Log in as the user the document was routed to.
- Navigate to the "My ToDo" widget.
- Approve the document by electronic signing it.
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was added to the table because the registry setting mentioned previously is enabled and the document routing is now finalized for the form.
- Open the "Registry Settings" form.
- Disable the registry setting "RADplus->Document Routing->Routing Setup->->->Alias Data File Upon Document Routing Completion".
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- Click "Accept and Route" or "Sign and Route" on "Confirm Document" pop up.
- Route to another user.
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was added to the table because the registry setting mentioned previously is disabled and the therefor not waiting for document routing to be finalized as yet.
- Log in as the user the document was routed to.
- Navigate to the "My ToDo" widget.
- Approve the document.
- By viewing the SQL table from the PM namespace, SYSTEM.client_diagnosis_record, validate a row was not added to the table because the registry setting is disabled and the record was filed when the form was routed.
- Open the "Final To Draft Override" form.
- Select a finalized document to return to draft status.
- A message should pop up noting that "Please note that filed Alias data will not be deleted or altered in any way as a result of filing the override for this row".
- Complete process.
- Open the "Delete Document" form.
- Choose to delete one of the user modeled/aliased documents.
- A message should pop up noting that "Please note that filed Alias data will not be deleted or altered in any way as a result of filing the override for this row".
- Complete the process.
Scenario 2: Parent Namespace User Modeled Disclosure Management form with table aliasing
Specific Setup:
- A user modeled form set up with the primary table being aliased to the Disclosure Management data.
- Admit or select a test client.
Steps
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was added to the table because the form was flagged as Final.
- Open the "Document Routing Setup" form.
- Enable document routing for the user modeled created during setup.
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- Click "Accept" or "Sign" on the "Confirm Document" screen.
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was added to the table because the form was flagged as Final.
- Open the "Registry Settings" form.
- Enable the registry setting "RADplus->Document Routing->Routing Setup->->->Alias Data File Upon Document Routing Completion".
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- Click "Accept and Route" or "Sign and Route" on "Confirm Document" pop up.
- Route to another user.
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was not added to the table because the registry setting mentioned previously is enabled and the document routing is not finalized as yet.
- Log in as the user the document was routed to.
- Navigate to the "My ToDo" widget.
- Approve the document by electronic signing it.
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was added to the table because the registry setting mentioned previously is enabled and the document routing is now finalized for the form.
- Open the "Registry Settings" form.
- Disable the registry setting "RADplus->Document Routing->Routing Setup->->->Alias Data File Upon Document Routing Completion".
- Open the user modeled form from setup.
- Fill out all the fields on the form.
- Set "Draft/Final" to "Draft".
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was not added to the table because the form was filed in draft mode.
- Open the user modeled form from setup.
- Fill all the fields on the form.
- Set "Draft/Final" to "Final".
- Click "Accept and Route" or "Sign and Route" on "Confirm Document" pop up.
- Route to another user.
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was added to the table because the registry setting mentioned previously is disabled and therefor not waiting for document routing to be finalized as yet.
- Log in as the user the document was routed to.
- Navigate to the "My ToDo" widget.
- Approve the document by electronic signing it.
- By viewing the SQL table from the PM namespace, SYSTEM.disclo_mgmt, validate a row was not added to the table because the registry setting is disabled and the record was filed when the form was routed.
- Open the "Final To Draft Override" form.
- Select a finalized document to return to draft status.
- A message should pop up noting that "Please note that filed Alias data will not be deleted or altered in any way as a result of filing the override for this row".
- Complete process.
- Open the "Delete Document" form.
- Choose to delete one of the user modeled/aliased documents.
- A message should pop up noting that "Please note that filed Alias data will not be deleted or altered in any way as a result of filing the override for this row".
- Complete the process.
|
Topics
• Diagnosis • Document Routing • Modeling • NX
|