///<summary> /// Returns first repetition of CSU_C09_STUDY_OBSERVATION (a Group object) - creates it if necessary ///</summary> public CSU_C09_STUDY_OBSERVATION GetSTUDY_OBSERVATION() { CSU_C09_STUDY_OBSERVATION ret = null; try { ret = (CSU_C09_STUDY_OBSERVATION)this.GetStructure("STUDY_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); }
///<summary> ///Removes the given CSU_C09_STUDY_OBSERVATION ///</summary> public void RemoveSTUDY_OBSERVATION(CSU_C09_STUDY_OBSERVATION toRemove) { this.RemoveStructure("STUDY_OBSERVATION", toRemove); }