Ejemplo n.º 1
0
        ///<summary>
        /// Returns  first repetition of OPU_R25_SPECIMEN_OBSERVATION (a Group object) - creates it if necessary
        ///</summary>
        public OPU_R25_SPECIMEN_OBSERVATION GetSPECIMEN_OBSERVATION()
        {
            OPU_R25_SPECIMEN_OBSERVATION ret = null;

            try {
                ret = (OPU_R25_SPECIMEN_OBSERVATION)this.GetStructure("SPECIMEN_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);
        }
Ejemplo n.º 2
0
 ///<summary>
 ///Removes the given OPU_R25_SPECIMEN_OBSERVATION
 ///</summary>
 public void RemoveSPECIMEN_OBSERVATION(OPU_R25_SPECIMEN_OBSERVATION toRemove)
 {
     this.RemoveStructure("SPECIMEN_OBSERVATION", toRemove);
 }