コード例 #1
0
ファイル: RCI_I05.cs プロジェクト: ppatole/ReportServer0.1
        ///<summary>
        /// Returns  first repetition of RCI_I05_PROVIDER (a Group object) - creates it if necessary
        ///</summary>
        public RCI_I05_PROVIDER GetPROVIDER()
        {
            RCI_I05_PROVIDER ret = null;

            try {
                ret = (RCI_I05_PROVIDER)this.GetStructure("PROVIDER");
            } 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
ファイル: RCI_I05.cs プロジェクト: carlhuth/GenXSource
        /// <summary> Returns  first repetition of RCI_I05_PROVIDER (a Group object) - creates it if necessary</summary>
        public virtual RCI_I05_PROVIDER getPROVIDER()
        {
            RCI_I05_PROVIDER ret = null;

            try
            {
                ret = (RCI_I05_PROVIDER)this.get_Renamed("PROVIDER");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
コード例 #3
0
 ///<summary>
 ///Removes the given RCI_I05_PROVIDER
 ///</summary>
 public void RemovePROVIDER(RCI_I05_PROVIDER toRemove)
 {
     this.RemoveStructure("PROVIDER", toRemove);
 }