private void init(ModelClassFactory factory) { try { this.add(MSH.class, true, false); this.add(SFT.class, false, true); this.add(UAC.class, false, false); this.add(EVN.class, true, false); this.add(NPU.class, true, false); } catch(HL7Exception e) { log.error("Unexpected error creating ADT_A20 - this is probably a bug in the source code generator.", e); } }
private void init(ModelClassFactory factory) { try { this.add(MSH.class, true, false); this.add(SFT.class, false, true); this.add(UAC.class, false, false); this.add(EVN.class, true, false); this.add(NPU.class, true, false); } catch(HL7Exception e) { log.error("Unexpected error creating ADT_A20 - this is probably a bug in the source code generator.", e); } }