Produced by Araxis Merge on 6/9/2017 3:50:02 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:50:02 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-db\src\main\resources\sql\production | VAP_Update_2.6.0.sql | Wed Jun 7 05:16:28 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 262 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | spool VAP_ Update2.6. log | |||||
| 2 | ||||||
| 3 | ALTER SESS ION SET CU RRENT_SCHE MA = VAP; | |||||
| 4 | ||||||
| 5 | SET SQLBLA NKLINES OF F | |||||
| 6 | ||||||
| 7 | ---------- CREATE US ER_DOCUMEN T TABLE -- -------- | |||||
| 8 | CREATE TAB LE "VAP"." USER_DOCUM ENT" | |||||
| 9 | ( "DOC UMENT_ID" NUMBER NOT NULL, | |||||
| 10 | "USE R_ID" VARC HAR2(255 B YTE) NOT N ULL, | |||||
| 11 | "CRE ATION_DATE " TIMESTAM P (6) NOT NULL, | |||||
| 12 | "TIT LE" VARCHA R2(255 BYT E) NOT NUL L, | |||||
| 13 | "CON TENT" BLOB , | |||||
| 14 | "STA TUS" VARCH AR2(30 BYT E) NOT NUL L, | |||||
| 15 | "FOR MAT" VARCH AR2(30 BYT E) NOT NUL L | |||||
| 16 | ) | |||||
| 17 | TA BLESPACE V AP_LOBDATA 01; | |||||
| 18 | CREATE UNI QUE INDEX "USER_DOCU MENTS_PK" ON "VAP"." USER_DOCUM ENT" ("DOC UMENT_ID") TABLESPAC E VAP_INDE X01; | |||||
| 19 | CREATE OR REPLACE SY NONYM VAP_ APP.USER_D OCUMENT FO R VAP.USER _DOCUMENT; | |||||
| 20 | GRANT SELE CT ON "VAP "."USER_DO CUMENT" TO VAP_USER; | |||||
| 21 | GRANT SELE CT ON "VAP "."USER_DO CUMENT" TO VAP_READ; | |||||
| 22 | GRANT INSE RT ON "VAP "."USER_DO CUMENT" TO VAP_USER; | |||||
| 23 | GRANT UPDA TE ON "VAP "."USER_DO CUMENT" TO VAP_USER; | |||||
| 24 | GRANT DELE TE ON "VAP "."USER_DO CUMENT" TO VAP_USER; | |||||
| 25 | ||||||
| 26 | ---------- - ADD NEW DESCRIPTIO NS TO DESC RIPTOR TAB LE ------- ---- | |||||
| 27 | INSERT INT O DESCRIPT OR | |||||
| 28 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 29 | VALUES | |||||
| 30 | (HIBERNATE _SEQUENCE. NEXTVAL, ' setDefault FacilityBu tton', 'Se t Default Facility') ; | |||||
| 31 | ||||||
| 32 | INSERT INT O DESCRIPT OR | |||||
| 33 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 34 | VALUES | |||||
| 35 | (HIBERNATE _SEQUENCE. NEXTVAL, ' batchAnnou nceMoveAll ', 'Move a ll organiz ations to the right box.'); | |||||
| 36 | ||||||
| 37 | INSERT INT O DESCRIPT OR | |||||
| 38 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 39 | VALUES | |||||
| 40 | (HIBERNATE _SEQUENCE. NEXTVAL, ' batchAnnou nceMoveSel ectedRight ', 'Move t he selecte d organiza tions to t he right b ox.'); | |||||
| 41 | ||||||
| 42 | INSERT INT O DESCRIPT OR | |||||
| 43 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 44 | VALUES | |||||
| 45 | (HIBERNATE _SEQUENCE. NEXTVAL, ' batchAnnou nceMoveSel ectedLeft' , 'Move th e selected organizat ions to th e left box .'); | |||||
| 46 | ||||||
| 47 | INSERT INT O DESCRIPT OR | |||||
| 48 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 49 | VALUES | |||||
| 50 | (HIBERNATE _SEQUENCE. NEXTVAL, ' batchAnnou nceClear', 'Clear al l selectio ns'); | |||||
| 51 | ||||||
| 52 | COMMIT; | |||||
| 53 | ||||||
| 54 | INSERT INT O DESCRIPT OR | |||||
| 55 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 56 | VALUES | |||||
| 57 | (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveSumm aryAuthori zations', 'This colu mn display s the tota l number o f eHealth Exchange A uthorizati ons for th e given fi ltering cr iteria.'); | |||||
| 58 | ||||||
| 59 | INSERT INT O DESCRIPT OR | |||||
| 60 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 61 | VALUES | |||||
| 62 | (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveSumm aryRevocat ions', 'Th is column displays t he total n umber of e Health Exc hange Auth orization Revocation s for the given filt ering crit eria.'); | |||||
| 63 | ||||||
| 64 | INSERT INT O DESCRIPT OR | |||||
| 65 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 66 | VALUES | |||||
| 67 | (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveSumm aryRestric tions', 'T his column displays the total number of eHealth Ex change Res triction A uthorizati ons for th e given fi ltering cr iteria.'); | |||||
| 68 | ||||||
| 69 | INSERT INT O DESCRIPT OR | |||||
| 70 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 71 | VALUES | |||||
| 72 | (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveSumm aryRestric tionRevoca tions', 'T his column displays the total number of eHealth Ex change Res triction R evocations for the g iven filte ring crite ria.'); | |||||
| 73 | ||||||
| 74 | INSERT INT O DESCRIPT OR | |||||
| 75 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 76 | VALUES | |||||
| 77 | (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveSumm arySSAAuth orizations ', 'This c olumn disp lays the t otal numbe r of Socia l Security Administr ation Auth orizations for the g iven filte ring crite ria.'); | |||||
| 78 | ||||||
| 79 | COMMIT; | |||||
| 80 | ||||||
| 81 | INSERT INT O DESCRIPT OR | |||||
| 82 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 83 | VALUES | |||||
| 84 | (HIBERNATE _SEQUENCE. NEXTVAL, ' consentDir ectiveSumm arySSARevo cations', 'This colu mn display s the tota l number o f Social S ecurity Ad ministrati on Authori zation Rev ocations f or the giv en filteri ng criteri a.'); | |||||
| 85 | ||||||
| 86 | INSERT INT O DESCRIPT OR | |||||
| 87 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 88 | VALUES | |||||
| 89 | (HIBERNATE _SEQUENCE. NEXTVAL, ' scheduledE xportsRepo rtColumn', 'This col umn displa ys the tit le of the scheduled report.'); | |||||
| 90 | ||||||
| 91 | INSERT INT O DESCRIPT OR | |||||
| 92 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 93 | VALUES | |||||
| 94 | (HIBERNATE _SEQUENCE. NEXTVAL, ' scheduledE xportsForm atColumn', 'This col umn displa ys the for mat of the scheduled report - Excel or C SV.'); | |||||
| 95 | ||||||
| 96 | INSERT INT O DESCRIPT OR | |||||
| 97 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 98 | VALUES | |||||
| 99 | (HIBERNATE _SEQUENCE. NEXTVAL, ' scheduledE xportsDate Column', ' This colum n displays the date and time t he report was schedu led to be exported.' ); | |||||
| 100 | ||||||
| 101 | INSERT INT O DESCRIPT OR | |||||
| 102 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 103 | VALUES | |||||
| 104 | (HIBERNATE _SEQUENCE. NEXTVAL, ' scheduledE xportsStat usColumn', 'This col umn indica tes whethe r the sche duled expo rt is stil l pending or ready t o be downl oaded.'); | |||||
| 105 | ||||||
| 106 | COMMIT; | |||||
| 107 | ||||||
| 108 | INSERT INT O DESCRIPT OR | |||||
| 109 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 110 | VALUES | |||||
| 111 | (HIBERNATE _SEQUENCE. NEXTVAL, ' scheduledE xportsDown loadColumn ', 'This c olumn cont ains actio n buttons to downloa d the expo rts that h ave been c ompleted.' ); | |||||
| 112 | ||||||
| 113 | INSERT INT O DESCRIPT OR | |||||
| 114 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 115 | VALUES | |||||
| 116 | (HIBERNATE _SEQUENCE. NEXTVAL, ' monthlyRec eivedDocum entReportR emoteOrgan izationCol umn', 'Thi s column d isplays th e name of the partne r organiza tion that sent the c linical do cument.'); | |||||
| 117 | ||||||
| 118 | INSERT INT O DESCRIPT OR | |||||
| 119 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 120 | VALUES | |||||
| 121 | (HIBERNATE _SEQUENCE. NEXTVAL, ' monthlyRec eivedDocum entReportU serColumn' , 'This co lumn displ ays the na me of the user that initiated document r etrieval.' ); | |||||
| 122 | ||||||
| 123 | INSERT INT O DESCRIPT OR | |||||
| 124 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 125 | VALUES | |||||
| 126 | (HIBERNATE _SEQUENCE. NEXTVAL, ' monthlyRec eivedDocum entReportC ountColumn ', 'This c olumn disp lays the c ount of do cuments re ceived by given user from give n partner organizati on.'); | |||||
| 127 | ||||||
| 128 | INSERT INT O DESCRIPT OR | |||||
| 129 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 130 | VALUES | |||||
| 131 | (HIBERNATE _SEQUENCE. NEXTVAL, ' monthlyRec eivedDocum entReportS tartMonthY earField', 'This fie ld allow y ou to sele ct the mon th and yea r to filte r report r esults by. '); | |||||
| 132 | ||||||
| 133 | COMMIT; | |||||
| 134 | ||||||
| 135 | INSERT INT O DESCRIPT OR | |||||
| 136 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 137 | VALUES | |||||
| 138 | (HIBERNATE _SEQUENCE. NEXTVAL, ' disclosure sDirectAdd ress', 'Th is column displayes the Direct address u sed to whi ch the VA disclosed records.') ; | |||||
| 139 | ||||||
| 140 | INSERT INT O DESCRIPT OR | |||||
| 141 | (DESCRIPTO R_ID, NAME , TEXT) | |||||
| 142 | VALUES | |||||
| 143 | (HIBERNATE _SEQUENCE. NEXTVAL, ' disclosure SummaryRep ortFacilit yColumn', 'This colu mn display s the VA f acility th at sent th e disclose d record.' ); | |||||
| 144 | ||||||
| 145 | ---------- - ADD NEW COLUMNS TO ANNOUNCEM ENT TABLE ---------- - | |||||
| 146 | ALTER TABL E ANNOUNCE MENT | |||||
| 147 | ADD FIRST_ NAME VARCH AR2(100 CH AR) NULL; | |||||
| 148 | ||||||
| 149 | ALTER TABL E ANNOUNCE MENT | |||||
| 150 | ADD LAST_N AME VARCHA R2(100 CHA R) NULL; | |||||
| 151 | ||||||
| 152 | ALTER TABL E ANNOUNCE MENT | |||||
| 153 | ADD SSN VA RCHAR2(20 CHAR) NULL ; | |||||
| 154 | ||||||
| 155 | ---------- - UPDATE F ACILITY NA ME ------- ---- | |||||
| 156 | update vap .facility set facili ty_name = 'Wichita VA Medical Center' w here facil ity_id = 2 46; | |||||
| 157 | ||||||
| 158 | COMMIT; | |||||
| 159 | ||||||
| 160 | ---------- - UPDATE M AIL TEMPLA TE TEXT -- -------- | |||||
| 161 | ||||||
| 162 | ---------- POPULATE MAIL_TEMPL ATE TABLE ---------- | |||||
| 163 | ||||||
| 164 | SET SQLBLA NKLINES ON | |||||
| 165 | ||||||
| 166 | UPDATE MAI L_TEMPLATE SET TEXT = 'DEPARTM ENT OF VET ERANS AFFA IRS | |||||
| 167 | [facilityN ame] | |||||
| 168 | [facilityA ddress1] | |||||
| 169 | [facilityA ddress2] | |||||
| 170 | [facilityP hone] | |||||
| 171 | ||||||
| 172 | [date] | |||||
| 173 | ||||||
| 174 | [lastName] , [firstNa me] [middl eName] | |||||
| 175 | [patientAd dress] | |||||
| 176 | ||||||
| 177 | Dear [firs tName], | |||||
| 178 | ||||||
| 179 | Thank you for partic ipating in the Virtu al Lifetim e Electron ic Record (VLER) Pro gram part of Veteran Health In formation Exchange ( VHIE). Bas ed on the informatio n you prov ided via V A Form 10- 0484, you wish to re voke the a bility for the Depar tment of V eterans Af fairs (VA) to share your medic al informa tion betwe en your VA health ca re team(s) and your participat ing commun ity care p roviders. | |||||
| 180 | ||||||
| 181 | This lette r is to no tify you t hat your r evocation form has b een accept ed, and VA stopped s haring you r electron ic health informatio n with you r communit y health c are provid er organiz ations eff ective [ex pirationDa te]. | |||||
| 182 | ||||||
| 183 | If you dec ide to re- enroll in the VLER P rogram as part of Ve terans Hea lth Inform ation Exch ange (VHIE ) and have your elec tronic hea lth inform ation shar ed at a la ter date, you may do so by vis iting the VLER Healt h website at http:// www.va.gov /VLER/vler -health-ex change-reg istration- guide.asp# online. Or contact y our Releas e of Infor mation (RO I) Office at your lo cal VA Med ical Cente r. | |||||
| 184 | ||||||
| 185 | Thank you for allowi ng us to s erve you a nd for you r service to our Nat ion! | |||||
| 186 | ||||||
| 187 | Sincerely, | |||||
| 188 | ||||||
| 189 | [signature ]' WHERE M AIL_TEMPLA TE_ID = 1 AND LETTER _TYPE_ID = 1; | |||||
| 190 | ||||||
| 191 | UPDATE MAI L_TEMPLATE SET TEXT = 'DEPARTM ENT OF VET ERANS AFFA IRS | |||||
| 192 | [facilityN ame] | |||||
| 193 | [facilityA ddress1] | |||||
| 194 | [facilityA ddress2] | |||||
| 195 | [facilityP hone] | |||||
| 196 | ||||||
| 197 | [date] | |||||
| 198 | ||||||
| 199 | [lastName] , [firstNa me] [middl eName] | |||||
| 200 | [patientAd dress] | |||||
| 201 | ||||||
| 202 | Dear [firs tName], | |||||
| 203 | ||||||
| 204 | Thank you for partic ipating in the Virtu al Lifetim e Electron ic Record (VLER) Pro gram part of Veteran Health In formation Exchange ( VHIE). VA is pleased that you have opted to share your medic al informa tion betwe en your Ve terans Aff airs (VA) health car e team(s) and your p articipati ng communi ty care pr oviders. I n order to provide y ou with co ntinuity o f care, VA must have a signed written au thorizatio n on file for your p articipati on in VHIE . This let ter is to notify you that auth orization is require d at this time in or der to all ow VA to s hare your health inf ormation. | |||||
| 205 | ||||||
| 206 | Delayed Au thorizatio n Status: | |||||
| 207 | ||||||
| 208 | Original Entry Dat e: [entryD ate] | |||||
| 209 | Status: PENDING | |||||
| 210 | Reason: [reasonsFo rDelay] | |||||
| 211 | ||||||
| 212 | A VA Form 10-0485 (A uthorizati on to Shar e), has be en include d for you to provide your auth orization. You can provide yo ur authori zation by mailing a signed for m back to the Releas e of Infor mation (RO I) Office at your lo cal VA Med ical Cente r (identif ied above) or online by using eBenefits and follow ing the in structions at http:/ /www.va.go v/VLER/vle r-health-e xchange-re gistration -guide.asp #online. | |||||
| 213 | ||||||
| 214 | For additi onal infor mation on sharing yo ur health record, pl ease visit the VLER Health web site at ww w.va.gov/v ler. You can also c all your l ocal VA Me dical Cent er’s (RO I) Office for more d etails. | |||||
| 215 | ||||||
| 216 | Thank you for allowi ng us to s erve you a nd for you r service to our Nat ion! | |||||
| 217 | ||||||
| 218 | Sincerely, | |||||
| 219 | ||||||
| 220 | [signature ]' WHERE M AIL_TEMPLA TE_ID = 2 AND LETTER _TYPE_ID = 2; | |||||
| 221 | ||||||
| 222 | UPDATE MAI L_TEMPLATE SET TEXT = 'DEPARTM ENT OF VET ERANS AFFA IRS | |||||
| 223 | [facilityN ame] | |||||
| 224 | [facilityA ddress1] | |||||
| 225 | [facilityA ddress2] | |||||
| 226 | [facilityP hone] | |||||
| 227 | ||||||
| 228 | [date] | |||||
| 229 | ||||||
| 230 | [lastName] , [firstNa me] [middl eName] | |||||
| 231 | [patientAd dress] | |||||
| 232 | ||||||
| 233 | Dear [firs tName], | |||||
| 234 | ||||||
| 235 | Thank you for partic ipating in the Virtu al Lifetim e Electron ic Record (VLER) Pro gram part of Veteran Health In formation Exchange ( VHIE). VA is pleased that you have opted to share your healt h informat ion betwee n your Vet erans Affa irs (VA) h ealth care team(s) a nd your pa rticipatin g communit y care pro viders. In order to provide yo u with con tinuity of care, VA must have a current written an d signed a uthorizati on on file . This let ter is to notify you that your authoriza tion is ei ther going to expire soon or h as already expired a nd a new a uthorizati on form is needed to allow VA to continu e to share your heal th informa tion. | |||||
| 236 | ||||||
| 237 | Expirati on Date: [ expiration Date] | |||||
| 238 | ||||||
| 239 | A VA Form 10-0485 (A uthorizati on to Shar e), has be en include d for you to renew y our author ization. You can ca ll your lo cal VA Med ical Cente r’s Rele ase of Inf ormation ( ROI) Offic e for more details. Or you ca n renew yo ur authori zation by mailing th e complete d form to the ROI Of fice at yo ur local V A Medical Center (id entified a bove) or o nline by u sing eBene fits and f ollowing t he instruc tions at h ttp://www. va.gov/VLE R/vler-hea lth-exchan ge-registr ation-guid e.asp#onli ne . For additional informati on on shar ing your h ealth reco rd, please visit the VLER Heal th website at www.va .gov/vler. | |||||
| 240 | ||||||
| 241 | Thank you for allowi ng us to s erve you a nd for you r service to our Nat ion! | |||||
| 242 | ||||||
| 243 | Sincerely, | |||||
| 244 | ||||||
| 245 | [signature ]' WHERE M AIL_TEMPLA TE_ID = 4 AND LETTER _TYPE_ID = 4; | |||||
| 246 | ||||||
| 247 | SET SQLBLA NKLINES OF F | |||||
| 248 | ||||||
| 249 | ---------- - REBUILD VAP INDEXE S -------- --- | |||||
| 250 | alter inde x VAP.ALLO WED_ORG_ID X rebuild tablespace VAP_INDEX 01 online parallel 6 nologging ; | |||||
| 251 | alter inde x VAP.ALLO WED_ORG_PK rebuild t ablespace VAP_INDEX0 1 online p arallel 6 nologging; | |||||
| 252 | alter inde x VAP.ANNO UNCEMENT_I DX rebuild tablespac e VAP_INDE X01 online parallel 6 nologgin g; | |||||
| 253 | alter inde x VAP.ANNO UNCEMENT_P K rebuild tablespace VAP_INDEX 01 online parallel 6 nologging ; | |||||
| 254 | alter inde x VAP.ANNO UNCEMENT_O RGS_PK reb uild table space VAP_ INDEX01 on line paral lel 6 nolo gging; | |||||
| 255 | alter inde x VAP.ANNO UNCEMENT_O RGS_IDX re build tabl espace VAP _INDEX01 o nline para llel 6 nol ogging; | |||||
| 256 | alter inde x VAP.AUTH ORITY_PK r ebuild tab lespace VA P_INDEX01 online par allel 6 no logging; | |||||
| 257 | alter inde x VAP.AUTH ORITY_IDX rebuild ta blespace V AP_INDEX01 online pa rallel 6 n ologging; | |||||
| 258 | alter inde x VAP.CONS ENT_AUDIT_ PK rebuild tablespac e VAP_INDE X01 online parallel 6 nologgin g; | |||||
| 259 | alter inde x VAP.IDX_ CA_FACILIT Y_NAME reb uild table space VAP_ INDEX01 on line paral lel 6 nolo gging; | |||||
| 260 | alter inde x VAP.IDX_ CA_FACILIT Y rebuild tablespace VAP_INDEX 01 online parallel 6 nologging ; | |||||
| 261 | alter inde x VAP.CONS ENT_AUDIT_ IDX rebuil d tablespa ce VAP_IND EX01 onlin e parallel 6 nologgi ng; | |||||
| 262 | alter inde x VAP.CONS ENT_COMMEN T_PK rebui ld tablesp ace VAP_IN DEX01 onli ne |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.