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