Exporting all Patient SDA to file
Hi fellows,
How can I query all Patient SDA from a Regestry and export to file? Exist some table when I can query all Patient?
To export, I found the class HS.SDA3.QuickXML and method ToQuickXMLStream, but I can't find a table where query all Patient, by update date for example.
Thanks in advanced!
Comments
I'd be interested in that too. There must be an utility that simply emulates what the patient viewer is doing, so calling it using the MPIID should give back all the information from a patient, including demographics and encounters data.
I simply can't find it, but I'm pretty sure it's there. Anyone knows?
You could use the SearchAndFetchGeneral API of the Access Gateway. See the documentation at API to Generate an EPR
You can also look at the ExportAllPatients API of the Access Gateway (API to Search and Fetch Patients).