Isolation Bug: Difference between revisions
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) m taking out of data processing category, it's just cluttering there |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
I assume this is fixed, please edit if there is still a problem. Ttenbergen 17:44, 2012 November 7 (EST) | |||
We decided at some point to change the isolation task to include an item for just glove-and-gowning. This was implemented properly on the regular master db, but the output query fix didn't make it to the laptop version until today. | We decided at some point to change the isolation task to include an item for just glove-and-gowning. This was implemented properly on the regular master db, but the output query fix didn't make it to the laptop version until today. | ||
Line 38: | Line 40: | ||
So, I think this might be getting fixed by Pagasa. | So, I think this might be getting fixed by Pagasa. | ||
[[Category: Fixed Bugs]] | [[Category: Fixed Bugs]] |
Latest revision as of 20:32, 29 September 2014
I assume this is fixed, please edit if there is still a problem. Ttenbergen 17:44, 2012 November 7 (EST)
We decided at some point to change the isolation task to include an item for just glove-and-gowning. This was implemented properly on the regular master db, but the output query fix didn't make it to the laptop version until today.
The Tasks are now Dx - Description
- 100500 - Isolation (None)
- 100501 - Total (glove,gown,mask)
- 100502 - Glove and Gown
However, the task output generator in the laptop version takes the code, not the description, and makes output from that. It would currently generate the following:
- 100500 - none
- 100501 - total
- 100502 - invalid or absent isolation code
The regular master outputs. As of v1.7 laptop version will output this as well.
- 100500 - none
- 100501 - Total GGM
- 100502 - GG
The current output situation
Summary: looks like no one from a laptop sent any GG data that would have arrived as invalid.
Anyway, the content of the tasks table on the network is now:
- CountOfSerial Isolation
- 50 GG
- 1 Glove and
- 29964 none
- 362 total
- 103 Total GGM
However, tasks_master content is CountOfSerial Isolation
- 47 GG
- 29596 none
- 57 total
- 96 Total GGM
So, I think this might be getting fixed by Pagasa.