///<summary> /// Returns first repetition of DEO_O45_DONOR_OBSERVATION (a Group object) - creates it if necessary ///</summary> public DEO_O45_DONOR_OBSERVATION GetDONOR_OBSERVATION() { DEO_O45_DONOR_OBSERVATION ret = null; try { ret = (DEO_O45_DONOR_OBSERVATION)this.GetStructure("DONOR_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 DEO_O45_DONOR_OBSERVATION ///</summary> public void RemoveDONOR_OBSERVATION(DEO_O45_DONOR_OBSERVATION toRemove) { this.RemoveStructure("DONOR_OBSERVATION", toRemove); }