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

            try {
                ret = (CCM_I21_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);
        }
Exemplo n.º 2
0
 ///<summary>
 ///Removes the given CCM_I21_ROLE_CLINICAL_HISTORY
 ///</summary>
 public void RemoveROLE_CLINICAL_HISTORY(CCM_I21_ROLE_CLINICAL_HISTORY toRemove)
 {
     this.RemoveStructure("ROLE_CLINICAL_HISTORY", toRemove);
 }