Ejemplo n.º 1
0
        /// <summary>
        /// Returns  first repetition of PEX_P07_STUDY (a Group object) - creates it if necessary.
        /// </summary>
        ///
        /// <exception cref="Exception">    Thrown when an exception error condition occurs. </exception>
        ///
        /// <returns>   The study. </returns>

        public PEX_P07_STUDY GetSTUDY()
        {
            PEX_P07_STUDY ret = null;

            try {
                ret = (PEX_P07_STUDY)this.GetStructure("STUDY");
            } 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 PEX_P07_STUDY
 ///</summary>
 public void RemoveSTUDY(PEX_P07_STUDY toRemove)
 {
     this.RemoveStructure("STUDY", toRemove);
 }