/// <summary> /// Returns first repetition of RQA_I08_PROVIDER (a Group object) - creates it if necessary. /// </summary> /// /// <exception cref="Exception"> Thrown when an exception error condition occurs. </exception> /// /// <returns> The provider. </returns> public RQA_I08_PROVIDER GetPROVIDER() { RQA_I08_PROVIDER ret = null; try { ret = (RQA_I08_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 RQA_I08_PROVIDER (a Group object) - creates it if necessary</summary> public virtual RQA_I08_PROVIDER getPROVIDER() { RQA_I08_PROVIDER ret = null; try { ret = (RQA_I08_PROVIDER)this.get_Renamed("PROVIDER"); } catch (NuGenHL7Exception) { throw new Exception(); } return(ret); }
///<summary> ///Removes the given RQA_I08_PROVIDER ///</summary> public void RemovePROVIDER(RQA_I08_PROVIDER toRemove) { this.RemoveStructure("PROVIDER", toRemove); }