///<summary> /// Returns first repetition of MFN_M16_STERILIZATION (a Group object) - creates it if necessary ///</summary> public MFN_M16_STERILIZATION GetSTERILIZATION() { MFN_M16_STERILIZATION ret = null; try { ret = (MFN_M16_STERILIZATION)this.GetStructure("STERILIZATION"); } 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 MFN_M16_STERILIZATION ///</summary> public void RemoveSTERILIZATION(MFN_M16_STERILIZATION toRemove) { this.RemoveStructure("STERILIZATION", toRemove); }