///<summary> /// Returns first repetition of SRR_S01_SERVICE (a Group object) - creates it if necessary ///</summary> public SRR_S01_SERVICE GetSERVICE() { SRR_S01_SERVICE ret = null; try { ret = (SRR_S01_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 SRR_S01_SERVICE ///</summary> public void RemoveSERVICE(SRR_S01_SERVICE toRemove) { this.RemoveStructure("SERVICE", toRemove); }