I am creating a function using LISTSUBSET(). In case you aren't familiar with LISTSUBSET, it searches through a given list for items matching a given string. I want to use this to search for specific diagnoses based on selections (i.e. the user selects a diagnosis and the function looks for that diagnosis in the list).
My problem is, the list I'd like to use would be a master list of all diagnoses in the system. Does such a list exist? If so, does anyone know if and how I can access that list and pass it to LISTSUBSET()?
Any help would be greatly appreciated!
The table you need to access is MasterDiagnosis. Suggest you download Centricity 12.0 Database Documentation from the GE website.
Thank you very much for your reply. Are the entries in that list accessible through MEL within the system? I.E. would I be able to create a variable, "diagnosisList" for example, and assign MasterDiagnosis to that variable?