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

            try {
                ret = (CCR_I16_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);
        }
Beispiel #2
0
 ///<summary>
 ///Removes the given CCR_I16_PROVIDER_CONTACT
 ///</summary>
 public void RemovePROVIDER_CONTACT(CCR_I16_PROVIDER_CONTACT toRemove)
 {
     this.RemoveStructure("PROVIDER_CONTACT", toRemove);
 }