Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

root/openmrs-modules/patientmatching/doc/link_config.xml

Revision 3881, 3.5 kB (checked in by tmdugan, 9 months ago)

-- patientmatching

* reverted previous change

Line 
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <Session>
3         <datasource id="ID" name="table_name" type="DataBase" access="JDBC driver,database URL,user,passwd">
4                 <column include_position="0" column_id="mrn" label="mrn" type="string"/>
5                 <column include_position="1" column_id="ln" label="ln" type="string"/>
6                 <column include_position="2" column_id="lny" label="lny" type="string"/>
7                 <column include_position="3" column_id="fn" label="fn" type="string"/>
8                 <column include_position="4" column_id="yb" label="yb" type="string"/>
9                 <column include_position="5" column_id="mb" label="mb" type="string"/>
10                 <column include_position="6" column_id="db" label="db" type="string"></column>
11                 <column include_position="7" column_id="sex" label="sex" type="string"/>
12                 <column include_position="8" column_id="city" label="city" type="string"/>
13                 <column include_position="9" column_id="st" label="st" type="string"/>
14                 <column include_position="10" column_id="zip" label="zip" type="string"/>
15                 <column include_position="11" column_id="tel" label="tel" type="string"/>
16                 <column include_position="12" column_id="nkln" label="nkln" type="string"/>
17                 <column include_position="12" column_id="nkfn" label="nkfn" type="string"/>
18                 <column include_position="14" column_id="drid" label="drid" type="string"/>
19                 <column include_position="15" column_id="drln" label="drln" type="string"/>
20                 <column include_position="16" column_id="drfn" label="drfn" type="string"/>
21                 <column include_position="17" column_id="openmrs_id" label="openmrs_id" type="string"/>
22         </datasource>
23         <analysis type="scaleweight">
24         <init>database access string</init>
25         </analysis>
26         <run estimate="true" name="sample">
27                 <row name="yb">
28                         <BlockOrder>1</BlockOrder>
29                         <BlckChars>40</BlckChars>
30                         <Include>false</Include>
31                         <TAgreement>0.9</TAgreement>
32                         <NonAgreement>0.1</NonAgreement>
33                         <ScaleWeight lookup="TopN" N="10.0" buffer="500">true</ScaleWeight>
34                         <Algorithm>Exact Match</Algorithm>
35                 </row>
36                 <row name="mb">
37                         <BlockOrder>null</BlockOrder>
38                         <BlckChars>40</BlckChars>
39                         <Include>true</Include>
40                         <TAgreement>0.9</TAgreement>
41                         <NonAgreement>0.1</NonAgreement>
42                         <ScaleWeight>null</ScaleWeight>
43                         <Algorithm>Exact Match</Algorithm>
44                 </row>
45                 <row name="db">
46                         <BlockOrder>null</BlockOrder>
47                         <BlckChars>40</BlckChars>
48                         <Include>true</Include>
49                         <TAgreement>0.9</TAgreement>
50                         <NonAgreement>0.1</NonAgreement>
51                         <ScaleWeight>null</ScaleWeight>
52                         <Algorithm>Exact Match</Algorithm>
53                 </row>
54                 <row name="fn">
55                         <BlockOrder>null</BlockOrder>
56                         <BlckChars>40</BlckChars>
57                         <Include>true</Include>
58                         <TAgreement>0.9</TAgreement>
59                         <NonAgreement>0.1</NonAgreement>
60                         <ScaleWeight>null</ScaleWeight>
61                         <Algorithm>LEV</Algorithm>
62                 </row>
63                 <row name="ln">
64                         <BlockOrder>null</BlockOrder>
65                         <BlckChars>40</BlckChars>
66                         <Include>true</Include>
67                         <TAgreement>0.9</TAgreement>
68                         <NonAgreement>0.1</NonAgreement>
69                         <ScaleWeight>null</ScaleWeight>
70                         <Algorithm>LEV</Algorithm>
71                 </row>
72                 <row name="city">
73                         <BlockOrder>null</BlockOrder>
74                         <BlckChars>40</BlckChars>
75                         <Include>true</Include>
76                         <TAgreement>0.9</TAgreement>
77                         <NonAgreement>0.1</NonAgreement>
78                         <ScaleWeight>null</ScaleWeight>
79                         <Algorithm>LCS</Algorithm>
80                 </row>
81                 <row name="zip">
82                         <BlockOrder>null</BlockOrder>
83                         <BlckChars>40</BlckChars>
84                         <Include>true</Include>
85                         <TAgreement>0.9</TAgreement>
86                         <NonAgreement>0.1</NonAgreement>
87                         <ScaleWeight>null</ScaleWeight>
88                         <Algorithm>Exact Match</Algorithm>
89                 </row>
90         </run>
91 </Session>
Note: See TracBrowser for help on using the browser.