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