Most likely you will create a very basic ORM message
ORM_O01 orm = new ORM_O01();
orm.initQuickstart("ORM", "O01", "P");
generate a Terser from it
Terser t = new Terser(orm);
and then traverse your mapping table which maps attributes of your
model to Terser paths
// this is pseudo code
for(Map
I am building an application which of course has a model. I want to construct as HL7 message from this model. I have a mapping table in my database, used to identify each field I am interested in using from my model, which maps to a HL7 entity. I am generating requests for tests to several (hundred
2 matches
Mail list logo