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