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