I have written a function that uses LIST_OBS delimited to build a list of dates - signing user from previous office visits. I would like to include the DOCUMENT Summary also from these previous office visits but I do not know how to get that through MEL.
LIST_OBS returns Document Type ("Ofc Visit:") and "Visible Document ID" (example 23).
Is there a way to use the "Visible Document ID" to get to the DOCUMENT SUMMARY ?I would like to retrieve the full Document Summary (example: "Ofc Visit: 1st PO L Thumb") that is displayed in the patient chart list of documents of previous office visits.
Any suggestions appreciated 🙂
- Beverly
//mldefs 6 in CPS
find("FilteredDocuments","Summary","VISDOCID",/*variable for visible doc ID*/)
Thank you - that worked perfectly ! I was looking through the mldefs txt files but hard to understand what I am looking at. Its nice to finally get to use one of the objects defined in them. - Beverly