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

            try {
                ret = (CCU_I20_PATHWAY_OBSERVATION)this.GetStructure("PATHWAY_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);
        }
コード例 #2
0
ファイル: CCU_I20_PATHWAY.cs プロジェクト: nHapiNET/nHapi
 ///<summary>
 ///Removes the given CCU_I20_PATHWAY_OBSERVATION
 ///</summary>
 public void RemovePATHWAY_OBSERVATION(CCU_I20_PATHWAY_OBSERVATION toRemove)
 {
     this.RemoveStructure("PATHWAY_OBSERVATION", toRemove);
 }