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

            try {
                ret = (CCU_I20_ROLE_CLINICAL_HISTORY)this.GetStructure("ROLE_CLINICAL_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 CCU_I20_ROLE_CLINICAL_HISTORY
 ///</summary>
 public void RemoveROLE_CLINICAL_HISTORY(CCU_I20_ROLE_CLINICAL_HISTORY toRemove)
 {
     this.RemoveStructure("ROLE_CLINICAL_HISTORY", toRemove);
 }