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