示例#1
0
        ///<summary>
        /// Returns  first repetition of SRM_S05_PATIENT (a Group object) - creates it if necessary
        ///</summary>
        public SRM_S05_PATIENT GetPATIENT()
        {
            SRM_S05_PATIENT ret = null;

            try {
                ret = (SRM_S05_PATIENT)this.GetStructure("PATIENT");
            } 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
 ///<summary>
 ///Removes the given SRM_S05_PATIENT
 ///</summary>
 public void RemovePATIENT(SRM_S05_PATIENT toRemove)
 {
     this.RemoveStructure("PATIENT", toRemove);
 }