///<summary> /// Returns first repetition of RQC_I05_PROVIDER (a Group object) - creates it if necessary ///</summary> public RQC_I05_PROVIDER GetPROVIDER() { RQC_I05_PROVIDER ret = null; try { ret = (RQC_I05_PROVIDER)this.GetStructure("PROVIDER"); } 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 RQC_I05_PROVIDER (a Group object) - creates it if necessary</summary> public virtual RQC_I05_PROVIDER getPROVIDER() { RQC_I05_PROVIDER ret = null; try { ret = (RQC_I05_PROVIDER)this.get_Renamed("PROVIDER"); } catch (NuGenHL7Exception) { throw new Exception(); } return(ret); }
///<summary> ///Removes the given RQC_I05_PROVIDER ///</summary> public void RemovePROVIDER(RQC_I05_PROVIDER toRemove) { this.RemoveStructure("PROVIDER", toRemove); }