Beispiel #1
0
        ///<summary>
        /// Returns  first repetition of OPL_O37_OBSERVATION_RESULT_GROUP (a Group object) - creates it if necessary
        ///</summary>
        public OPL_O37_OBSERVATION_RESULT_GROUP GetOBSERVATION_RESULT_GROUP()
        {
            OPL_O37_OBSERVATION_RESULT_GROUP ret = null;

            try {
                ret = (OPL_O37_OBSERVATION_RESULT_GROUP)this.GetStructure("OBSERVATION_RESULT_GROUP");
            } 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);
        }
Beispiel #2
0
 ///<summary>
 ///Removes the given OPL_O37_OBSERVATION_RESULT_GROUP
 ///</summary>
 public void RemoveOBSERVATION_RESULT_GROUP(OPL_O37_OBSERVATION_RESULT_GROUP toRemove)
 {
     this.RemoveStructure("OBSERVATION_RESULT_GROUP", toRemove);
 }