///<summary> /// Returns first repetition of RQI_I01_PRDCTD (a Group object) - creates it if necessary ///</summary> public RQI_I01_PRDCTD GetPRDCTD() { RQI_I01_PRDCTD ret = null; try { ret = (RQI_I01_PRDCTD)this.GetStructure("PRDCTD"); } catch (HL7Exception e) { HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error accessing data - this is probably a bug in the source code generator.", e); throw new System.Exception("An unexpected error ocurred", e); } return(ret); }
/// <summary> Returns first repetition of RQI_I01_PRDCTD (a Group object) - creates it if necessary</summary> public virtual RQI_I01_PRDCTD getPRDCTD() { RQI_I01_PRDCTD ret = null; try { ret = (RQI_I01_PRDCTD)this.get_Renamed("PRDCTD"); } catch (NuGenHL7Exception) { throw new Exception(); } return(ret); }