I have not received any replies to my question so I would like to look at
the HAPI TestPanel source code. I could not find the source code in the
HAPI distribution. Is the HAPI TestPanel source code available?
JR
On Fri, Oct 11, 2013 at 9:34 AM, John Ruggentaler <
john.ruggenta...@gmail.com> wro
Dear HAPI team,
I'm facing with a coding problem with HAPI Java Library I can't find the
solution.
I'm building a MDM message from scratch and this message must contain the
following segments: MSH, PID, TXA and OBX. Overall, the API and documentation
is rather clear about most of methods and ob
Here's how to:
mdm.getTXA().getSetIDTXA().setValue("1");
mdm.getTXA().getDocumentType().setValue("DI");
mdm.getTXA().getDocumentContentPresentation().setValue("AP");
XCN xcn = mdm.getTXA().insertPrimaryActivityProviderCodeName(0);
xcn.getIDNumber().setValue(
3 matches
Mail list logo