コード例 #1
0
        ///<summary>
        /// Returns  first repetition of OMD_O03_TIMING_DIET (a Group object) - creates it if necessary
        ///</summary>
        public OMD_O03_TIMING_DIET GetTIMING_DIET()
        {
            OMD_O03_TIMING_DIET ret = null;

            try {
                ret = (OMD_O03_TIMING_DIET)this.GetStructure("TIMING_DIET");
            } 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);
        }
コード例 #2
0
 ///<summary>
 ///Removes the given OMD_O03_TIMING_DIET
 ///</summary>
 public void RemoveTIMING_DIET(OMD_O03_TIMING_DIET toRemove)
 {
     this.RemoveStructure("TIMING_DIET", toRemove);
 }