Example #1
0
        ///<summary>
        /// Returns  first repetition of CQU_I19_APPOINTMENT_HISTORY (a Group object) - creates it if necessary
        ///</summary>
        public CQU_I19_APPOINTMENT_HISTORY GetAPPOINTMENT_HISTORY()
        {
            CQU_I19_APPOINTMENT_HISTORY ret = null;

            try {
                ret = (CQU_I19_APPOINTMENT_HISTORY)this.GetStructure("APPOINTMENT_HISTORY");
            } 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);
        }
Example #2
0
 ///<summary>
 ///Removes the given CQU_I19_APPOINTMENT_HISTORY
 ///</summary>
 public void RemoveAPPOINTMENT_HISTORY(CQU_I19_APPOINTMENT_HISTORY toRemove)
 {
     this.RemoveStructure("APPOINTMENT_HISTORY", toRemove);
 }