Requested CCMDB changes for the next version: Difference between revisions

m ICD10 list: category sorting is now available
m CCI list: changed CCI Picklist dropdown so that "no procedure performed" sorts to the top.
Line 13: Line 13:


There’s code you can put in, I forget what the commands actually are, but it turns off the screen refresh during functions so the user doesn’t see what’s happening. You’d turn the refresh off before the function starts, they’ll see a static screen until you tell it to turn the refresh on, where the screen will then load just one time and all of the new info, all the rows, any formatting, or populating, etc.. is done. Instead of refreshing 10 or 20 times, once for each row.
There’s code you can put in, I forget what the commands actually are, but it turns off the screen refresh during functions so the user doesn’t see what’s happening. You’d turn the refresh off before the function starts, they’ll see a static screen until you tell it to turn the refresh on, where the screen will then load just one time and all of the new info, all the rows, any formatting, or populating, etc.. is done. Instead of refreshing 10 or 20 times, once for each row.
===CCI list===
* no procedure performed should be at the top of CCI picklist rather than at the bottom (originally this included "no procedure entered", but that should never be entered at all and really should just not be on the list. It's only purpose is as placeholder before a value is entered. If there is no procedure entered, the line should not be there. )


===New change request===
===New change request===