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

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

            try
            {
                ret = (DFT_P11_COMMON_ORDER)this.get_Renamed("COMMON_ORDER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Esempio n. 3
0
 ///<summary>
 ///Removes the given DFT_P11_COMMON_ORDER
 ///</summary>
 public void RemoveCOMMON_ORDER(DFT_P11_COMMON_ORDER toRemove)
 {
     this.RemoveStructure("COMMON_ORDER", toRemove);
 }