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

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