From: Tripp, B. <Bry...@uh...> - 2003-02-05 23:32:26
|
I'm working on the conformance profile package (ca.uhn.hl7v2.conf). For those not familiar with profiles, they are XML expressions of domain-specific constraints on a message. They are meant to replace the paper specs that people use to document their HL7 interfaces. This is new in HL7 v2.5. Sooner or later, HAPI will be able to test messages against profiles on the fly, and produce profile JARs that let you code directly against an implementation of (for example) McKesson's specific ADT_A01 profile, rather than HL7's less specific ADT_A01 message spec. The profile parser is basically working. It would be nice to have an editor as well. A parsed profile is a tree of JavaBeans with String leaf nodes. Does anyone know of a good, visual, open-source tool for editing such a thing? This isn't critical as there is already a free profile editor out there (written in Delphi), but it would be nice to have. Thanks, Bryan This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this e-mail may not be that of the organization. |