///<summary> /// Returns first repetition of EHC_E01_DIAGNOSIS (a Group object) - creates it if necessary ///</summary> public EHC_E01_DIAGNOSIS GetDIAGNOSIS() { EHC_E01_DIAGNOSIS ret = null; try { ret = (EHC_E01_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); }
///<summary> ///Removes the given EHC_E01_DIAGNOSIS ///</summary> public void RemoveDIAGNOSIS(EHC_E01_DIAGNOSIS toRemove) { this.RemoveStructure("DIAGNOSIS", toRemove); }