/// <summary> /// Returns first repetition of RQI_I03_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 RQI_I03_PROVIDER GetPROVIDER() { RQI_I03_PROVIDER ret = null; try { ret = (RQI_I03_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> ///Removes the given RQI_I03_PROVIDER ///</summary> public void RemovePROVIDER(RQI_I03_PROVIDER toRemove) { this.RemoveStructure("PROVIDER", toRemove); }