Ejemplo n.º 1
0
        ///<summary>
        /// Returns  first repetition of SSR_U04_SPECIMEN_CONTAINER (a Group object) - creates it if necessary
        ///</summary>
        public SSR_U04_SPECIMEN_CONTAINER GetSPECIMEN_CONTAINER()
        {
            SSR_U04_SPECIMEN_CONTAINER ret = null;

            try {
                ret = (SSR_U04_SPECIMEN_CONTAINER)this.GetStructure("SPECIMEN_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);
        }
Ejemplo n.º 2
0
        /// <summary> Returns  first repetition of SSR_U04_SPECIMEN_CONTAINER (a Group object) - creates it if necessary</summary>
        public virtual SSR_U04_SPECIMEN_CONTAINER getSPECIMEN_CONTAINER()
        {
            SSR_U04_SPECIMEN_CONTAINER ret = null;

            try
            {
                ret = (SSR_U04_SPECIMEN_CONTAINER)this.get_Renamed("SPECIMEN_CONTAINER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Ejemplo n.º 3
0
 ///<summary>
 ///Removes the given SSR_U04_SPECIMEN_CONTAINER
 ///</summary>
 public void RemoveSPECIMEN_CONTAINER(SSR_U04_SPECIMEN_CONTAINER toRemove)
 {
     this.RemoveStructure("SPECIMEN_CONTAINER", toRemove);
 }