Produced by Araxis Merge on 6/20/2018 10:18:28 AM Central 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 | CCRS.zip\CCRS\claimviewer-B2S5.zip\claimviewer-master-069e6e0309cf2401b875380af9a35309c152463e\src\app | in-memory-data.service.ts | Mon Apr 9 17:30:07 2018 UTC |
2 | CCRS.zip\CCRS\claimviewer-B2S5.zip\claimviewer-master-069e6e0309cf2401b875380af9a35309c152463e\src\app | in-memory-data.service.ts | Fri Jun 15 13:28:38 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 536 |
Changed | 1 | 2 |
Inserted | 0 | 0 |
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 | import { I nMemoryDbS ervice } f rom 'angul ar-in-memo ry-web-api '; | |
2 | ||
3 | export cla ss InMemor yDataServi ce impleme nts InMemo ryDbServic e { | |
4 | create Db() { | |
5 | ||
6 | co nst claims = | |
7 | // http:// localhost: PORT /viewer/fe tchClaims? claimType= INSTITUTIO NAL | |
8 | [ | |
9 | { | |
10 | id: 123, | |
11 | "claimId": "mock-432 3", | |
12 | "batchId": "inst_bat ch_1", | |
13 | "chargeAmt ": 101.10, | |
14 | "receiptDa te": "2018 -02-07", | |
15 | "referralN umber": "D NE", | |
16 | "billingPr ovider": { | |
17 | "npi": "100211", | |
18 | "taxId ": "123" | |
19 | }, | |
20 | "patient": { | |
21 | id: 12 3, | |
22 | "membe rId": "100 200", | |
23 | "ssn": "000-00-0 000", | |
24 | "first Name": "Jo n", | |
25 | "lastN ame": "Doe ", | |
26 | "middl eInitial": null, | |
27 | "dateO fBirth": " 1980-01-01 " | |
28 | }, | |
29 | "instClaim ": { | |
30 | "admis sionDate": "2012-01- 01" | |
31 | }, | |
32 | "claimType ": "INSTIT UTIONAL", | |
33 | "claimLine s": [ | |
34 | { | |
35 | "d ateProvide rPaid": nu ll, | |
36 | "s erviceDate ": "2012-0 1-01", | |
37 | "l ineItemCon trolNumber ": null, | |
38 | "f luShot": f alse | |
39 | } | |
40 | ], | |
41 | "instInpat ient": tru e, | |
42 | "current": true | |
43 | }, | |
44 | ||
45 | { | |
46 | "claimId": "88881", | |
47 | "batchId": "inst_bat ch_2", | |
48 | "chargeAmt ": 101.10, | |
49 | "receiptDa te": "2018 -02-07", | |
50 | "referralN umber": nu ll, | |
51 | "billingPr ovider": n ull, | |
52 | "patient": null, | |
53 | "instClaim ": { | |
54 | "admis sionDate": "2017-11- 10" | |
55 | }, | |
56 | "id": 10, | |
57 | "claimType ": "INSTIT UTIONAL", | |
58 | "claimLine s": [ | |
59 | { | |
60 | "d ateProvide rPaid": nu ll, | |
61 | "s erviceDate ": "2017-1 1-10", | |
62 | "l ineItemCon trolNumber ": null, | |
63 | "f luShot": f alse | |
64 | }, | |
65 | { | |
66 | "d ateProvide rPaid": nu ll, | |
67 | "s erviceDate ": "2017-1 1-10", | |
68 | "l ineItemCon trolNumber ": null, | |
69 | "f luShot": f alse | |
70 | }, | |
71 | { | |
72 | "d ateProvide rPaid": nu ll, | |
73 | "s erviceDate ": "2017-1 1-10", | |
74 | "l ineItemCon trolNumber ": null, | |
75 | "f luShot": f alse | |
76 | } | |
77 | ], | |
78 | "instInpat ient": tru e, | |
79 | "current": true | |
80 | }, | |
81 | { | |
82 | "claimId": "88825", | |
83 | "batchId": "inst_bat ch_2", | |
84 | "chargeAmt ": 101.10, | |
85 | "receiptDa te": "2018 -02-07", | |
86 | "referralN umber": nu ll, | |
87 | "billingPr ovider": n ull, | |
88 | "patient": null, | |
89 | "instClaim ": { | |
90 | "admis sionDate": "2017-11- 01" | |
91 | }, | |
92 | "id": 25, | |
93 | "claimType ": "INSTIT UTIONAL", | |
94 | "claimLine s": [ | |
95 | { | |
96 | "d ateProvide rPaid": "2 017-11-01" , | |
97 | "s erviceDate ": "2017-1 1-01", | |
98 | "l ineItemCon trolNumber ": null, | |
99 | "f luShot": f alse | |
100 | }, | |
101 | { | |
102 | "d ateProvide rPaid": "2 017-10-16" , | |
103 | "s erviceDate ": "2017-1 1-01", | |
104 | "l ineItemCon trolNumber ": null, | |
105 | "f luShot": f alse | |
106 | }, | |
107 | { | |
108 | "d ateProvide rPaid": "2 017-09-01" , | |
109 | "s erviceDate ": "2017-1 1-01", | |
110 | "l ineItemCon trolNumber ": null, | |
111 | "f luShot": f alse | |
112 | }, | |
113 | { | |
114 | "d ateProvide rPaid": nu ll, | |
115 | "s erviceDate ": "2017-1 1-01", | |
116 | "l ineItemCon trolNumber ": null, | |
117 | "f luShot": f alse | |
118 | } | |
119 | ], | |
120 | "instInpat ient": tru e, | |
121 | "current": true | |
122 | }, | |
123 | { | |
124 | "claimId": "12345", | |
125 | "batchId": "inst_bat ch_1", | |
126 | "chargeAmt ": 101.10, | |
127 | "receiptDa te": "2018 -02-07", | |
128 | "referralN umber": "4 321a", | |
129 | "billingPr ovider": { | |
130 | "npi": "100211", | |
131 | "taxId ": "123" | |
132 | }, | |
133 | "patient": { | |
134 | "membe rId": "100 200", | |
135 | "ssn": "000-00-0 000", | |
136 | "first Name": "Jo n", | |
137 | "lastN ame": "Doe ", | |
138 | "middl eInitial": null, | |
139 | "dateO fBirth": " 1980-01-01 " | |
140 | }, | |
141 | "instClaim ": { | |
142 | "admis sionDate": "2017-01- 01" | |
143 | }, | |
144 | "id": 1, | |
145 | "claimType ": "INSTIT UTIONAL", | |
146 | "claimLine s": [ | |
147 | { | |
148 | "d ateProvide rPaid": nu ll, | |
149 | "s erviceDate ": "2017-0 1-01", | |
150 | "l ineItemCon trolNumber ": null, | |
151 | "f luShot": f alse | |
152 | }, | |
153 | { | |
154 | "d ateProvide rPaid": nu ll, | |
155 | "s erviceDate ": "2017-0 1-01", | |
156 | "l ineItemCon trolNumber ": null, | |
157 | "f luShot": f alse | |
158 | } | |
159 | ], | |
160 | "instInpat ient": tru e, | |
161 | "current": true | |
162 | }, | |
163 | { | |
164 | "claimId": "leie1", | |
165 | "batchId": "inst_bat ch_1", | |
166 | "chargeAmt ": 101.10, | |
167 | "receiptDa te": "2018 -02-07", | |
168 | "referralN umber": "4 321a", | |
169 | "billingPr ovider": { | |
170 | "npi": "21", | |
171 | "taxId ": null | |
172 | }, | |
173 | "patient": { | |
174 | "membe rId": "100 200", | |
175 | "ssn": "000-00-0 000", | |
176 | "first Name": "Jo n", | |
177 | "lastN ame": "Doe ", | |
178 | "middl eInitial": null, | |
179 | "dateO fBirth": " 1980-01-01 " | |
180 | }, | |
181 | "instClaim ": { | |
182 | "admis sionDate": "2017-01- 02" | |
183 | }, | |
184 | "id": 121, | |
185 | "claimType ": "INSTIT UTIONAL", | |
186 | "claimLine s": [ | |
187 | { | |
188 | "d ateProvide rPaid": nu ll, | |
189 | "s erviceDate ": "2017-0 1-02", | |
190 | "l ineItemCon trolNumber ": null, | |
191 | "f luShot": f alse | |
192 | } | |
193 | ], | |
194 | "instInpat ient": tru e, | |
195 | "current": true | |
196 | }, | |
197 | { | |
198 | "claimId": "678", | |
199 | "batchId": "inst_bat ch_1", | |
200 | "chargeAmt ": 101.10, | |
201 | "receiptDa te": "2018 -02-07", | |
202 | "referralN umber": "9 876b", | |
203 | "billingPr ovider": { | |
204 | "npi": "100211", | |
205 | "taxId ": "123" | |
206 | }, | |
207 | "patient": { | |
208 | "membe rId": "100 200", | |
209 | "ssn": "000-00-0 000", | |
210 | "first Name": "Jo n", | |
211 | "lastN ame": "Doe ", | |
212 | "middl eInitial": null, | |
213 | "dateO fBirth": " 1980-01-01 " | |
214 | }, | |
215 | "instClaim ": { | |
216 | "admis sionDate": "2012-01- 01" | |
217 | }, | |
218 | "id": 2, | |
219 | "claimType ": "INSTIT UTIONAL", | |
220 | "claimLine s": [ | |
221 | { | |
222 | "d ateProvide rPaid": nu ll, | |
223 | "s erviceDate ": "2012-0 1-01", | |
224 | "l ineItemCon trolNumber ": null, | |
225 | "f luShot": f alse | |
226 | } | |
227 | ], | |
228 | "instInpat ient": tru e, | |
229 | "current": true | |
230 | }, | |
231 | { | |
232 | "claimId": "i_seoc5" , | |
233 | "batchId": "inst_bat ch_1", | |
234 | "chargeAmt ": 101.10, | |
235 | "receiptDa te": "2018 -02-07", | |
236 | "referralN umber": "7 543g", | |
237 | "billingPr ovider": { | |
238 | "npi": "100211", | |
239 | "taxId ": "123" | |
240 | }, | |
241 | "patient": { | |
242 | "membe rId": "100 200", | |
243 | "ssn": "000-00-0 000", | |
244 | "first Name": "Jo n", | |
245 | "lastN ame": "Doe ", | |
246 | "middl eInitial": null, | |
247 | "dateO fBirth": " 1980-01-01 " | |
248 | }, | |
249 | "instClaim ": { | |
250 | "admis sionDate": "2017-01- 01" | |
251 | }, | |
252 | "id": 410, | |
253 | "claimType ": "INSTIT UTIONAL", | |
254 | "claimLine s": [ | |
255 | { | |
256 | "d ateProvide rPaid": nu ll, | |
257 | "s erviceDate ": "2017-0 1-01", | |
258 | "l ineItemCon trolNumber ": null, | |
259 | "f luShot": f alse | |
260 | } | |
261 | ], | |
262 | "instInpat ient": tru e, | |
263 | "current": true | |
264 | } | |
265 | ]; | |
266 | ||
267 | re turn { fet chClaims: claims }; | |
268 | } | |
269 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.