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(
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
2 matches
Mail list logo