예제 #1
0
파일: CCR_I16.cs 프로젝트: nHapiNET/nHapi
        ///<summary>
        /// Returns  first repetition of CCR_I16_PROBLEM (a Group object) - creates it if necessary
        ///</summary>
        public CCR_I16_PROBLEM GetPROBLEM()
        {
            CCR_I16_PROBLEM ret = null;

            try {
                ret = (CCR_I16_PROBLEM)this.GetStructure("PROBLEM");
            } 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
파일: CCR_I16.cs 프로젝트: nHapiNET/nHapi
 ///<summary>
 ///Removes the given CCR_I16_PROBLEM
 ///</summary>
 public void RemovePROBLEM(CCR_I16_PROBLEM toRemove)
 {
     this.RemoveStructure("PROBLEM", toRemove);
 }