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