コード例 #1
0
ファイル: CQU_I19.cs プロジェクト: nHapiNET/nHapi
        ///<summary>
        /// Returns  first repetition of CQU_I19_PROVIDER_CONTACT (a Group object) - creates it if necessary
        ///</summary>
        public CQU_I19_PROVIDER_CONTACT GetPROVIDER_CONTACT()
        {
            CQU_I19_PROVIDER_CONTACT ret = null;

            try {
                ret = (CQU_I19_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
ファイル: CQU_I19.cs プロジェクト: nHapiNET/nHapi
 ///<summary>
 ///Removes the given CQU_I19_PROVIDER_CONTACT
 ///</summary>
 public void RemovePROVIDER_CONTACT(CQU_I19_PROVIDER_CONTACT toRemove)
 {
     this.RemoveStructure("PROVIDER_CONTACT", toRemove);
 }