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

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