/// <summary> /// Returns first repetition of SRM_S05_SERVICE (a Group object) - creates it if necessary. /// </summary> /// /// <exception cref="Exception"> Thrown when an exception error condition occurs. </exception> /// /// <returns> The service. </returns> public SRM_S05_SERVICE GetSERVICE() { SRM_S05_SERVICE ret = null; try { ret = (SRM_S05_SERVICE)this.GetStructure("SERVICE"); } 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 SRM_S05_SERVICE ///</summary> public void RemoveSERVICE(SRM_S05_SERVICE toRemove) { this.RemoveStructure("SERVICE", toRemove); }