Hi guys.
Before I jump into reinventing any wheels, has anybody got some Caché class structures which implement some of the POCT1-A message structures, that I can instantiate via %XML.Reader? Or VDOCs or XPATH or other POC specific parsing code they are willing to share. I only need a small subset of the standard in order to get a specific point-of-care device to cough up its results (one specific test type) and send them to an Ensemble TCP adapter.
The messages in scope are HEL.R01, ACK.R01, REQ.R01, OBS.R01 and EOT.R01, but obviously OBS.R01 would be enough. That would save me the most work and could be adapted to the simpler classes. I find creating the class structures to map an XML schema, and XML parsing code in general for that matter, tedious in the extreme! Even better would be a machine readable XML schema that Caché can create the classes from.
Cheers
Adam