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

            try {
                ret = (BAR_P01_PROCEDURE)this.GetStructure("PROCEDURE");
            } 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
ファイル: BAR_P01_VISIT.cs プロジェクト: nHapiNET/nHapi
 ///<summary>
 ///Removes the given BAR_P01_PROCEDURE
 ///</summary>
 public void RemovePROCEDURE(BAR_P01_PROCEDURE toRemove)
 {
     this.RemoveStructure("PROCEDURE", toRemove);
 }