예제 #1
0
        ///<summary>
        /// Returns  first repetition of RRI_I12_PROVIDER_CONTACT (a Group object) - creates it if necessary
        ///</summary>
        public RRI_I12_PROVIDER_CONTACT GetPROVIDER_CONTACT()
        {
            RRI_I12_PROVIDER_CONTACT ret = null;

            try {
                ret = (RRI_I12_PROVIDER_CONTACT)this.GetStructure("PROVIDER_CONTACT");
            } 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> Returns  first repetition of RRI_I12_PROVIDER_CONTACT (a Group object) - creates it if necessary</summary>
        public virtual RRI_I12_PROVIDER_CONTACT getPROVIDER_CONTACT()
        {
            RRI_I12_PROVIDER_CONTACT ret = null;

            try
            {
                ret = (RRI_I12_PROVIDER_CONTACT)this.get_Renamed("PROVIDER_CONTACT");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
예제 #3
0
 ///<summary>
 ///Removes the given RRI_I12_PROVIDER_CONTACT
 ///</summary>
 public void RemovePROVIDER_CONTACT(RRI_I12_PROVIDER_CONTACT toRemove)
 {
     this.RemoveStructure("PROVIDER_CONTACT", toRemove);
 }