private void init(ModelClassFactory factory) { try { this.add(MSH.class, true, false); this.add(QRD.class, true, false); this.add(QRF.class, true, false); this.add(DSC.class, false, false); } catch(HL7Exception e) { log.error("Unexpected error creating QRY_R02 - 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(QRD.class, true, false); this.add(QRF.class, true, false); this.add(DSC.class, false, false); } catch(HL7Exception e) { log.error("Unexpected error creating QRY_R02 - this is probably a bug in the source code generator.", e); } }