Produced by Araxis Merge on 7/9/2017 11:00:54 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 | PPS_N_3.0_Iter2_Build_360.zip\Unredacted\PS_PPS_domain\src\test\resources\xml\spring\test | DomainContextTemplate.xml | Fri Jun 30 19:07:22 2017 UTC |
2 | PPS_N_3.0_Iter2_Build_360.zip\Unredacted\PS_PPS_domain\src\test\resources\xml\spring\test | DomainContextTemplate.xml | Fri Jul 7 13:23:16 2017 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 1768 |
Changed | 2 | 4 |
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 | <?xml | |
2 | version="1 .0" | |
3 | encoding=" UTF-8" | |
4 | ?> | |
5 | <beans | |
6 | xmlns="htt p://www.sp ringframew ork.org/sc hema/beans " | |
7 | ||
8 | xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" | |
9 | xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context " | |
10 | ||
11 | xsi:schema Location=" | |
12 | ht tp://www.s pringframe work.org/s chema/bean s | |
13 | ht tp://www.s pringframe work.org/s chema/bean s/spring-b eans.xsd | |
14 | ht tp://www.s pringframe work.org/s chema/cont ext | |
15 | ht tp://www.s pringframe work.org/s chema/cont ext/spring -context.x sd" | |
16 | > | |
17 | <!-- | |
18 | This is a very trimm ed-down ve rsion of D omainConte xtTemplate .xml in sr c/main/res ources sin ce it is h ard to get the full | |
19 | version ru nning in t he automat ed tests. | |
20 | ||
21 | It would b e better, though, to run the a utomated i ntegration tests wit h the same configura tion as th e app at r untime, | |
22 | so eventua lly this f ile should go away. | |
23 | --> | |
24 | ||
25 | <bean | |
26 | id="rxNorm Client" | |
27 | ||
28 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.client .rxnorm.Rx NormClient " | |
29 | > | |
30 | ||
31 | <property | |
32 | name="codi ngConceptU RL" | |
33 | value="htt ps:// DNS . DNS : PORT /isaac-res t_2/rest/1 /search/se memes?quer y={VUID}&a mp;treatAs String=tru e&expa nd=referen cedConcept &semem eAssemblag eId=f31f3d 89-5a6f-5e 1f-81d3-5b 68344d96f9 " | |
34 | /> | |
35 | ||
36 | <property | |
37 | name="codi ngComponen tURL" | |
38 | value="htt ps:// DNS . DNS : PORT /isaac-res t_2/rest/1 /sememe/fo rReference dComponent /{UUID}?as semblage=6 f30b976-5b 58-5c3d-bb 7d-af3aa36 a6468" | |
39 | /> | |
40 | ||
41 | </bean> | |
42 | ||
43 | ||
44 | <bean | |
45 | id="rxNorm Capability " | |
46 | ||
47 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.impl.R xNormCapab ilityImpl" | |
48 | > | |
49 | ||
50 | <property | |
51 | name="rxNo rmClient" | |
52 | ref="rxNor mClient" | |
53 | /> | |
54 | ||
55 | <property | |
56 | name="eplP roductDao" | |
57 | ref="eplPr oductDao" | |
58 | /> | |
59 | ||
60 | <property | |
61 | name="prod uctConvert er" | |
62 | ref="produ ctConverte r" | |
63 | /> | |
64 | ||
65 | <property | |
66 | name="sync ProcessorF actory" | |
67 | ref="ndfFi leSyncProc essorFacto ry" | |
68 | /> | |
69 | ||
70 | <property | |
71 | name="envi ronmentUti lity" | |
72 | ref="envir onmentUtil ity" | |
73 | /> | |
74 | ||
75 | <property | |
76 | name="noti ficationDo mainCapabi lity" | |
77 | ref="notif icationDom ainCapabil ity" | |
78 | /> | |
79 | ||
80 | </bean> | |
81 | ||
82 | ||
83 | ||
84 | <bean | |
85 | id="notifi cationDoma inCapabili ty" | |
86 | ||
87 | class="gov .va.med.ph armacy.pep s.domain.c ommon.capa bility.imp l.Notifica tionDomain Capability Impl" | |
88 | ||
89 | autowire-c andidate=" true" | |
90 | > | |
91 | ||
92 | <property | |
93 | name="eplU serDao" | |
94 | ref="eplUs erDao" | |
95 | /> | |
96 | ||
97 | <property | |
98 | name="eplN otificatio nDao" | |
99 | ref="eplNo tification Dao" | |
100 | /> | |
101 | ||
102 | <property | |
103 | name="item AuditHisto ryDomainCa pability" | |
104 | ref="itemA uditHistor yDomainCap ability" | |
105 | /> | |
106 | ||
107 | <property | |
108 | name="eplI temAuditHi storyDao" | |
109 | ref="eplIt emAuditHis toryDao" | |
110 | /> | |
111 | ||
112 | <property | |
113 | name="seqN umDomainCa pability" | |
114 | ref="seqNu mDomainCap ability" | |
115 | /> | |
116 | ||
117 | <property | |
118 | name="noti ficationCo nverter" | |
119 | ref="notif icationCon verter" | |
120 | /> | |
121 | ||
122 | <property | |
123 | name="noti ficationSu mmaryConve rter" | |
124 | ref="notif icationSum maryConver ter" | |
125 | /> | |
126 | ||
127 | </bean> | |
128 | ||
129 | ||
130 | <bean | |
131 | id="conver ter" | |
132 | ||
133 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Conver ter" | |
134 | ||
135 | abstract=" true" | |
136 | autowire-c andidate=" true" | |
137 | > | |
138 | ||
139 | <property | |
140 | name="mana gedItemDom ainCapabil ityFactory " | |
141 | ref="manag edItemDoma inCapabili tyFactory" | |
142 | /> | |
143 | ||
144 | </bean> | |
145 | ||
146 | ||
147 | <bean | |
148 | id="manage dItemDomai nCapabilit yFactory" | |
149 | ||
150 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.impl.M anagedItem DomainCapa bilityFact oryImpl" | |
151 | ||
152 | autowire-c andidate=" true" | |
153 | /> | |
154 | ||
155 | ||
156 | <bean | |
157 | ||
158 | id="enviro nmentUtili ty" | |
159 | ||
160 | class="gov .va.med.ph armacy.pep s.common.u tility.imp l.Environm entUtility Impl" | |
161 | ||
162 | autowire-c andidate=" true" | |
163 | > | |
164 | ||
165 | </bean> | |
166 | ||
167 | ||
168 | <bean | |
169 | id="dataAc cessObject " | |
170 | abstract=" true" | |
171 | autowire-c andidate=" true" | |
172 | > | |
173 | ||
174 | <property | |
175 | name="sess ionFactory " | |
176 | ref="sessi onFactory" | |
177 | /> | |
178 | ||
179 | </bean> | |
180 | ||
181 | ||
182 | <bean | |
183 | id="produc tConverter " | |
184 | ||
185 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Produc tConverter " | |
186 | ||
187 | parent="co nverter" | |
188 | autowire-c andidate=" true" | |
189 | /> | |
190 | ||
191 | ||
192 | <bean | |
193 | id="ndfFil eSyncProce ssorFactor y" | |
194 | class="gov .va.med.ph armacy.pep s.service. common.upd ate.NdfFil eSyncProce ssorFactor y" | |
195 | ||
196 | autowire-c andidate=" true" | |
197 | > | |
198 | ||
199 | </bean> | |
200 | ||
201 | ||
202 | <bean | |
203 | id="ndfFil eSyncCapab ility" | |
204 | class="gov .va.med.ph armacy.pep s.service. common.cap ability.im pl.NdfFile SyncCapabi lityImpl" | |
205 | ||
206 | autowire-c andidate=" true" | |
207 | > | |
208 | ||
209 | <property | |
210 | name="eplN dfOutgoing Difference sDao" | |
211 | ref="eplNd fOutgoingD ifferences Dao" | |
212 | > | |
213 | </property > | |
214 | ||
215 | </bean> | |
216 | ||
217 | ||
218 | <bean | |
219 | id="drugSe verityDoma inCapabili ty" | |
220 | ||
221 | class="gov .va.med.ph armacy.pep s.domain.c ommon.capa bility.imp l.DrugSeve rityDomain Capability Impl" | |
222 | ||
223 | parent="ma nagedItemD omainCapab ility" | |
224 | autowire-c andidate=" true" | |
225 | > | |
226 | ||
227 | <!-- <p roperty na me="drugSe verityConv erter" ref ="drugSeve rityConver ter" /> - -> | |
228 | ||
229 | </bean> | |
230 | ||
231 | ||
232 | <bean | |
233 | id="manage dItemDomai nCapabilit y" | |
234 | abstract=" true" | |
235 | ||
236 | autowire-c andidate=" true" | |
237 | > | |
238 | ||
239 | <!-- <p roperty na me="dataFi eldsDomain Capability " ref="dat aFieldsDom ainCapabil ity" /> | |
240 | <pro perty name ="itemAudi tHistoryDo mainCapabi lity" ref= "itemAudit HistoryDom ainCapabil ity" /> | |
241 | <pro perty name ="partialS aveMgtDoma inCapabili ty" ref="p artialSave MgtDomainC apability" /> | |
242 | <pro perty name ="requestD omainCapab ility" ref ="requestD omainCapab ility" /> | |
243 | <pro perty name ="seqNumDo mainCapabi lity" ref= "seqNumDom ainCapabil ity" /> | |
244 | <pro perty name ="managedI temDomainC apabilityF actory" re f="managed ItemDomain Capability Factory" / > | |
245 | --> | |
246 | ||
247 | </bean> | |
248 | ||
249 | ||
250 | <bean | |
251 | id="eplPac kageSizeDa o" | |
252 | parent="da taAccessOb ject" | |
253 | ||
254 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplPa ckageSizeD aoImpl" | |
255 | ||
256 | autowire-c andidate=" true" | |
257 | /> | |
258 | ||
259 | ||
260 | <bean | |
261 | id="eplPro ductCopayT ierDao" | |
262 | parent="da taAccessOb ject" | |
263 | ||
264 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplPr odCopayTie rAssocDaoI mpl" | |
265 | ||
266 | autowire-c andidate=" true" | |
267 | /> | |
268 | ||
269 | ||
270 | <bean | |
271 | id="eplCop ayTierDao" | |
272 | parent="da taAccessOb ject" | |
273 | ||
274 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplCo payTierDao Impl" | |
275 | ||
276 | autowire-c andidate=" true" | |
277 | /> | |
278 | ||
279 | ||
280 | <bean | |
281 | id="eplPro ductDao" | |
282 | parent="da taAccessOb ject" | |
283 | ||
284 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplPr oductDaoIm pl" | |
285 | ||
286 | autowire-c andidate=" true" | |
287 | /> | |
288 | ||
289 | ||
290 | <bean | |
291 | id="eplNdf UpdateFile Dao" | |
292 | parent="da taAccessOb ject" | |
293 | ||
294 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplNd fUpdateFil eDaoImpl" | |
295 | ||
296 | autowire-c andidate=" true" | |
297 | /> | |
298 | ||
299 | ||
300 | <bean | |
301 | id="eplNdf OutgoingDi fferencesD ao" | |
302 | ||
303 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplNd fOutgoingD ifferences DaoImpl" | |
304 | ||
305 | autowire-c andidate=" true" | |
306 | > | |
307 | ||
308 | <!--<prope rty name=" ndfUpdateF ileConvert er" ref="n dfUpdateFi leConverte r" />--> | |
309 | ||
310 | </bean> | |
311 | ||
312 | ||
313 | <bean | |
314 | id="eplRem atchDao" | |
315 | parent="da taAccessOb ject" | |
316 | ||
317 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplRe matchDaoIm pl" | |
318 | ||
319 | autowire-c andidate=" true" | |
320 | > | |
321 | ||
322 | <!-- This property i s not nece ssary for existing t ests (and probably s houldn't e xist anywa y). --> | |
323 | ||
324 | <!--<prope rty name=" ndfUpdateF ileConvert er" ref="n dfUpdateFi leConverte r" /> --> | |
325 | ||
326 | </bean> | |
327 | ||
328 | ||
329 | <bean | |
330 | id="eplSta tusDao" | |
331 | parent="da taAccessOb ject" | |
332 | ||
333 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplSt atusDaoImp l" | |
334 | ||
335 | autowire-c andidate=" true" | |
336 | /> | |
337 | ||
338 | ||
339 | <bean | |
340 | id="eplIng redientDao " | |
341 | parent="da taAccessOb ject" | |
342 | ||
343 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplIn gredientDa oImpl" | |
344 | ||
345 | autowire-c andidate=" true" | |
346 | /> | |
347 | ||
348 | ||
349 | <!-- Capab ilities -- > | |
350 | ||
351 | ||
352 | <bean | |
353 | id="databa seDomainCa pability" | |
354 | ||
355 | class="gov .va.med.ph armacy.pep s.domain.c ommon.capa bility.imp l.Database DomainCapa bilityImpl " | |
356 | ||
357 | autowire-c andidate=" true" | |
358 | > | |
359 | ||
360 | <!-- Can't autowire the DataSo urce becau se there a re multipl e in the c ontext. -- > | |
361 | ||
362 | <construct or-arg | |
363 | ref="eplDa taSource" | |
364 | /> | |
365 | ||
366 | </bean> | |
367 | ||
368 | ||
369 | <bean | |
370 | id="eplUse rDao" | |
371 | parent="da taAccessOb ject" | |
372 | ||
373 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplUs erDaoImpl" | |
374 | ||
375 | autowire-c andidate=" true" | |
376 | /> | |
377 | ||
378 | ||
379 | <bean | |
380 | id="eplNot ificationD ao" | |
381 | parent="da taAccessOb ject" | |
382 | ||
383 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplNo tification DaoImpl" | |
384 | ||
385 | autowire-c andidate=" true" | |
386 | /> | |
387 | ||
388 | ||
389 | <bean | |
390 | id="itemAu ditHistory DomainCapa bility" | |
391 | ||
392 | class="gov .va.med.ph armacy.pep s.domain.c ommon.capa bility.imp l.ItemAudi tHistoryDo mainCapabi lityImpl" | |
393 | ||
394 | autowire-c andidate=" true" | |
395 | > | |
396 | ||
397 | <property | |
398 | name="eplI temAuditHi storyDao" | |
399 | ref="eplIt emAuditHis toryDao" | |
400 | /> | |
401 | ||
402 | <property | |
403 | name="eplI temAuditHi storyDetai lDao" | |
404 | ref="eplIt emAuditHis toryDetail Dao" | |
405 | /> | |
406 | ||
407 | <property | |
408 | name="seqN umDomainCa pability" | |
409 | ref="seqNu mDomainCap ability" | |
410 | /> | |
411 | ||
412 | <property | |
413 | name="item AuditHisto ryConverte r" | |
414 | ref="itemA uditHistor yConverter " | |
415 | /> | |
416 | ||
417 | </bean> | |
418 | ||
419 | ||
420 | <bean | |
421 | id="eplIte mAuditHist oryDao" | |
422 | parent="da taAccessOb ject" | |
423 | ||
424 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplIt emAuditHis toryDaoImp l" | |
425 | ||
426 | autowire-c andidate=" true" | |
427 | /> | |
428 | ||
429 | ||
430 | <bean | |
431 | id="seqNum DomainCapa bility" | |
432 | ||
433 | class="gov .va.med.ph armacy.pep s.domain.c ommon.capa bility.imp l.SeqNumDo mainCapabi lityImpl" | |
434 | ||
435 | autowire-c andidate=" true" | |
436 | > | |
437 | ||
438 | <property | |
439 | name="eplS eqNumDao" | |
440 | ref="eplSe qNumDao" | |
441 | /> | |
442 | ||
443 | <property | |
444 | name="eplI enGenerato rDao" | |
445 | ref="eplIe nGenerator Dao" | |
446 | /> | |
447 | ||
448 | <property | |
449 | name="eplC mopIdGener atorDao" | |
450 | ref="eplCm opIdGenera torDao" | |
451 | /> | |
452 | ||
453 | <property | |
454 | name="envi ronmentUti lity" | |
455 | ref="envir onmentUtil ity" | |
456 | /> | |
457 | ||
458 | </bean> | |
459 | ||
460 | ||
461 | <bean | |
462 | id="notifi cationConv erter" | |
463 | ||
464 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Notifi cationConv erter" | |
465 | ||
466 | parent="co nverter" | |
467 | autowire-c andidate=" true" | |
468 | > | |
469 | ||
470 | </bean> | |
471 | ||
472 | ||
473 | <bean | |
474 | id="notifi cationSumm aryConvert er" | |
475 | ||
476 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Notifi cationSumm aryConvert er" | |
477 | ||
478 | parent="co nverter" | |
479 | autowire-c andidate=" true" | |
480 | > | |
481 | ||
482 | </bean> | |
483 | ||
484 | ||
485 | <bean | |
486 | id="eplIte mAuditHist oryDetailD ao" | |
487 | parent="da taAccessOb ject" | |
488 | ||
489 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplIt emAuditHis toryDetail DaoImpl" | |
490 | ||
491 | autowire-c andidate=" true" | |
492 | /> | |
493 | ||
494 | ||
495 | <bean | |
496 | id="itemAu ditHistory Converter" | |
497 | ||
498 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.ItemAu ditHistory Converter" | |
499 | ||
500 | parent="co nverter" | |
501 | autowire-c andidate=" true" | |
502 | > | |
503 | ||
504 | <property | |
505 | name="item AuditHisto ryDetailsC onverter" | |
506 | ref="itemA uditHistor yDetailsCo nverter" | |
507 | /> | |
508 | ||
509 | </bean> | |
510 | ||
511 | ||
512 | <bean | |
513 | id="itemAu ditHistory DetailsCon verter" | |
514 | ||
515 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.ItemAu ditHistory DetailsCon verter" | |
516 | ||
517 | parent="co nverter" | |
518 | autowire-c andidate=" true" | |
519 | /> | |
520 | ||
521 | ||
522 | <bean | |
523 | id="eplSeq NumDao" | |
524 | parent="da taAccessOb ject" | |
525 | ||
526 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplSe qNumDaoImp l" | |
527 | ||
528 | autowire-c andidate=" true" | |
529 | /> | |
530 | ||
531 | ||
532 | <bean | |
533 | id="eplIen GeneratorD ao" | |
534 | parent="da taAccessOb ject" | |
535 | ||
536 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplIe nGenerator DaoImpl" | |
537 | ||
538 | autowire-c andidate=" true" | |
539 | /> | |
540 | ||
541 | ||
542 | <bean | |
543 | id="eplCmo pIdGenerat orDao" | |
544 | parent="da taAccessOb ject" | |
545 | ||
546 | class="gov .va.med.ph armacy.pep s.domain.c ommon.dao. impl.EplCm opIdGenera torDaoImpl " | |
547 | ||
548 | autowire-c andidate=" true" | |
549 | /> | |
550 | ||
551 | ||
552 | <bean | |
553 | id="active Ingredient Converter" | |
554 | ||
555 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Active Ingredient Converter" | |
556 | ||
557 | parent="co nverter" | |
558 | autowire-c andidate=" true" | |
559 | > | |
560 | ||
561 | <property | |
562 | name="ingr edientConv erter" | |
563 | ref="ingre dientConve rter" | |
564 | /> | |
565 | ||
566 | <property | |
567 | name="drug UnitConver ter" | |
568 | ref="drugU nitConvert er" | |
569 | /> | |
570 | ||
571 | </bean> | |
572 | ||
573 | ||
574 | <bean | |
575 | id="ingred ientConver ter" | |
576 | ||
577 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Ingred ientConver ter" | |
578 | ||
579 | parent="co nverter" | |
580 | autowire-c andidate=" true" | |
581 | /> | |
582 | ||
583 | ||
584 | <bean | |
585 | id="drugUn itConverte r" | |
586 | ||
587 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.DrugUn itConverte r" | |
588 | ||
589 | parent="co nverter" | |
590 | autowire-c andidate=" true" | |
591 | /> | |
592 | ||
593 | ||
594 | <bean | |
595 | id="atcCan isterConve rter" | |
596 | ||
597 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.AtcCan isterConve rter" | |
598 | ||
599 | parent="co nverter" | |
600 | autowire-c andidate=" true" | |
601 | /> | |
602 | ||
603 | ||
604 | <bean | |
605 | id="csFedS cheduleCon verter" | |
606 | ||
607 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.CsFedS cheduleCon verter" | |
608 | ||
609 | parent="co nverter" | |
610 | autowire-c andidate=" true" | |
611 | /> | |
612 | ||
613 | ||
614 | <bean | |
615 | id="dispen seUnitConv erter" | |
616 | ||
617 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Dispen seUnitConv erter" | |
618 | ||
619 | parent="co nverter" | |
620 | autowire-c andidate=" true" | |
621 | /> | |
622 | ||
623 | ||
624 | <bean | |
625 | id="doseUn itConverte r" | |
626 | ||
627 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.DoseUn itConverte r" | |
628 | ||
629 | parent="co nverter" | |
630 | autowire-c andidate=" true" | |
631 | /> | |
632 | ||
633 | ||
634 | <bean | |
635 | id="drugTe xtConverte r" | |
636 | ||
637 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.DrugTe xtConverte r" | |
638 | ||
639 | parent="co nverter" | |
640 | autowire-c andidate=" true" | |
641 | /> | |
642 | ||
643 | ||
644 | <bean | |
645 | id="formul aryDesigna torConvert er" | |
646 | parent="co nverter" | |
647 | ||
648 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Formul aryDesigna torConvert er" | |
649 | ||
650 | autowire-c andidate=" true" | |
651 | /> | |
652 | ||
653 | ||
654 | <bean | |
655 | id="ifcapI temNumberC onverter" | |
656 | ||
657 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.IfcapI temNumberC onverter" | |
658 | ||
659 | parent="co nverter" | |
660 | autowire-c andidate=" true" | |
661 | /> | |
662 | ||
663 | ||
664 | <bean | |
665 | id="localP ossibleDos agesConver ter" | |
666 | ||
667 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.LocalP ossibleDos agesConver ter" | |
668 | ||
669 | parent="co nverter" | |
670 | autowire-c andidate=" true" | |
671 | > | |
672 | ||
673 | <property | |
674 | name="dose UnitConver ter" | |
675 | ref="doseU nitConvert er" | |
676 | /> | |
677 | ||
678 | </bean> | |
679 | ||
680 | ||
681 | <bean | |
682 | id="ndcByO utpatientS iteNdcConv erter" | |
683 | ||
684 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.NdcByO utpatientS iteNdcConv erter" | |
685 | ||
686 | parent="co nverter" | |
687 | autowire-c andidate=" true" | |
688 | /> | |
689 | ||
690 | ||
691 | <bean | |
692 | id="ordera bleItemCon verter" | |
693 | ||
694 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Ordera bleItemCon verter" | |
695 | ||
696 | parent="co nverter" | |
697 | autowire-c andidate=" true" | |
698 | /> | |
699 | ||
700 | ||
701 | <bean | |
702 | id="synony mConverter " | |
703 | ||
704 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Synony mConverter " | |
705 | ||
706 | parent="co nverter" | |
707 | autowire-c andidate=" true" | |
708 | > | |
709 | ||
710 | <property | |
711 | name="orde rUnitConve rter" | |
712 | ref="order UnitConver ter" | |
713 | /> | |
714 | ||
715 | <property | |
716 | name="inte ndedUseCon verter" | |
717 | ref="inten dedUseConv erter" | |
718 | /> | |
719 | ||
720 | </bean> | |
721 | ||
722 | ||
723 | <bean | |
724 | id="orderU nitConvert er" | |
725 | ||
726 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.OrderU nitConvert er" | |
727 | ||
728 | parent="co nverter" | |
729 | autowire-c andidate=" true" | |
730 | /> | |
731 | ||
732 | ||
733 | <bean | |
734 | id="intend edUseConve rter" | |
735 | ||
736 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Intend edUseConve rter" | |
737 | ||
738 | parent="co nverter" | |
739 | autowire-c andidate=" true" | |
740 | /> | |
741 | ||
742 | ||
743 | <bean | |
744 | id="copayT ierAssocia tionConver ter" | |
745 | ||
746 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.CopayT ierAssocia tionConver ter" | |
747 | ||
748 | parent="co nverter" | |
749 | autowire-c andidate=" true" | |
750 | > | |
751 | ||
752 | <property | |
753 | name="copa yTierConve rter" | |
754 | ref="copay TierConver ter" | |
755 | /> | |
756 | ||
757 | </bean> | |
758 | ||
759 | ||
760 | <bean | |
761 | id="copayT ierConvert er" | |
762 | parent="co nverter" | |
763 | ||
764 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.CopayT ierConvert er" | |
765 | ||
766 | autowire-c andidate=" true" | |
767 | /> | |
768 | ||
769 | ||
770 | <bean | |
771 | id="dataFi eldsConver ter" | |
772 | ||
773 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.DataFi eldsConver ter" | |
774 | ||
775 | parent="co nverter" | |
776 | autowire-c andidate=" true" | |
777 | > | |
778 | ||
779 | <!-- <p roperty na me="dataFi eldsDomain Capability " ref="dat aFieldsDom ainCapabil ity" /> - -> | |
780 | ||
781 | </bean> | |
782 | ||
783 | ||
784 | <bean | |
785 | id="dosage FormConver ter" | |
786 | ||
787 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Dosage FormConver ter" | |
788 | ||
789 | parent="co nverter" | |
790 | autowire-c andidate=" true" | |
791 | > | |
792 | ||
793 | <property | |
794 | name="loca lMedicatio nRouteConv erter" | |
795 | ref="local Medication RouteConve rter" | |
796 | /> | |
797 | ||
798 | </bean> | |
799 | ||
800 | ||
801 | <bean | |
802 | id="localM edicationR outeConver ter" | |
803 | ||
804 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.LocalM edicationR outeConver ter" | |
805 | ||
806 | parent="co nverter" | |
807 | autowire-c andidate=" true" | |
808 | > | |
809 | ||
810 | <property | |
811 | name="stan dardMedRou teConverte r" | |
812 | ref="stand ardMedRout eConverter " | |
813 | /> | |
814 | ||
815 | </bean> | |
816 | ||
817 | ||
818 | <bean | |
819 | id="standa rdMedRoute Converter" | |
820 | ||
821 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Standa rdMedRoute Converter" | |
822 | ||
823 | parent="co nverter" | |
824 | autowire-c andidate=" true" | |
825 | /> | |
826 | ||
827 | ||
828 | <bean | |
829 | id="oiSche duleTypeCo nverter" | |
830 | ||
831 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.OiSche duleTypeCo nverter" | |
832 | ||
833 | parent="co nverter" | |
834 | autowire-c andidate=" true" | |
835 | /> | |
836 | ||
837 | ||
838 | <bean | |
839 | id="drugCl assGroupCo nverter" | |
840 | ||
841 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.DrugCl assGroupCo nverter" | |
842 | ||
843 | parent="co nverter" | |
844 | autowire-c andidate=" true" | |
845 | > | |
846 | ||
847 | <!-- <p roperty na me="drugCl assConvert er" ref="d rugClassCo nverter" / > --> | |
848 | ||
849 | </bean> | |
850 | ||
851 | ||
852 | <bean | |
853 | id="generi cNameConve rter" | |
854 | ||
855 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.Generi cNameConve rter" | |
856 | ||
857 | parent="co nverter" | |
858 | autowire-c andidate=" true" | |
859 | /> | |
860 | ||
861 | ||
862 | <bean | |
863 | id="adminS cheduleCon verter" | |
864 | ||
865 | class="gov .va.med.ph armacy.pep s.domain.c ommon.util ity.conver ter.AdminS cheduleCon verter" | |
866 | ||
867 | parent="co nverter" | |
868 | autowire-c andidate=" true" | |
869 | > | |
870 | ||
871 | <!-- <p roperty na me="adminS cheduleTyp eConverter " ref="adm inSchedule TypeConver ter" /> - -> | |
872 | ||
873 | </bean> | |
874 | ||
875 | ||
876 | <context:a nnotation- config/> | |
877 | ||
878 | <context:c omponent-s can | |
879 | base-packa ge="gov.va .med.pharm acy.peps.d omain.comm on.dao" | |
880 | /> | |
881 | ||
882 | <context:c omponent-s can | |
883 | base-packa ge="gov.va .med.pharm acy.peps.d omain.comm on.utility " | |
884 | /> | |
885 | ||
886 | </beans> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.