Eliminating a diagnosis from collection: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
When we eliminate a diagnosis from collection we need to accomodate any instances of it that are in our data.  
When we eliminate a diagnosis from collection we need to accomodate any instances of it that are in our data.  


For TMSX this is done by Julie/Pagasa... how? {{discussion}}
==[[CCMDB.mdb]]==
 
For CCMDB.mdb, this is done by setting [[s_alldiagnoses]].collection_allowed to false for the eliminated diagnosis.  
For [[CCMDB.mdb]], this is done by setting [[s_alldiagnoses]].collection_allowed to false for the eliminated diagnosis.  
Doing this will result in the following:
Doing this will result in the following:
* dx no longer available in dropdown
* dx no longer available in dropdown
Line 11: Line 10:


The process uses the query [[Check eliminated dx]].
The process uses the query [[Check eliminated dx]].
== [[TMSX]] ==
For TMSX this is done by Julie/Pagasa... how? {{discussion}}


[[Category:    Diagnosis Coding]]
[[Category:    Diagnosis Coding]]

Revision as of 11:45, 2013 June 3

When we eliminate a diagnosis from collection we need to accomodate any instances of it that are in our data.

CCMDB.mdb

For CCMDB.mdb, this is done by setting s_alldiagnoses.collection_allowed to false for the eliminated diagnosis. Doing this will result in the following:

  • dx no longer available in dropdown
  • any previously entered instances turn "blank"
  • record can not be set to "complete", ie can't be sent
  • tmpChecker runs a test to ensure any record that is already set to complete is also caught

The process uses the query Check eliminated dx.

TMSX

For TMSX this is done by Julie/Pagasa... how? Template:Discussion