コード例 #1
0
        ///<summary>
        /// Returns  first repetition of EHC_E20_DIAGNOSIS (a Group object) - creates it if necessary
        ///</summary>
        public EHC_E20_DIAGNOSIS GetDIAGNOSIS()
        {
            EHC_E20_DIAGNOSIS ret = null;

            try {
                ret = (EHC_E20_DIAGNOSIS)this.GetStructure("DIAGNOSIS");
            } 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);
        }
コード例 #2
0
 ///<summary>
 ///Removes the given EHC_E20_DIAGNOSIS
 ///</summary>
 public void RemoveDIAGNOSIS(EHC_E20_DIAGNOSIS toRemove)
 {
     this.RemoveStructure("DIAGNOSIS", toRemove);
 }