Hello All,
I have functions that use LIST_ASSESSMENT and also LIST_OBS. When you look at the examples in the help file the data that is returned is sorted with the most recent value first. For example:
{LIST_ASSESSMENTS('DX OF','CHOLERA','ICD10-R45.8','delimited')}
returns
CHOLERA^UNSIGNED^S^Harry Winston MD^09/25/2003^Pt. is still experiencing acute symptoms.^|CHOLERA^SIGNED^W^Harry Winston MD^09/02/2003^Pt. is worse after traveling abroad^
It doesn't state anywhere in the help file that returning the most recent value first is guaranteed. From others experience can I safely assume that the first entry will always be the most recent?
Thanks,
Brad
The Help File does say that it will do reverse Chronological Order. unless the Problems tab is set to Reverse Chronological Order. I have the same experience you lits above, but you could always do a sort if you are worried it will not be correct.
Thanks. I missed that.