示例#1
0
        ///<summary>
        /// Returns  first repetition of RQA_I11_PROVIDER (a Group object) - creates it if necessary
        ///</summary>
        public RQA_I11_PROVIDER GetPROVIDER()
        {
            RQA_I11_PROVIDER ret = null;

            try {
                ret = (RQA_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);
        }
示例#2
0
 ///<summary>
 ///Removes the given RQA_I11_PROVIDER
 ///</summary>
 public void RemovePROVIDER(RQA_I11_PROVIDER toRemove)
 {
     this.RemoveStructure("PROVIDER", toRemove);
 }