jerome24

registration form

May 27th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 277.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PurcForm><Xform><xf:xforms xmlns:xf="http://www.w3.org/2002/xforms" xmlns:jr="http://openrosa.org/javarosa" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <xf:model>
  4. <xf:instance>
  5. <patient name="Patient" id="0" description-template="${/patient/family_name}$ ${/patient/middle_name}$ ${/patient/given_name}$">
  6. <enterer/>
  7. <family_name/>
  8. <middle_name/>
  9. <given_name/>
  10. <birth_date/>
  11.  
  12. <identifier/>
  13.  
  14. <gender/>
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <patient_identifier_type_id/>
  22.  
  23.  
  24. <person_attribute5/>
  25.  
  26.  
  27.  
  28.  
  29. <other_identifiers>
  30. <other_identifier/>
  31. <other_identifier_type_id>6</other_identifier_type_id>
  32. <other_identifier_location_id>1</other_identifier_location_id>
  33. </other_identifiers><person_attribute8/>
  34. <person_attribute9/>
  35. <person_attribute10/>
  36. <person_attribute11/>
  37. <person_attribute12/>
  38. <person_attribute13/>
  39. <person_attribute14/>
  40. <person_attribute15/>
  41. <person_attribute16/>
  42. <person_attribute17/>
  43. <person_attribute19/><person_attribute20/><person_attribute21/><person_attribute22/><person_attribute23/><person_attribute24/><person_attribute25/><person_attribute26/><person_attribute27/><person_attribute28/><person_attribute29/><person_attribute31/><person_attribute32/><person_attribute34/><person_attribute36/><person_attribute37/><person_attribute38/>
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <person_attribute39/>
  64. <person_attribute40/>
  65. <person_attribute41/>
  66. <person_attribute42/>
  67. <person_attribute43/>
  68. <person_attribute44/>
  69. <person_attribute45/>
  70. <person_attribute46/>
  71. <person_attribute47/>
  72. <person_attribute48/>
  73. <person_attribute49/>
  74. <person_attribute50/>
  75. <person_attribute51/>
  76. <person_attribute52/>
  77. <person_attribute53/>
  78. <person_attribute54/>
  79. <person_attribute55/>
  80. <person_attribute56/>
  81. <person_attribute57/>
  82. <person_attribute58/>
  83. <person_attribute59/>
  84. <person_attribute60/>
  85. <person_attribute61/>
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. </patient>
  101. </xf:instance>
  102. <xf:bind id="family_name" nodeset="/patient/family_name" type="xsd:string" required="true()" constraint="length(.) &lt;= 20" message="The length of the field is more than the required, please check"/>
  103. <xf:bind id="middle_name" nodeset="/patient/middle_name" type="xsd:string" constraint="length(.) &lt;= 50" message="The length of the field is more than the required, please check"/>
  104. <xf:bind id="given_name" nodeset="/patient/given_name" type="xsd:string" required="true()" constraint="length(.) &lt;= 20" message="The length of the field is more than the required, please check"/>
  105. <xf:bind id="birth_date" nodeset="/patient/birth_date" type="xsd:date" required="true()"/>
  106.  
  107. <xf:bind id="identifier" nodeset="/patient/identifier" type="xsd:string" required="true()" constraint="length(.) &lt;= 20" message="Data out of range"/>
  108.  
  109. <xf:bind id="gender" nodeset="/patient/gender" type="xsd:string" required="true()"/>
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. <xf:bind id="patient_identifier_type_id" nodeset="/patient/patient_identifier_type_id" type="xsd:string" required="true()"/>
  117.  
  118.  
  119. <xf:bind id="person_attribute5" nodeset="/patient/person_attribute5" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  120.  
  121.  
  122.  
  123.  
  124. <xf:bind id="other_identifiers" nodeset="/patient/other_identifiers" readonly="true()" visible="false()"/><xf:bind id="person_attribute8" nodeset="/patient/person_attribute8" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  125. <xf:bind id="person_attribute9" nodeset="/patient/person_attribute9" type="xsd:string" relevant="/patient/person_attribute8 = '5622'" action="enable" constraint="length(.) &lt;= 40" message="The length of the field is more than the required, please check" required="true()"/>
  126. <xf:bind id="person_attribute10" nodeset="/patient/person_attribute10" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  127. <xf:bind id="person_attribute11" nodeset="/patient/person_attribute11" type="xsd:string" relevant="/patient/person_attribute10 = '5622'" action="enable" constraint="length(.) &lt;= 40" message="The length of the field is more than the required, please check" required="true()"/>
  128. <xf:bind id="person_attribute12" nodeset="/patient/person_attribute12" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 40" message="" required="true()"/>
  129. <xf:bind id="person_attribute13" nodeset="/patient/person_attribute13" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 40" message="" required="true()"/>
  130. <xf:bind id="person_attribute14" nodeset="/patient/person_attribute14" type="xsd:int" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 10" message="Data out of range" required="true()"/>
  131. <xf:bind id="person_attribute15" nodeset="/patient/person_attribute15" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 50" message="The length of the field is more than the required, please check" required="true()"/>
  132. <xf:bind id="person_attribute16" nodeset="/patient/person_attribute16" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 50" message="The length of the field is more than the required, please check" required="true()"/>
  133. <xf:bind id="person_attribute17" nodeset="/patient/person_attribute17" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  134. <xf:bind id="person_attribute19" nodeset="/patient/person_attribute19" type="xsd:date" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute20" nodeset="/patient/person_attribute20" type="xsd:int" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 10" message="Data out of range" required="true()"/><xf:bind id="person_attribute21" nodeset="/patient/person_attribute21" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute22" nodeset="/patient/person_attribute22" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute23" nodeset="/patient/person_attribute23" type="xsd:string" relevant="/patient/person_attribute22 = '1065'" action="enable" constraint="length(.) &lt;= 50" message="The length of the field is more than the required, please check" required="true()"/><xf:bind id="person_attribute24" nodeset="/patient/person_attribute24" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute25" nodeset="/patient/person_attribute25" type="xsd:string"/><xf:bind id="person_attribute26" nodeset="/patient/person_attribute26" type="xsd:int" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 10" message="The length of the field is more than the required, please check" required="true()"/><xf:bind id="person_attribute27" nodeset="/patient/person_attribute27" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 50" message="The length of the field is more than the required, please check" required="true()"/><xf:bind id="person_attribute28" nodeset="/patient/person_attribute28" type="xsd:int" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 10" message="Data out of range" required="true()"/><xf:bind id="person_attribute29" nodeset="/patient/person_attribute29" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" constraint="length(.) &lt;= 12" message="The length of the field is more than the required, please check" required="true()"/><xf:bind id="person_attribute31" nodeset="/patient/person_attribute31" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute32" nodeset="/patient/person_attribute32" type="xsd:int" relevant="/patient/person_attribute31 = '1065'" action="enable" constraint=". &gt;= 1 and . &lt;= 50" message="Data out of range" required="false()"/><xf:bind id="person_attribute34" nodeset="/patient/person_attribute34" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute36" nodeset="/patient/person_attribute36" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute37" nodeset="/patient/person_attribute37" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/><xf:bind id="person_attribute38" nodeset="/patient/person_attribute38" type="xsd:date" relevant="/patient/person_attribute37 = '161870'" action="enable" constraint=". &lt;= today()" message="Date here is not allowed to be in the future please check" required="true()"/>
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. <xf:bind id="person_attribute39" nodeset="/patient/person_attribute39" type="xsd:string" relevant="/patient/person_attribute31 = '1065'" action="enable" required="false()"/>
  155. <xf:bind id="person_attribute40" nodeset="/patient/person_attribute40" type="xsd:string" required="true()"/>
  156. <xf:bind id="person_attribute41" nodeset="/patient/person_attribute41" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 50" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  157. <xf:bind id="person_attribute42" nodeset="/patient/person_attribute42" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 30" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  158. <xf:bind id="person_attribute43" nodeset="/patient/person_attribute43" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 20" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  159. <xf:bind id="person_attribute44" nodeset="/patient/person_attribute44" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 50" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  160. <xf:bind id="person_attribute45" nodeset="/patient/person_attribute45" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 30" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  161. <xf:bind id="person_attribute46" nodeset="/patient/person_attribute46" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 20" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  162. <xf:bind id="person_attribute47" nodeset="/patient/person_attribute47" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 50" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  163. <xf:bind id="person_attribute48" nodeset="/patient/person_attribute48" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 30" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  164. <xf:bind id="person_attribute49" nodeset="/patient/person_attribute49" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 20" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  165. <xf:bind id="person_attribute50" nodeset="/patient/person_attribute50" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 50" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  166. <xf:bind id="person_attribute51" nodeset="/patient/person_attribute51" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 30" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  167. <xf:bind id="person_attribute52" nodeset="/patient/person_attribute52" type="xsd:string" relevant="/patient/person_attribute40 = '1065'" action="enable" constraint="length(.) &lt;= 20" message="The length of the entered value is not correct, please enter correct value." required="false()"/>
  168. <xf:bind id="person_attribute53" nodeset="/patient/person_attribute53" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  169. <xf:bind id="person_attribute54" nodeset="/patient/person_attribute54" type="xsd:boolean" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  170. <xf:bind id="person_attribute55" nodeset="/patient/person_attribute55" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  171. <xf:bind id="person_attribute56" nodeset="/patient/person_attribute56" type="xsd:string" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  172. <xf:bind id="person_attribute57" nodeset="/patient/person_attribute57" type="xsd:boolean" relevant="patient_identifier_type_id = '3'" action="enable" required="true()"/>
  173. <xf:bind id="person_attribute58" nodeset="/patient/person_attribute58" type="xsd:string" relevant="/patient/person_attribute57 = true" action="enable" required="true()"/>
  174. <xf:bind id="person_attribute59" nodeset="/patient/person_attribute59" type="xsd:string" relevant="/patient/person_attribute58 = '162049'" action="enable" required="true()"/>
  175. <xf:bind id="person_attribute60" nodeset="/patient/person_attribute60" type="xsd:string" relevant="/patient/person_attribute37 = '161940'" action="enable" required="true()"/>
  176. <xf:bind id="person_attribute61" nodeset="/patient/person_attribute61" type="xsd:string" relevant="patient_identifier_type_id = '4'" action="enable" required="true()"/>
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. <xf:bind id="other_identifier" nodeset="/patient/other_identifiers/other_identifier" type="xsd:string" relevant="patient_identifier_type_id = '4'" action="enable" required="true()"/>
  192. <xf:bind id="other_identifier_type_id" nodeset="/patient/other_identifiers/other_identifier_type_id" type="xsd:string" constraint="length(.) &lt;= 20" message="" required="true()"/>
  193. <xf:bind id="other_identifier_location_id" nodeset="/patient/other_identifiers/other_identifier_location_id" type="xsd:string" constraint="length(.) &lt;= 12" message="" locked="true()"/>
  194. </xf:model>
  195. <xf:group id="1">
  196. <xf:label>Page1</xf:label>
  197. <xf:input bind="family_name">
  198. <xf:label>Last Name</xf:label>
  199. <xf:hint>The patient family name</xf:hint>
  200. </xf:input>
  201. <xf:input bind="middle_name">
  202. <xf:label>Middle name</xf:label>
  203. <xf:hint>The patient middle name</xf:hint>
  204. </xf:input>
  205. <xf:input bind="given_name">
  206. <xf:label>First Name</xf:label>
  207. <xf:hint>The patient given name</xf:hint>
  208. </xf:input>
  209. <xf:input bind="birth_date">
  210. <xf:label>Date of birth</xf:label>
  211. <xf:hint>The patient birth date</xf:hint>
  212. </xf:input>
  213.  
  214. <xf:input bind="identifier">
  215. <xf:label>NACP number</xf:label>
  216. <xf:hint>The patient identifier</xf:hint>
  217. </xf:input>
  218.  
  219. <xf:select1 bind="gender">
  220. <xf:label>Gender</xf:label>
  221. <xf:hint>The patient's sex</xf:hint>
  222. <xf:item id="M">
  223. <xf:label>Male</xf:label>
  224. <xf:value>M</xf:value>
  225. </xf:item>
  226. <xf:item id="F">
  227. <xf:label>Female</xf:label>
  228. <xf:value>F</xf:value>
  229. </xf:item>
  230. </xf:select1>
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237. <xf:select1 bind="patient_identifier_type_id">
  238. <xf:label>Identifier Type</xf:label>
  239. <xf:hint>The patient's identifier type</xf:hint>
  240. <xf:item id="3">
  241. <xf:label>NACPNO</xf:label>
  242. <xf:value>3</xf:value>
  243. </xf:item><xf:item id="4">
  244. <xf:label>HEINO</xf:label>
  245. <xf:value>4</xf:value>
  246. </xf:item>
  247.  
  248.  
  249.  
  250.  
  251.  
  252. </xf:select1>
  253.  
  254.  
  255. <xf:select1 bind="person_attribute5">
  256. <xf:label>Civil Status</xf:label>
  257. <xf:hint>Marriage status of this person</xf:hint>
  258. <xf:item concept_id="1056" id="1056">
  259. <xf:label>SEPARATED</xf:label>
  260. <xf:value>1056</xf:value>
  261. </xf:item>
  262. <xf:item concept_id="1057" id="1057">
  263. <xf:label>NEVER MARRIED</xf:label>
  264. <xf:value>1057</xf:value>
  265. </xf:item>
  266. <xf:item concept_id="1058" id="1058">
  267. <xf:label>DIVORCED</xf:label>
  268. <xf:value>1058</xf:value>
  269. </xf:item>
  270. <xf:item concept_id="1059" id="1059">
  271. <xf:label>WIDOWED</xf:label>
  272. <xf:value>1059</xf:value>
  273. </xf:item>
  274. <xf:item concept_id="1060" id="1060">
  275. <xf:label>LIVING WITH PARTNER</xf:label>
  276. <xf:value>1060</xf:value>
  277. </xf:item>
  278. <xf:item concept_id="5555" id="5555">
  279. <xf:label>MARRIED</xf:label>
  280. <xf:value>5555</xf:value>
  281. </xf:item>
  282. <xf:item concept_id="5622" id="5622">
  283. <xf:label>OTHER NON-CODED</xf:label>
  284. <xf:value>5622</xf:value>
  285. </xf:item>
  286. </xf:select1>
  287.  
  288.  
  289.  
  290.  
  291. <xf:group id="other_identifiers">
  292. <xf:label>Other dentifiers</xf:label>
  293. <xf:repeat bind="other_identifiers">
  294. <xf:input bind="other_identifier">
  295. <xf:label>Identifier</xf:label>
  296. <xf:hint>The patient's other identifier value</xf:hint>
  297. </xf:input>
  298. <xf:select1 bind="other_identifier_type_id">
  299. <xf:label>Identifier Type</xf:label>
  300. <xf:hint>The patient's other identifier type</xf:hint>
  301.  
  302.  
  303.  
  304.  
  305.  
  306. <xf:item id="6">
  307. <xf:label>PAEDS_Number</xf:label>
  308. <xf:value>6</xf:value>
  309. </xf:item>
  310. </xf:select1>
  311. <xf:select1 bind="other_identifier_location_id">
  312. <xf:label>Identifier Location</xf:label>
  313. <xf:hint>The patient's other identifier location</xf:hint>
  314. <xf:item id="1">
  315. <xf:label>Unknown Location [1]</xf:label>
  316. <xf:value>1</xf:value>
  317. </xf:item>
  318. </xf:select1>
  319. </xf:repeat>
  320. </xf:group><xf:select1 bind="person_attribute8">
  321. <xf:label>District</xf:label>
  322. <xf:hint>this is the residence of the patient (district)</xf:hint>
  323. <xf:item concept_id="161002" id="161002">
  324. <xf:label>KILOMBERO</xf:label>
  325. <xf:value>161002</xf:value>
  326. </xf:item>
  327. <xf:item concept_id="161003" id="161003">
  328. <xf:label>KILOSA</xf:label>
  329. <xf:value>161003</xf:value>
  330. </xf:item>
  331. <xf:item concept_id="161004" id="161004">
  332. <xf:label>ULANGA</xf:label>
  333. <xf:value>161004</xf:value>
  334. </xf:item>
  335. <xf:item concept_id="5622" id="5622">
  336. <xf:label>OTHER NON-CODED</xf:label>
  337. <xf:value>5622</xf:value>
  338. </xf:item>
  339. </xf:select1>
  340. <xf:input bind="person_attribute9">
  341. <xf:label>Other distict(please specify)</xf:label>
  342. <xf:hint>other unspecified district</xf:hint>
  343. </xf:input>
  344. <xf:select1 bind="person_attribute10">
  345. <xf:label>Ward</xf:label>
  346. <xf:hint>residence of the patient(ward)</xf:hint>
  347. <xf:item concept_id="161005" id="161005">
  348. <xf:label>IDETE</xf:label>
  349. <xf:value>161005</xf:value>
  350. </xf:item>
  351. <xf:item concept_id="161006" id="161006">
  352. <xf:label>IFAKARA</xf:label>
  353. <xf:value>161006</xf:value>
  354. </xf:item>
  355. <xf:item concept_id="161007" id="161007">
  356. <xf:label>KIBAONI</xf:label>
  357. <xf:value>161007</xf:value>
  358. </xf:item>
  359. <xf:item concept_id="161008" id="161008">
  360. <xf:label>KIBEREGE</xf:label>
  361. <xf:value>161008</xf:value>
  362. </xf:item>
  363. <xf:item concept_id="161009" id="161009">
  364. <xf:label>KIDATU</xf:label>
  365. <xf:value>161009</xf:value>
  366. </xf:item>
  367. <xf:item concept_id="161010" id="161010">
  368. <xf:label>LUMEMO</xf:label>
  369. <xf:value>161010</xf:value>
  370. </xf:item>
  371. <xf:item concept_id="161011" id="161011">
  372. <xf:label>LUPIRO</xf:label>
  373. <xf:value>161011</xf:value>
  374. </xf:item>
  375. <xf:item concept_id="161012" id="161012">
  376. <xf:label>MANG'ULA</xf:label>
  377. <xf:value>161012</xf:value>
  378. </xf:item>
  379. <xf:item concept_id="161014" id="161014">
  380. <xf:label>MLIMBA</xf:label>
  381. <xf:value>161014</xf:value>
  382. </xf:item>
  383. <xf:item concept_id="161015" id="161015">
  384. <xf:label>MNGETA</xf:label>
  385. <xf:value>161015</xf:value>
  386. </xf:item>
  387. <xf:item concept_id="5622" id="5622">
  388. <xf:label>OTHER NON-CODED</xf:label>
  389. <xf:value>5622</xf:value>
  390. </xf:item>
  391. </xf:select1>
  392. <xf:input bind="person_attribute11">
  393. <xf:label>Other ward(please specify)</xf:label>
  394. <xf:hint>Other ward unspecified</xf:hint>
  395. </xf:input>
  396. <xf:input bind="person_attribute12">
  397. <xf:label>Village</xf:label>
  398. <xf:hint>residence of this patient(village)</xf:hint>
  399. </xf:input>
  400. <xf:input bind="person_attribute13">
  401. <xf:label>Street</xf:label>
  402. <xf:hint>residence of this patient(Street)</xf:hint>
  403. </xf:input>
  404. <xf:input bind="person_attribute14">
  405. <xf:label>Telephone number</xf:label>
  406. <xf:hint>telephone number of the patient</xf:hint>
  407. </xf:input>
  408. <xf:input bind="person_attribute15">
  409. <xf:label>10CELL_LEADER</xf:label>
  410. <xf:hint>10 cell leader name</xf:hint>
  411. </xf:input>
  412. <xf:input bind="person_attribute16">
  413. <xf:label>HEADD_HOUSEHOLD</xf:label>
  414. <xf:hint>Head household of the patient</xf:hint>
  415. </xf:input>
  416. <xf:select1 bind="person_attribute17">
  417. <xf:label>EDUCATION</xf:label>
  418. <xf:hint>highest education level of the patient</xf:hint>
  419. <xf:item concept_id="1107" id="1107">
  420. <xf:label>NONE</xf:label>
  421. <xf:value>1107</xf:value>
  422. </xf:item>
  423. <xf:item concept_id="1713" id="1713">
  424. <xf:label>PRIMARY SCHOOL EDUCATION</xf:label>
  425. <xf:value>1713</xf:value>
  426. </xf:item>
  427. <xf:item concept_id="1714" id="1714">
  428. <xf:label>SECONDARY SCHOOL EDUCATION</xf:label>
  429. <xf:value>1714</xf:value>
  430. </xf:item>
  431. <xf:item concept_id="159785" id="159785">
  432. <xf:label>college/university/polytechnic</xf:label>
  433. <xf:value>159785</xf:value>
  434. </xf:item>
  435. <xf:item concept_id="5622" id="5622">
  436. <xf:label>OTHER NON-CODED</xf:label>
  437. <xf:value>5622</xf:value>
  438. </xf:item>
  439. </xf:select1>
  440. <xf:input bind="person_attribute19">
  441. <xf:label>DATE_FIRST_POS</xf:label>
  442. <xf:hint>Date of first positive HIV test</xf:hint>
  443. </xf:input><xf:input bind="person_attribute20">
  444. <xf:label>VCT_NO</xf:label>
  445. <xf:hint>VCT number</xf:hint>
  446. </xf:input><xf:select1 bind="person_attribute21">
  447. <xf:label>HIVTYPE</xf:label>
  448. <xf:hint>HIV type</xf:hint>
  449. <xf:item concept_id="161017" id="161017">
  450. <xf:label>HIV type I</xf:label>
  451. <xf:value>161017</xf:value>
  452. </xf:item>
  453. <xf:item concept_id="161018" id="161018">
  454. <xf:label>HIV type II</xf:label>
  455. <xf:value>161018</xf:value>
  456. </xf:item>
  457. <xf:item concept_id="161019" id="161019">
  458. <xf:label>Both</xf:label>
  459. <xf:value>161019</xf:value>
  460. </xf:item>
  461. <xf:item concept_id="1067" id="1067">
  462. <xf:label>UNKNOWN</xf:label>
  463. <xf:value>1067</xf:value>
  464. </xf:item>
  465. </xf:select1><xf:select1 bind="person_attribute22">
  466. <xf:label>COMM_SUPPORT</xf:label>
  467. <xf:hint>community support</xf:hint>
  468. <xf:item concept_id="1065" id="1065">
  469. <xf:label>YES</xf:label>
  470. <xf:value>1065</xf:value>
  471. </xf:item>
  472. <xf:item concept_id="1066" id="1066">
  473. <xf:label>NO</xf:label>
  474. <xf:value>1066</xf:value>
  475. </xf:item>
  476. </xf:select1><xf:input bind="person_attribute23">
  477. <xf:label>SUPPORT_GROUP</xf:label>
  478. <xf:hint>support group</xf:hint>
  479. </xf:input><xf:select bind="person_attribute24">
  480. <xf:label>PAT_REF</xf:label>
  481. <xf:hint>patient referral source</xf:hint>
  482. <xf:item concept_id="160542" id="160542">
  483. <xf:label>Outpatient department</xf:label>
  484. <xf:value>160542</xf:value>
  485. </xf:item>
  486. <xf:item concept_id="161020" id="161020">
  487. <xf:label>PLHIV group</xf:label>
  488. <xf:value>161020</xf:value>
  489. </xf:item>
  490. <xf:item concept_id="160546" id="160546">
  491. <xf:label>Sexually transmitted infection program/clinic</xf:label>
  492. <xf:value>160546</xf:value>
  493. </xf:item>
  494. <xf:item concept_id="161039" id="161039">
  495. <xf:label>HBC</xf:label>
  496. <xf:value>161039</xf:value>
  497. </xf:item><xf:item concept_id="161021" id="161021">
  498. <xf:label>RCH/PMTCT/EID</xf:label>
  499. <xf:value>161021</xf:value>
  500. </xf:item><xf:item concept_id="5485" id="5485">
  501. <xf:label>Inpatient</xf:label>
  502. <xf:value>5485</xf:value>
  503. </xf:item><xf:item concept_id="5487" id="5487">
  504. <xf:label>Tuberculosis Treatment or DOT Program</xf:label>
  505. <xf:value>5487</xf:value>
  506. </xf:item><xf:item concept_id="5622" id="5622">
  507. <xf:label>OTHER NON-CODED</xf:label>
  508. <xf:value>5622</xf:value>
  509. </xf:item>
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516. </xf:select><xf:input bind="person_attribute25">
  517. <xf:label>OTHER_PATREF</xf:label>
  518. <xf:hint>Other source of referral not specified</xf:hint>
  519. </xf:input><xf:input bind="person_attribute26">
  520. <xf:label>TELNO_HH</xf:label>
  521. <xf:hint>telephone number of head household of the patient</xf:hint>
  522. </xf:input><xf:input bind="person_attribute27">
  523. <xf:label>TXT_SUPPORTER</xf:label>
  524. <xf:hint>Name of treatment support of this patient</xf:hint>
  525. </xf:input><xf:input bind="person_attribute28">
  526. <xf:label>TELNO_TXTSUPP</xf:label>
  527. <xf:hint>telephone number of treatment supporter of this patient</xf:hint>
  528. </xf:input><xf:input bind="person_attribute29">
  529. <xf:label>DSS_NO</xf:label>
  530. <xf:hint>DSS number</xf:hint>
  531. </xf:input><xf:select1 bind="person_attribute31">
  532. <xf:label>CHILDREN</xf:label>
  533. <xf:hint>This patient has children?</xf:hint>
  534. <xf:item concept_id="1065" id="1065">
  535. <xf:label>YES</xf:label>
  536. <xf:value>1065</xf:value>
  537. </xf:item>
  538. <xf:item concept_id="1066" id="1066">
  539. <xf:label>NO</xf:label>
  540. <xf:value>1066</xf:value>
  541. </xf:item>
  542. </xf:select1><xf:input bind="person_attribute32">
  543. <xf:label>NO_CHILD</xf:label>
  544. <xf:hint>number of children</xf:hint>
  545. </xf:input><xf:select1 bind="person_attribute34">
  546. <xf:label>OCCUPATION</xf:label>
  547. <xf:hint>Occupation of this patient</xf:hint>
  548. <xf:item concept_id="1538" id="1538">
  549. <xf:label>FARMER</xf:label>
  550. <xf:value>1538</xf:value>
  551. </xf:item>
  552. <xf:item concept_id="159465" id="159465">
  553. <xf:label>Student</xf:label>
  554. <xf:value>159465</xf:value>
  555. </xf:item>
  556. <xf:item concept_id="161457" id="161457">
  557. <xf:label>Employee-private</xf:label>
  558. <xf:value>161457</xf:value>
  559. </xf:item>
  560. <xf:item concept_id="161013" id="161013">
  561. <xf:label>Employee-government</xf:label>
  562. <xf:value>161013</xf:value>
  563. </xf:item>
  564. <xf:item concept_id="161016" id="161016">
  565. <xf:label>self-employed</xf:label>
  566. <xf:value>161016</xf:value>
  567. </xf:item>
  568. <xf:item concept_id="123801" id="123801">
  569. <xf:label>Unemployed</xf:label>
  570. <xf:value>123801</xf:value>
  571. </xf:item>
  572. <xf:item concept_id="160295" id="160295">
  573. <xf:label>Housewife</xf:label>
  574. <xf:value>160295</xf:value>
  575. </xf:item>
  576. <xf:item concept_id="159461" id="159461">
  577. <xf:label>Retired</xf:label>
  578. <xf:value>159461</xf:value>
  579. </xf:item>
  580. <xf:item concept_id="5622" id="5622">
  581. <xf:label>OTHER NON-CODED</xf:label>
  582. <xf:value>5622</xf:value>
  583. </xf:item>
  584. </xf:select1><xf:select bind="person_attribute36">
  585. <xf:label>TRANSFER_IN</xf:label>
  586. <xf:hint>Transfer in(select all that apply)</xf:hint>
  587. <xf:item concept_id="1175" id="1175">
  588. <xf:label>NOT APPLICABLE</xf:label>
  589. <xf:value>1175</xf:value>
  590. </xf:item>
  591. <xf:item concept_id="161049" id="161049">
  592. <xf:label>with records(referral and CTC 1 forms)</xf:label>
  593. <xf:value>161049</xf:value>
  594. </xf:item>
  595. <xf:item concept_id="161050" id="161050">
  596. <xf:label>No records available</xf:label>
  597. <xf:value>161050</xf:value>
  598. </xf:item>
  599. <xf:item concept_id="161051" id="161051">
  600. <xf:label>In care</xf:label>
  601. <xf:value>161051</xf:value>
  602. </xf:item>
  603. <xf:item concept_id="161052" id="161052">
  604. <xf:label>On ART</xf:label>
  605. <xf:value>161052</xf:value>
  606. </xf:item>
  607. </xf:select><xf:select1 bind="person_attribute37">
  608. <xf:label>CONSENT</xf:label>
  609. <xf:hint>informed consent patient signed</xf:hint>
  610. <xf:item concept_id="161054" id="161054">
  611. <xf:label>No, the patient refused</xf:label>
  612. <xf:value>161054</xf:value>
  613. </xf:item><xf:item concept_id="161870" id="161870">
  614. <xf:label>Yes, given today</xf:label>
  615. <xf:value>161870</xf:value>
  616. </xf:item><xf:item concept_id="161939" id="161939">
  617. <xf:label>No, Patient too sick to be asked</xf:label>
  618. <xf:value>161939</xf:value>
  619. </xf:item><xf:item concept_id="161940" id="161940">
  620. <xf:label>Not signed for other reason</xf:label>
  621. <xf:value>161940</xf:value>
  622. </xf:item>
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629. </xf:select1><xf:input bind="person_attribute38">
  630. <xf:label>DATE_CONSENT</xf:label>
  631. <xf:hint>Date of informed consent</xf:hint>
  632. </xf:input>
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652. <xf:select1 bind="person_attribute39">
  653. <xf:label>CHILDREN_LESS16</xf:label>
  654. <xf:hint>Any children who are &lt;16 years of age</xf:hint>
  655. <xf:item concept_id="1066" id="1066">
  656. <xf:label>NO</xf:label>
  657. <xf:value>1066</xf:value>
  658. </xf:item>
  659. <xf:item concept_id="1065" id="1065">
  660. <xf:label>YES</xf:label>
  661. <xf:value>1065</xf:value>
  662. </xf:item>
  663. </xf:select1>
  664. <xf:select1 bind="person_attribute40">
  665. <xf:label>FAMILY_CDCI</xf:label>
  666. <xf:hint>Any family members attending CDCI?</xf:hint>
  667. <xf:item concept_id="1066" id="1066">
  668. <xf:label>NO</xf:label>
  669. <xf:value>1066</xf:value>
  670. </xf:item>
  671. <xf:item concept_id="1065" id="1065">
  672. <xf:label>YES</xf:label>
  673. <xf:value>1065</xf:value>
  674. </xf:item>
  675. <xf:item concept_id="1067" id="1067">
  676. <xf:label>UNKNOWN</xf:label>
  677. <xf:value>1067</xf:value>
  678. </xf:item>
  679. </xf:select1>
  680. <xf:input bind="person_attribute41">
  681. <xf:label>FAMILY_NAME1</xf:label>
  682. <xf:hint>Name of 1st family member</xf:hint>
  683. </xf:input>
  684. <xf:input bind="person_attribute42">
  685. <xf:label>FAMILY_RELATION1</xf:label>
  686. <xf:hint>Relationship of 1st family member</xf:hint>
  687. </xf:input>
  688. <xf:input bind="person_attribute43">
  689. <xf:label>FAMILY_NACP1</xf:label>
  690. <xf:hint>NACPNO for 1st family member</xf:hint>
  691. </xf:input>
  692. <xf:input bind="person_attribute44">
  693. <xf:label>FAMILY_NAME2</xf:label>
  694. <xf:hint>Name of 2nd family member</xf:hint>
  695. </xf:input>
  696. <xf:input bind="person_attribute45">
  697. <xf:label>FAMILY_RELATION2</xf:label>
  698. <xf:hint>Relationship of 2ND family member</xf:hint>
  699. </xf:input>
  700. <xf:input bind="person_attribute46">
  701. <xf:label>FAMILY_NACP2</xf:label>
  702. <xf:hint>NACPNO for 2ND family member</xf:hint>
  703. </xf:input>
  704. <xf:input bind="person_attribute47">
  705. <xf:label>FAMILY_NAME3</xf:label>
  706. <xf:hint>Name of 3RD family member</xf:hint>
  707. </xf:input>
  708. <xf:input bind="person_attribute48">
  709. <xf:label>FAMILY_RELATION3</xf:label>
  710. <xf:hint>Relationship of 3RD family member</xf:hint>
  711. </xf:input>
  712. <xf:input bind="person_attribute49">
  713. <xf:label>FAMILY_NACP3</xf:label>
  714. <xf:hint>NACPNO for 3RD family member</xf:hint>
  715. </xf:input>
  716. <xf:input bind="person_attribute50">
  717. <xf:label>FAMILY_NAME4</xf:label>
  718. <xf:hint>Name of 4TH family member</xf:hint>
  719. </xf:input>
  720. <xf:input bind="person_attribute51">
  721. <xf:label>FAMILY_RELATION4</xf:label>
  722. <xf:hint>Relationship of 4TH family member</xf:hint>
  723. </xf:input>
  724. <xf:input bind="person_attribute52">
  725. <xf:label>FAMILY_NACP4</xf:label>
  726. <xf:hint>NACPNO for 4TH family member</xf:hint>
  727. </xf:input>
  728. <xf:input bind="person_attribute53">
  729. <xf:label>NICK_NAME</xf:label>
  730. <xf:hint>A well known name of a client</xf:hint>
  731. </xf:input>
  732. <xf:input bind="person_attribute54">
  733. <xf:label>Birth Date Estimated</xf:label>
  734. <xf:hint>Is the patient birth date estimated?</xf:hint>
  735. </xf:input>
  736. <xf:input bind="person_attribute55">
  737. <xf:label>TB_NO</xf:label>
  738. <xf:hint>Unique identification number of tb patient</xf:hint>
  739. </xf:input>
  740. <xf:input bind="person_attribute56">
  741. <xf:label>CBHS_NO</xf:label>
  742. <xf:hint>CBHS number</xf:hint>
  743. </xf:input>
  744. <xf:input bind="person_attribute57">
  745. <xf:label>HEALTH_INSURANCE</xf:label>
  746. <xf:hint>Do you have health insurance?</xf:hint>
  747. </xf:input>
  748. <xf:select1 bind="person_attribute58">
  749. <xf:label>HEALTH_INSURANCE_TYPE</xf:label>
  750. <xf:hint>Type of health insurance scheme</xf:hint>
  751. <xf:item concept_id="162044" id="162044">
  752. <xf:label>NHIF</xf:label>
  753. <xf:value>162044</xf:value>
  754. </xf:item>
  755. <xf:item concept_id="162045" id="162045">
  756. <xf:label>SHIB_NSSF</xf:label>
  757. <xf:value>162045</xf:value>
  758. </xf:item>
  759. <xf:item concept_id="162046" id="162046">
  760. <xf:label>CHF</xf:label>
  761. <xf:value>162046</xf:value>
  762. </xf:item>
  763. <xf:item concept_id="162047" id="162047">
  764. <xf:label>TIKA</xf:label>
  765. <xf:value>162047</xf:value>
  766. </xf:item>
  767. <xf:item concept_id="162048" id="162048">
  768. <xf:label>AAR</xf:label>
  769. <xf:value>162048</xf:value>
  770. </xf:item>
  771. <xf:item concept_id="162049" id="162049">
  772. <xf:label>OTHER_HEALTH_INSURANCE</xf:label>
  773. <xf:value>162049</xf:value>
  774. </xf:item>
  775. </xf:select1>
  776. <xf:input bind="person_attribute59">
  777. <xf:label>OTHER_HEALTH_INSURANCE_SPECIFY</xf:label>
  778. <xf:hint>Other health insurance specify</xf:hint>
  779. </xf:input>
  780. <xf:input bind="person_attribute60">
  781. <xf:label>CONSENT_OTHER</xf:label>
  782. <xf:hint>Other reasons for not signing consent form</xf:hint>
  783. </xf:input>
  784. <xf:input bind="person_attribute61">
  785. <xf:label>MOTHER_NACPNO</xf:label>
  786. </xf:input>
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801. </xf:group>
  802. </xf:xforms></Xform><Layout><Form id="0"><Page Text="Page1" fontWeight="normal" fontSize="12px" fontFamily="Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif" Binding="Page1" Width="900px" Height="2600px" backgroundColor=""><Item WidgetType="Label" Text="Registration Form" HelpText="Label" Binding="LEFT34pxTOP60px" Left="48px" Top="30px" Height="31px" TabIndex="0" fontWeight="bolder" fontSize="20px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" borderStyle="solid" borderWidth="1px"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP249px" Left="78px" Top="652px" Width="820px" Height="0px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Button" Text="Cancel" HelpText="cancel" Binding="cancel" Left="786px" Top="2553px" Width="70px" Height="30px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Button" Text="Submit" HelpText="submit" Binding="submit" Left="684px" Top="2553px" Width="70px" Height="32px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" Id="submit"/><Item WidgetType="GroupBox" Binding="LEFT48pxTOP100px" Left="47px" Top="103px" Width="820px" Height="2423px" TabIndex="0" fontWeight="normal" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" borderStyle="solid"><Item WidgetType="Label" Text="PATIENT INFORMATION" HelpText="Header Label" Binding="LEFT48pxTOP100px" Left="0px" Top="0px" Width="100%" Height="20px" TabIndex="0" color="white" fontWeight="bold" fontSize="16px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="rgb(26, 172, 155)" textAlign="center" HeaderLabel="true"/><Item WidgetType="RadioButton" Text="Retired" HelpText="Retired" Binding="159461" ParentBinding="person_attribute34" Left="328px" Top="934px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Housewife" HelpText="Housewife" Binding="160295" ParentBinding="person_attribute34" Left="225px" Top="933px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Unemployed" HelpText="Unemployed" Binding="123801" ParentBinding="person_attribute34" Left="106px" Top="934px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Farmer" HelpText="FARMER" Binding="1538" ParentBinding="person_attribute34" Left="106px" Top="904px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Student" HelpText="Student" Binding="159465" ParentBinding="person_attribute34" Left="225px" Top="904px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Employee-private" HelpText="Employee-private" Binding="161457" ParentBinding="person_attribute34" Left="329px" Top="903px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Employee-government" HelpText="Employee-government" Binding="161013" ParentBinding="person_attribute34" Left="465px" Top="904px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Primary school education" HelpText="PRIMARY SCHOOL EDUCATION" Binding="1713" ParentBinding="person_attribute17" Left="325px" Top="967px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="None" HelpText="NONE" Binding="1107" ParentBinding="person_attribute17" Left="225px" Top="967px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Self-employed" HelpText="self-employed" Binding="161016" ParentBinding="person_attribute34" Left="672px" Top="906px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Yes" HelpText="YES" Binding="1065" ParentBinding="person_attribute31" Left="134px" Top="850px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No" HelpText="NO" Binding="1066" ParentBinding="person_attribute31" Left="87px" Top="848px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No" HelpText="NO" Binding="1066" ParentBinding="person_attribute39" Left="704px" Top="847px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Yes" HelpText="YES" Binding="1065" ParentBinding="person_attribute39" Left="749px" Top="847px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Specify" HelpText="Label" Binding="LEFT384pxTOP222px" Left="570px" Top="376px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Other" HelpText="OTHER NON-CODED" Binding="5622" ParentBinding="person_attribute10" Left="470px" Top="373px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Kidatu" HelpText="KIDATU" Binding="161009" ParentBinding="person_attribute10" Left="470px" Top="346px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Mngeta" HelpText="MNGETA" Binding="161015" ParentBinding="person_attribute10" Left="370px" Top="376px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Kiberege" HelpText="KIBEREGE" Binding="161008" ParentBinding="person_attribute10" Left="370px" Top="346px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Mlimba" HelpText="MLIMBA" Binding="161014" ParentBinding="person_attribute10" Left="270px" Top="376px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Kibaoni" HelpText="KIBAONI" Binding="161007" ParentBinding="person_attribute10" Left="270px" Top="347px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Mang'ula" HelpText="MANG'ULA" Binding="161012" ParentBinding="person_attribute10" Left="170px" Top="374px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Ifakara" HelpText="IFAKARA" Binding="161006" ParentBinding="person_attribute10" Left="170px" Top="347px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Lupiro" HelpText="LUPIRO" Binding="161011" ParentBinding="person_attribute10" Left="70px" Top="377px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Idete" HelpText="IDETE" Binding="161005" ParentBinding="person_attribute10" Left="70px" Top="349px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Lumemo" HelpText="LUMEMO" Binding="161010" ParentBinding="person_attribute10" Left="620px" Top="342px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Specify" HelpText="Label" Binding="LEFT508pxTOP155px" Left="571px" Top="301px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Other" HelpText="OTHER NON-CODED" Binding="5622" ParentBinding="person_attribute8" Left="371px" Top="299px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Ulanga" HelpText="ULANGA" Binding="161004" ParentBinding="person_attribute8" Left="271px" Top="300px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Kilosa" HelpText="KILOSA" Binding="161003" ParentBinding="person_attribute8" Left="171px" Top="298px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Kilombero" HelpText="KILOMBERO" Binding="161002" ParentBinding="person_attribute8" Left="71px" Top="298px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Last name" HelpText="The patient family name" Binding="family_name" Left="569px" Top="175px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Middle Name(s)" HelpText="The patient middle name" Binding="middle_name" Left="255px" Top="175px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No, Patient too sick to be asked" HelpText="No, Patient too sick to be asked" Binding="161939" ParentBinding="person_attribute37" Left="150px" Top="1763px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="On ART" HelpText="On ART" Binding="161052" ParentBinding="person_attribute36" Left="706px" Top="1647px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="Not applicable" HelpText="NOT APPLICABLE" Binding="1175" ParentBinding="person_attribute36" Left="236px" Top="1644px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="With records(referral and CTC 1 forms)" HelpText="with records(referral and CTC 1 forms)" Binding="161049" ParentBinding="person_attribute36" Left="236px" Top="1683px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="No records available" HelpText="No records available" Binding="161050" ParentBinding="person_attribute36" Left="528px" Top="1645px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="In care" HelpText="In care" Binding="161051" ParentBinding="person_attribute36" Left="529px" Top="1684px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="PLHIV group" HelpText="PLHIV group" Binding="161020" ParentBinding="person_attribute24" Left="258px" Top="1563px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="HBC" HelpText="HBC" Binding="161039" ParentBinding="person_attribute24" Left="258px" Top="1503px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="RCH/PMTCT/EID" HelpText="RCH/PMTCT/EID" Binding="161021" ParentBinding="person_attribute24" Left="478px" Top="1533px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="STI program/clinic" HelpText="Sexually transmitted infection program/clinic" Binding="160546" ParentBinding="person_attribute24" Left="478px" Top="1503px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="OPD" HelpText="Outpatient department" Binding="160542" ParentBinding="person_attribute24" Left="258px" Top="1478px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="TB or DOT Program" HelpText="Tuberculosis Treatment or DOT Program" Binding="5487" ParentBinding="person_attribute24" Left="478px" Top="1478px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="Other, specify" HelpText="OTHER NON-CODED" Binding="5622" ParentBinding="person_attribute24" Left="259px" Top="1593px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Unknown" HelpText="UNKNOWN" Binding="1067" ParentBinding="person_attribute21" Left="612px" Top="1319px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Both" HelpText="Both" Binding="161019" ParentBinding="person_attribute21" Left="462px" Top="1318px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="HIV type II" HelpText="HIV type II" Binding="161018" ParentBinding="person_attribute21" Left="322px" Top="1317px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="HIV type I" HelpText="HIV type I" Binding="161017" ParentBinding="person_attribute21" Left="222px" Top="1317px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Separated" HelpText="SEPARATED" Binding="1056" ParentBinding="person_attribute5" Left="571px" Top="769px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Living with partner" HelpText="LIVING WITH PARTNER" Binding="1060" ParentBinding="person_attribute5" Left="401px" Top="769px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Widowed" HelpText="WIDOWED" Binding="1059" ParentBinding="person_attribute5" Left="301px" Top="799px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Married" HelpText="MARRIED" Binding="5555" ParentBinding="person_attribute5" Left="301px" Top="769px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Divorced" HelpText="DIVORCED" Binding="1058" ParentBinding="person_attribute5" Left="171px" Top="799px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Never married" HelpText="NEVER MARRIED" Binding="1057" ParentBinding="person_attribute5" Left="170px" Top="769px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="DatePicker" HelpText="The patient birth date" Binding="birth_date" Left="240px" Top="728px" Width="167px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="National Health Insurance Fund (NHIF)" HelpText="NHIF" Binding="162044" ParentBinding="person_attribute58" Left="256px" Top="1094px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Community Health Fund (CHF)" HelpText="CHF" Binding="162046" ParentBinding="person_attribute58" Left="576px" Top="1136px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Tiba Kwa Kadi (TIKA)" HelpText="TIKA" Binding="162047" ParentBinding="person_attribute58" Left="575px" Top="1095px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="NSSF Social Health Insurance Benefit (SHIB)" HelpText="SHIB_NSSF" Binding="162045" ParentBinding="person_attribute58" Left="255px" Top="1134px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Other Health Insurance" HelpText="OTHER_HEALTH_INSURANCE" Binding="162049" ParentBinding="person_attribute58" Left="255px" Top="1175px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="AAR" HelpText="AAR" Binding="162048" ParentBinding="person_attribute58" Left="576px" Top="1175px" TabIndex="0" fontWeight="normal" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No" HelpText="NO" Binding="1066" ParentBinding="person_attribute22" Left="453px" Top="1365px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Yes" HelpText="YES" Binding="1065" ParentBinding="person_attribute22" Left="535px" Top="1366px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Female" HelpText="Female" Binding="F" ParentBinding="gender" Left="732px" Top="734px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Male" HelpText="Male" Binding="M" ParentBinding="gender" Left="665px" Top="735px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Nick name" HelpText="A well known name of a client" Binding="person_attribute53" Left="19px" Top="254px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="Inpatient care hospitalization" HelpText="INPATIENT CARE OR HOSPITALIZATION" Binding="5485" ParentBinding="person_attribute24" Left="258px" Top="1533px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="CheckBox" Text="Self referral and VCT" HelpText="Self-referral" Binding="160551" ParentBinding="person_attribute24" Left="481px" Top="1562px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="The patient middle name" Binding="middle_name" Left="255px" Top="207px" Width="298px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Yes" HelpText="Yes, given today" Binding="161870" ParentBinding="person_attribute37" Left="208px" Top="1732px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Not signed for other reason" HelpText="Not signed for other reason" Binding="161940" ParentBinding="person_attribute37" Left="387px" Top="1761px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No, the patient refused" HelpText="No. do not ask again" Binding="161054" ParentBinding="person_attribute37" Left="337px" Top="1730px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Unknown" HelpText="UNKNOWN" Binding="1067" ParentBinding="person_attribute40" Left="376px" Top="1898px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Yes" HelpText="YES" Binding="1065" ParentBinding="person_attribute40" Left="323px" Top="1899px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No" HelpText="NO" Binding="1066" ParentBinding="person_attribute40" Left="275px" Top="1899px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of 1st family member" HelpText="Name of 1st family member" Binding="person_attribute41" Left="19px" Top="1942px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Relationship of 1st family member" HelpText="Relationship of 1st family member" Binding="person_attribute42" Left="21px" Top="1984px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="NACPNO for 1st family member" HelpText="NACPNO for 1st family member" Binding="person_attribute43" Left="19px" Top="2022px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of 2nd family member" HelpText="Name of 2nd family member" Binding="person_attribute44" Left="19px" Top="2061px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Relationship of 2nd family member" HelpText="Relationship of 2ND family member" Binding="person_attribute45" Left="19px" Top="2103px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="NACPNO for 2nd family member" HelpText="NACPNO for 2ND family member" Binding="person_attribute46" Left="19px" Top="2140px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of 3rd family member" HelpText="Name of 3RD family member" Binding="person_attribute47" Left="19px" Top="2183px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Relationship of 3rd family member" HelpText="Relationship of 3RD family member" Binding="person_attribute48" Left="19px" Top="2224px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="NACPNO for 3rd family member" HelpText="NACPNO for 3RD family member" Binding="person_attribute49" Left="20px" Top="2265px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of 4th family member" HelpText="Name of 4TH family member" Binding="person_attribute50" Left="19px" Top="2305px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Relationship of 4th family member" HelpText="Relationship of 4TH family member" Binding="person_attribute51" Left="19px" Top="2340px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="NACPNO for 4th family member" HelpText="NACPNO for 4TH family member" Binding="person_attribute52" Left="20px" Top="2384px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="First name" HelpText="The patient given name" Binding="given_name" Left="9px" Top="181px" Width="100px" Height="5px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Date of birth" HelpText="The patient birth date" Binding="birth_date" Left="239px" Top="704px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Sex" HelpText="The patient's sex" Binding="gender" Left="675px" Top="709px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text=" Patient ID Number" HelpText="The patient identifier" Binding="identifier" Left="5px" Top="72px" Width="177px" Height="18px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text=" Newly Enrolled" HelpText="NACPNO" Binding="3" ParentBinding="patient_identifier_type_id" Left="353px" Top="33px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text=" Exposed Infant" HelpText="HEINO" Binding="4" ParentBinding="patient_identifier_type_id" Left="546px" Top="30px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Ward" HelpText="residence of the patient(ward)" Binding="person_attribute10" Left="10px" Top="350px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Village" HelpText="residence of this patient(village)" Binding="person_attribute12" Left="14px" Top="428px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Telephone number" HelpText="telephone number of the patient" Binding="person_attribute14" Left="14px" Top="468px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Street" HelpText="residence of this patient(Street)" Binding="person_attribute13" Left="578px" Top="430px" Height="8px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of 10 cell leader" HelpText="10 cell leader name" Binding="person_attribute15" Left="360px" Top="471px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of head of household" HelpText="Head household of the patient" Binding="person_attribute16" Left="13px" Top="521px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of treatment supporter" HelpText="Name of treatment support of this patient" Binding="person_attribute27" Left="15px" Top="581px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Telephone number head of household" HelpText="telephone number of head household of the patient" Binding="person_attribute26" Left="384px" Top="524px" Width="300px" Height="13px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Telephone number treatment supporter" HelpText="telephone number of treatment supporter of this patient" Binding="person_attribute28" Left="385px" Top="577px" Height="4px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="TB Number" HelpText="Unique identification number of tb patient" Binding="person_attribute55" Left="17px" Top="659px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="CBHS Number" HelpText="CBHS number" Binding="person_attribute56" Left="430px" Top="659px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Marital status" HelpText="Marriage status of this person" Binding="person_attribute5" Left="18px" Top="769px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Children" HelpText="This patient has children?" Binding="person_attribute31" Left="10px" Top="848px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Number of children" HelpText="number of children" Binding="person_attribute32" Left="205px" Top="852px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Any children who are &lt;18 years of age" HelpText="Any children who are &lt;16 years of age" Binding="person_attribute39" Left="439px" Top="850px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Occupation" HelpText="Occupation of this patient" Binding="person_attribute34" Left="15px" Top="906px" Height="28px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Highest education level" HelpText="highest education level of the patient" Binding="person_attribute17" Left="15px" Top="974px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Do you have health insurance?" HelpText="Do you have health insurance?" Binding="person_attribute57" Left="15px" Top="1056px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Type of health insurance scheme" HelpText="Type of health insurance scheme" Binding="person_attribute58" Left="15px" Top="1095px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="HIV type" HelpText="HIV type" Binding="person_attribute21" Left="12px" Top="1321px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Patient joined community support organization" HelpText="community support" Binding="person_attribute22" Left="8px" Top="1363px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Name of organization/group" HelpText="support group" Binding="person_attribute23" Left="9px" Top="1406px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Patient referred from(select all that apply)" HelpText="patient referral source" Binding="person_attribute24" Left="8px" Top="1453px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Transfer in(select all that apply)" HelpText="Transfer in(select all that apply)" Binding="person_attribute36" Left="6px" Top="1643px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Date of informed consent" HelpText="Date of informed consent" Binding="person_attribute38" Left="14px" Top="1837px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Other health insurance specify" HelpText="Other health insurance specify" Binding="person_attribute59" Left="18px" Top="1218px" Height="9px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Other reasons specify" HelpText="Other reasons for not signing consent form" Binding="person_attribute60" Left="14px" Top="1802px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Date of first positive HIV test" HelpText="Date of first positive HIV test" Binding="person_attribute19" Left="12px" Top="1281px" Height="21px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="VCT number(SFRH only)" HelpText="VCT number" Binding="person_attribute20" Left="460px" Top="1287px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" textDecoration="none"/><Item WidgetType="TextBox" HelpText="The patient family name" Binding="family_name" Left="570px" Top="204px" Width="228px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text=" DSS number/House number" HelpText="DSS number" Binding="person_attribute29" Left="12px" Top="704px" Height="11px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="District" HelpText="this is the residence of the patient (district)" Binding="person_attribute8" Left="12px" Top="300px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Informed consent signed" HelpText="informed consent patient signed" Binding="person_attribute37" Left="12px" Top="1733px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Any family members attending CDCI?" HelpText="Any family members attending CDCI?" Binding="person_attribute40" Left="18px" Top="1903px" Height="0px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP449px" Left="0px" Top="1875px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP1168px" Left="0px" Top="1716px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP1131px" Left="0px" Top="1631px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP925px" Left="0px" Top="1441px" Width="820px" Height="3px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP834px" Left="0px" Top="1348px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP759px" Left="0px" Top="1263px" Width="820px" Height="3px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP759px" Left="0px" Top="1036px" Width="820px" Height="3px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP620px" Left="0px" Top="889px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP449px" Left="0px" Top="829px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP449px" Left="0px" Top="639px" Width="820px" Height="3px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP333px" Left="0px" Top="508px" Width="821px" Height="3px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP249px" Left="0px" Top="409px" Width="820px" Height="3px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP179px" Left="0px" Top="335px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP139px" Left="0px" Top="166px" Width="820px" Height="3px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" HelpText="Label" Binding="LEFT0pxTOP139px" Left="0px" Top="286px" Width="820px" Height="4px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif" backgroundColor="black"/><Item WidgetType="Label" Text=" PAEDS NUMBER" HelpText="The patient's other identifier value" Binding="other_identifier" Left="8px" Top="133px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text="Birth Date Estimated" HelpText="Is the patient birth date estimated?" Binding="person_attribute54" Left="475px" Top="711px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="other unspecified district" Binding="person_attribute9" Left="632px" Top="299px" Width="160px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Other ward unspecified" Binding="person_attribute11" Left="631px" Top="371px" Width="160px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="residence of this patient(Street)" Binding="person_attribute13" Left="636px" Top="430px" Width="160px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="telephone number of the patient" Binding="person_attribute14" Left="185px" Top="469px" Width="160px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="10 cell leader name" Binding="person_attribute15" Left="518px" Top="469px" Width="281px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Head household of the patient" Binding="person_attribute16" Left="16px" Top="541px" Width="319px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Name of treatment support of this patient" Binding="person_attribute27" Left="17px" Top="600px" Width="319px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Unique identification number of tb patient" Binding="person_attribute55" Left="133px" Top="656px" Width="200px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="CBHS number" Binding="person_attribute56" Left="550px" Top="656px" Width="200px" Height="25px" TabIndex="189" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="DSS number" Binding="person_attribute29" Left="12px" Top="726px" Width="164px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="number of children" Binding="person_attribute32" Left="340px" Top="848px" Width="82px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Other health insurance specify" Binding="person_attribute59" Left="260px" Top="1223px" Width="522px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="DatePicker" HelpText="Date of first positive HIV test" Binding="person_attribute19" Left="223px" Top="1282px" Width="160px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="VCT number" Binding="person_attribute20" Left="633px" Top="1281px" Width="160px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="support group" Binding="person_attribute23" Left="468px" Top="1402px" Width="322px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Other source of referral not specified" Binding="person_attribute25" Left="465px" Top="1596px" Width="311px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Name of 1st family member" Binding="person_attribute41" Left="256px" Top="1942px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Relationship of 1st family member" Binding="person_attribute42" Left="256px" Top="1984px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="NACPNO for 1st family member" Binding="person_attribute43" Left="256px" Top="2020px" Width="250px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Name of 2nd family member" Binding="person_attribute44" Left="256px" Top="2060px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Relationship of 2ND family member" Binding="person_attribute45" Left="256px" Top="2100px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="NACPNO for 2ND family member" Binding="person_attribute46" Left="257px" Top="2141px" Width="250px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Name of 3RD family member" Binding="person_attribute47" Left="256px" Top="2180px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Relationship of 3RD family member" Binding="person_attribute48" Left="256px" Top="2220px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="NACPNO for 3RD family member" Binding="person_attribute49" Left="257px" Top="2260px" Width="250px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Name of 4TH family member" Binding="person_attribute50" Left="256px" Top="2298px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Relationship of 4TH family member" Binding="person_attribute51" Left="256px" Top="2340px" Width="550px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="NACPNO for 4TH family member" Binding="person_attribute52" Left="257px" Top="2381px" Width="250px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="College/University" HelpText="college/university/polytechnic" Binding="159785" ParentBinding="person_attribute17" Left="226px" Top="1003px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Secondary school education" HelpText="SECONDARY SCHOOL EDUCATION" Binding="1714" ParentBinding="person_attribute17" Left="524px" Top="968px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="Other reasons for not signing consent form" Binding="person_attribute60" Left="205px" Top="1800px" Width="573px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Other" HelpText="OTHER NON-CODED" Binding="5622" ParentBinding="person_attribute34" Left="466px" Top="933px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Other" HelpText="OTHER NON-CODED" Binding="5622" ParentBinding="person_attribute5" Left="402px" Top="799px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Other" HelpText="OTHER NON-CODED" Binding="5622" ParentBinding="person_attribute17" Left="467px" Top="1003px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="telephone number of head household of the patient" Binding="person_attribute26" Left="630px" Top="540px" Width="154px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="telephone number of treatment supporter of this patient" Binding="person_attribute28" Left="625px" Top="600px" Width="159px" Height="26px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Yes" HelpText="Yes" Binding="true" ParentBinding="person_attribute54" Left="484px" Top="733px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No" HelpText="No" Binding="false" ParentBinding="person_attribute54" Left="570px" Top="734px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="No" HelpText="No" Binding="false" ParentBinding="person_attribute57" Left="350px" Top="1054px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="RadioButton" Text="Yes" HelpText="Yes" Binding="true" ParentBinding="person_attribute57" Left="269px" Top="1053px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="DatePicker" HelpText="Date of informed consent" Binding="person_attribute38" Left="246px" Top="1835px" Width="215px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text=" What type of patient are you registering?" HelpText="The patient's identifier type" Binding="patient_identifier_type_id" Left="8px" Top="38px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="The patient identifier" Binding="identifier" Left="173px" Top="77px" Width="412px" Height="31px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="The patient's other identifier value" Binding="other_identifier" Left="175px" Top="132px" Width="162px" Height="31px" TabIndex="193" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="Label" Text=" Mother's NACP number" HelpText="MOTHER_NACPNO" Binding="person_attribute61" Left="345px" Top="134px" TabIndex="0" fontWeight="bold" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="MOTHER_NACPNO" Binding="person_attribute61" Left="522px" Top="130px" Width="290px" Height="31px" TabIndex="195" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="The patient given name" Binding="given_name" Left="11px" Top="209px" Width="221px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="A well known name of a client" Binding="person_attribute53" Left="108px" Top="252px" Width="446px" Height="25px" TabIndex="189" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/><Item WidgetType="TextBox" HelpText="residence of this patient(village)" Binding="person_attribute12" Left="186px" Top="430px" Width="160px" Height="25px" TabIndex="0" fontSize="12px" fontFamily="Verdana, &quot;Lucida Grande&quot;, &quot;Trebuchet MS&quot;, Arial, sans-serif"/></Item></Page></Form></Layout><Language><LanguageText lang="en"><xform id="0"><text xpath="xforms/model/instance/patient[@name]" value="Patient"/><text xpath="xforms/group[@id='1']/label" value="Page1"/><text xpath="xforms/group[@id='1']/input[@bind='family_name']/label" value="Last Name"/><text xpath="xforms/group[@id='1']/input[@bind='family_name']/hint" value="The patient family name"/><text xpath="xforms/group[@id='1']/input[@bind='middle_name']/label" value="Middle name"/><text xpath="xforms/group[@id='1']/input[@bind='middle_name']/hint" value="The patient middle name"/><text xpath="xforms/group[@id='1']/input[@bind='given_name']/label" value="First Name"/><text xpath="xforms/group[@id='1']/input[@bind='given_name']/hint" value="The patient given name"/><text xpath="xforms/group[@id='1']/input[@bind='birth_date']/label" value="Date of birth"/><text xpath="xforms/group[@id='1']/input[@bind='birth_date']/hint" value="The patient birth date"/><text xpath="xforms/group[@id='1']/input[@bind='identifier']/label" value="NACP number"/><text xpath="xforms/group[@id='1']/input[@bind='identifier']/hint" value="The patient identifier"/><text xpath="xforms/group[@id='1']/select1[@bind='gender']/label" value="Gender"/><text xpath="xforms/group[@id='1']/select1[@bind='gender']/hint" value="The patient's sex"/><text xpath="xforms/group[@id='1']/select1[@bind='gender']/item[@id='M']/label" value="Male"/><text xpath="xforms/group[@id='1']/select1[@bind='gender']/item[@id='F']/label" value="Female"/><text xpath="xforms/group[@id='1']/select1[@bind='patient_identifier_type_id']/label" value="Identifier Type"/><text xpath="xforms/group[@id='1']/select1[@bind='patient_identifier_type_id']/hint" value="The patient's identifier type"/><text xpath="xforms/group[@id='1']/select1[@bind='patient_identifier_type_id']/item[@id='3']/label" value="NACPNO"/><text xpath="xforms/group[@id='1']/select1[@bind='patient_identifier_type_id']/item[@id='4']/label" value="HEINO"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/label" value="Civil Status"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/hint" value="Marriage status of this person"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/item[@id='1056']/label" value="SEPARATED"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/item[@id='1057']/label" value="NEVER MARRIED"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/item[@id='1058']/label" value="DIVORCED"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/item[@id='1059']/label" value="WIDOWED"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/item[@id='1060']/label" value="LIVING WITH PARTNER"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/item[@id='5555']/label" value="MARRIED"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute5']/item[@id='5622']/label" value="OTHER NON-CODED"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/label" value="Other dentifiers"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/input[@bind='other_identifier']/label" value="Identifier"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/input[@bind='other_identifier']/hint" value="The patient's other identifier value"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/select1[@bind='other_identifier_type_id']/label" value="Identifier Type"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/select1[@bind='other_identifier_type_id']/hint" value="The patient's other identifier type"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/select1[@bind='other_identifier_type_id']/item[@id='6']/label" value="PAEDS_Number"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/select1[@bind='other_identifier_location_id']/label" value="Identifier Location"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/select1[@bind='other_identifier_location_id']/hint" value="The patient's other identifier location"/><text xpath="xforms/group[@id='1']/group[@id='other_identifiers']/repeat/select1[@bind='other_identifier_location_id']/item[@id='1']/label" value="Unknown Location [1]"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute8']/label" value="District"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute8']/hint" value="this is the residence of the patient (district)"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute8']/item[@id='161002']/label" value="KILOMBERO"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute8']/item[@id='161003']/label" value="KILOSA"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute8']/item[@id='161004']/label" value="ULANGA"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute8']/item[@id='5622']/label" value="OTHER NON-CODED"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute9']/label" value="Other distict(please specify)"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute9']/hint" value="other unspecified district"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/label" value="Ward"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/hint" value="residence of the patient(ward)"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161005']/label" value="IDETE"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161006']/label" value="IFAKARA"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161007']/label" value="KIBAONI"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161008']/label" value="KIBEREGE"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161009']/label" value="KIDATU"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161010']/label" value="LUMEMO"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161011']/label" value="LUPIRO"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161012']/label" value="MANG'ULA"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161014']/label" value="MLIMBA"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='161015']/label" value="MNGETA"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute10']/item[@id='5622']/label" value="OTHER NON-CODED"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute11']/label" value="Other ward(please specify)"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute11']/hint" value="Other ward unspecified"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute12']/label" value="Village"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute12']/hint" value="residence of this patient(village)"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute13']/label" value="Street"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute13']/hint" value="residence of this patient(Street)"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute14']/label" value="Telephone number"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute14']/hint" value="telephone number of the patient"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute15']/label" value="10CELL_LEADER"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute15']/hint" value="10 cell leader name"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute16']/label" value="HEADD_HOUSEHOLD"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute16']/hint" value="Head household of the patient"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute17']/label" value="EDUCATION"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute17']/hint" value="highest education level of the patient"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute17']/item[@id='1107']/label" value="NONE"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute17']/item[@id='1713']/label" value="PRIMARY SCHOOL EDUCATION"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute17']/item[@id='1714']/label" value="SECONDARY SCHOOL EDUCATION"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute17']/item[@id='159785']/label" value="college/university/polytechnic"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute17']/item[@id='5622']/label" value="OTHER NON-CODED"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute19']/label" value="DATE_FIRST_POS"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute19']/hint" value="Date of first positive HIV test"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute20']/label" value="VCT_NO"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute20']/hint" value="VCT number"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute21']/label" value="HIVTYPE"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute21']/hint" value="HIV type"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute21']/item[@id='161017']/label" value="HIV type I"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute21']/item[@id='161018']/label" value="HIV type II"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute21']/item[@id='161019']/label" value="Both"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute21']/item[@id='1067']/label" value="UNKNOWN"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute22']/label" value="COMM_SUPPORT"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute22']/hint" value="community support"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute22']/item[@id='1065']/label" value="YES"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute22']/item[@id='1066']/label" value="NO"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute23']/label" value="SUPPORT_GROUP"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute23']/hint" value="support group"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/label" value="PAT_REF"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/hint" value="patient referral source"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='160542']/label" value="Outpatient department"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='161020']/label" value="PLHIV group"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='160546']/label" value="Sexually transmitted infection program/clinic"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='161039']/label" value="HBC"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='161021']/label" value="RCH/PMTCT/EID"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='5485']/label" value="Inpatient"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='5487']/label" value="Tuberculosis Treatment or DOT Program"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute24']/item[@id='5622']/label" value="OTHER NON-CODED"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute25']/label" value="OTHER_PATREF"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute25']/hint" value="Other source of referral not specified"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute26']/label" value="TELNO_HH"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute26']/hint" value="telephone number of head household of the patient"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute27']/label" value="TXT_SUPPORTER"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute27']/hint" value="Name of treatment support of this patient"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute28']/label" value="TELNO_TXTSUPP"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute28']/hint" value="telephone number of treatment supporter of this patient"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute29']/label" value="DSS_NO"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute29']/hint" value="DSS number"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute31']/label" value="CHILDREN"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute31']/hint" value="This patient has children?"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute31']/item[@id='1065']/label" value="YES"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute31']/item[@id='1066']/label" value="NO"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute32']/label" value="NO_CHILD"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute32']/hint" value="number of children"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/label" value="OCCUPATION"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/hint" value="Occupation of this patient"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='1538']/label" value="FARMER"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='159465']/label" value="Student"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='161457']/label" value="Employee-private"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='161013']/label" value="Employee-government"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='161016']/label" value="self-employed"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='123801']/label" value="Unemployed"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='160295']/label" value="Housewife"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='159461']/label" value="Retired"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute34']/item[@id='5622']/label" value="OTHER NON-CODED"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute36']/label" value="TRANSFER_IN"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute36']/hint" value="Transfer in(select all that apply)"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute36']/item[@id='1175']/label" value="NOT APPLICABLE"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute36']/item[@id='161049']/label" value="with records(referral and CTC 1 forms)"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute36']/item[@id='161050']/label" value="No records available"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute36']/item[@id='161051']/label" value="In care"/><text xpath="xforms/group[@id='1']/select[@bind='person_attribute36']/item[@id='161052']/label" value="On ART"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute37']/label" value="CONSENT"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute37']/hint" value="informed consent patient signed"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute37']/item[@id='161054']/label" value="No, the patient refused"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute37']/item[@id='161870']/label" value="Yes, given today"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute37']/item[@id='161939']/label" value="No, Patient too sick to be asked"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute37']/item[@id='161940']/label" value="Not signed for other reason"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute38']/label" value="DATE_CONSENT"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute38']/hint" value="Date of informed consent"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute39']/label" value="CHILDREN_LESS16"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute39']/hint" value="Any children who are &lt;16 years of age"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute39']/item[@id='1066']/label" value="NO"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute39']/item[@id='1065']/label" value="YES"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute40']/label" value="FAMILY_CDCI"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute40']/hint" value="Any family members attending CDCI?"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute40']/item[@id='1066']/label" value="NO"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute40']/item[@id='1065']/label" value="YES"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute40']/item[@id='1067']/label" value="UNKNOWN"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute41']/label" value="FAMILY_NAME1"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute41']/hint" value="Name of 1st family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute42']/label" value="FAMILY_RELATION1"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute42']/hint" value="Relationship of 1st family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute43']/label" value="FAMILY_NACP1"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute43']/hint" value="NACPNO for 1st family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute44']/label" value="FAMILY_NAME2"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute44']/hint" value="Name of 2nd family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute45']/label" value="FAMILY_RELATION2"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute45']/hint" value="Relationship of 2ND family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute46']/label" value="FAMILY_NACP2"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute46']/hint" value="NACPNO for 2ND family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute47']/label" value="FAMILY_NAME3"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute47']/hint" value="Name of 3RD family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute48']/label" value="FAMILY_RELATION3"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute48']/hint" value="Relationship of 3RD family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute49']/label" value="FAMILY_NACP3"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute49']/hint" value="NACPNO for 3RD family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute50']/label" value="FAMILY_NAME4"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute50']/hint" value="Name of 4TH family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute51']/label" value="FAMILY_RELATION4"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute51']/hint" value="Relationship of 4TH family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute52']/label" value="FAMILY_NACP4"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute52']/hint" value="NACPNO for 4TH family member"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute53']/label" value="NICK_NAME"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute53']/hint" value="A well known name of a client"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute54']/label" value="Birth Date Estimated"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute54']/hint" value="Is the patient birth date estimated?"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute55']/label" value="TB_NO"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute55']/hint" value="Unique identification number of tb patient"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute56']/label" value="CBHS_NO"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute56']/hint" value="CBHS number"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute57']/label" value="HEALTH_INSURANCE"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute57']/hint" value="Do you have health insurance?"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/label" value="HEALTH_INSURANCE_TYPE"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/hint" value="Type of health insurance scheme"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/item[@id='162044']/label" value="NHIF"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/item[@id='162045']/label" value="SHIB_NSSF"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/item[@id='162046']/label" value="CHF"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/item[@id='162047']/label" value="TIKA"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/item[@id='162048']/label" value="AAR"/><text xpath="xforms/group[@id='1']/select1[@bind='person_attribute58']/item[@id='162049']/label" value="OTHER_HEALTH_INSURANCE"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute59']/label" value="OTHER_HEALTH_INSURANCE_SPECIFY"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute59']/hint" value="Other health insurance specify"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute60']/label" value="CONSENT_OTHER"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute60']/hint" value="Other reasons for not signing consent form"/><text xpath="xforms/group[@id='1']/input[@bind='person_attribute61']/label" value="MOTHER_NACPNO"/><text xpath="xforms/model/bind[@id='family_name'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='middle_name'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='given_name'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='identifier'][@message]" value="Data out of range"/><text xpath="xforms/model/bind[@id='person_attribute9'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute11'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute12'][@message]" value=""/><text xpath="xforms/model/bind[@id='person_attribute13'][@message]" value=""/><text xpath="xforms/model/bind[@id='person_attribute14'][@message]" value="Data out of range"/><text xpath="xforms/model/bind[@id='person_attribute15'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute16'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute20'][@message]" value="Data out of range"/><text xpath="xforms/model/bind[@id='person_attribute23'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute26'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute27'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute28'][@message]" value="Data out of range"/><text xpath="xforms/model/bind[@id='person_attribute29'][@message]" value="The length of the field is more than the required, please check"/><text xpath="xforms/model/bind[@id='person_attribute32'][@message]" value="Data out of range"/><text xpath="xforms/model/bind[@id='person_attribute38'][@message]" value="Date here is not allowed to be in the future please check"/><text xpath="xforms/model/bind[@id='person_attribute41'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute42'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute43'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute44'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute45'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute46'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute47'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute48'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute49'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute50'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute51'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='person_attribute52'][@message]" value="The length of the entered value is not correct, please enter correct value."/><text xpath="xforms/model/bind[@id='other_identifier_type_id'][@message]" value=""/><text xpath="xforms/model/bind[@id='other_identifier_location_id'][@message]" value=""/></xform><Form id="0"><text xpath="Form/Page[@Binding='Page1'][@Text]" value="Page1"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT34pxTOP60px' and @WidgetType='Label'][@Text]" value="Registration Form"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT34pxTOP60px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT34pxTOP60px' and @WidgetType='Label'][@Top]" value="30px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT34pxTOP60px' and @WidgetType='Label'][@Left]" value="48px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@Top]" value="652px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@Left]" value="78px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Text]" value="Cancel"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@HelpText]" value="cancel"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Top]" value="2553px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Left]" value="786px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='cancel' and @WidgetType='Button'][@Width]" value="70px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Text]" value="Submit"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@HelpText]" value="submit"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Top]" value="2553px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Left]" value="684px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='submit' and @WidgetType='Button'][@Width]" value="70px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox'][@Top]" value="103px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox'][@Left]" value="47px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='Label'][@Text]" value="PATIENT INFORMATION"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='Label'][@HelpText]" value="Header Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='Label'][@Top]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='Label'][@Width]" value="100%"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159461' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Retired"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159461' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="Retired"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159461' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="934px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159461' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="328px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160295' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Housewife"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160295' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="Housewife"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160295' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="933px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160295' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="225px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='123801' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Unemployed"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='123801' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="Unemployed"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='123801' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="934px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='123801' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="106px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1538' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Farmer"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1538' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="FARMER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1538' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="904px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1538' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="106px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159465' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Student"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159465' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="Student"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159465' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="904px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159465' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="225px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161457' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Employee-private"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161457' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="Employee-private"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161457' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="903px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161457' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="329px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161013' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Employee-government"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161013' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="Employee-government"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161013' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="904px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161013' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="465px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1713' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Text]" value="Primary school education"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1713' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@HelpText]" value="PRIMARY SCHOOL EDUCATION"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1713' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Top]" value="967px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1713' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Left]" value="325px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1107' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Text]" value="None"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1107' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@HelpText]" value="NONE"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1107' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Top]" value="967px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1107' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Left]" value="225px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161016' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Self-employed"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161016' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="self-employed"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161016' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="906px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161016' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="672px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@Text]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@HelpText]" value="YES"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@Top]" value="850px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@Left]" value="134px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@Text]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@HelpText]" value="NO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@Top]" value="848px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute31' and @WidgetType='RadioButton'][@Left]" value="87px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@Text]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@HelpText]" value="NO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@Top]" value="847px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@Left]" value="704px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@Text]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@HelpText]" value="YES"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@Top]" value="847px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute39' and @WidgetType='RadioButton'][@Left]" value="749px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT384pxTOP222px' and @WidgetType='Label'][@Text]" value="Specify"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT384pxTOP222px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT384pxTOP222px' and @WidgetType='Label'][@Top]" value="376px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT384pxTOP222px' and @WidgetType='Label'][@Left]" value="570px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Other"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="OTHER NON-CODED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="373px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="470px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161009' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Kidatu"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161009' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="KIDATU"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161009' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="346px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161009' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="470px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161015' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Mngeta"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161015' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="MNGETA"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161015' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="376px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161015' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="370px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161008' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Kiberege"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161008' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="KIBEREGE"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161008' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="346px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161008' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="370px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161014' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Mlimba"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161014' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="MLIMBA"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161014' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="376px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161014' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="270px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161007' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Kibaoni"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161007' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="KIBAONI"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161007' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="347px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161007' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="270px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161012' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Mang'ula"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161012' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="MANG'ULA"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161012' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="374px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161012' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="170px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161006' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Ifakara"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161006' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="IFAKARA"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161006' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="347px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161006' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="170px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161011' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Lupiro"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161011' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="LUPIRO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161011' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="377px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161011' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="70px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161005' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Idete"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161005' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="IDETE"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161005' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="349px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161005' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="70px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161010' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Text]" value="Lumemo"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161010' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@HelpText]" value="LUMEMO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161010' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Top]" value="342px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161010' and @ParentBinding='person_attribute10' and @WidgetType='RadioButton'][@Left]" value="620px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT508pxTOP155px' and @WidgetType='Label'][@Text]" value="Specify"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT508pxTOP155px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT508pxTOP155px' and @WidgetType='Label'][@Top]" value="301px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT508pxTOP155px' and @WidgetType='Label'][@Left]" value="571px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Text]" value="Other"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@HelpText]" value="OTHER NON-CODED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Top]" value="299px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Left]" value="371px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161004' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Text]" value="Ulanga"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161004' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@HelpText]" value="ULANGA"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161004' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Top]" value="300px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161004' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Left]" value="271px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161003' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Text]" value="Kilosa"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161003' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@HelpText]" value="KILOSA"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161003' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Top]" value="298px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161003' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Left]" value="171px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161002' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Text]" value="Kilombero"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161002' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@HelpText]" value="KILOMBERO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161002' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Top]" value="298px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161002' and @ParentBinding='person_attribute8' and @WidgetType='RadioButton'][@Left]" value="71px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='Label'][@Text]" value="Last name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='Label'][@HelpText]" value="The patient family name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='Label'][@Top]" value="175px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='Label'][@Left]" value="569px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='Label'][@Text]" value="Middle Name(s)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='Label'][@HelpText]" value="The patient middle name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='Label'][@Top]" value="175px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='Label'][@Left]" value="255px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161939' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Text]" value="No, Patient too sick to be asked"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161939' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@HelpText]" value="No, Patient too sick to be asked"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161939' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Top]" value="1763px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161939' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Left]" value="150px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161052' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Text]" value="On ART"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161052' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@HelpText]" value="On ART"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161052' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Top]" value="1647px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161052' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Left]" value="706px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1175' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Text]" value="Not applicable"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1175' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@HelpText]" value="NOT APPLICABLE"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1175' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Top]" value="1644px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1175' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Left]" value="236px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161049' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Text]" value="With records(referral and CTC 1 forms)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161049' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@HelpText]" value="with records(referral and CTC 1 forms)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161049' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Top]" value="1683px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161049' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Left]" value="236px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161050' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Text]" value="No records available"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161050' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@HelpText]" value="No records available"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161050' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Top]" value="1645px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161050' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Left]" value="528px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161051' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Text]" value="In care"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161051' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@HelpText]" value="In care"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161051' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Top]" value="1684px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161051' and @ParentBinding='person_attribute36' and @WidgetType='CheckBox'][@Left]" value="529px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161020' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="PLHIV group"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161020' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="PLHIV group"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161020' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1563px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161020' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="258px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161039' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="HBC"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161039' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="HBC"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161039' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1503px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161039' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="258px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161021' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="RCH/PMTCT/EID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161021' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="RCH/PMTCT/EID"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161021' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1533px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161021' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="478px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160546' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="STI program/clinic"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160546' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="Sexually transmitted infection program/clinic"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160546' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1503px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160546' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="478px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160542' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="OPD"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160542' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="Outpatient department"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160542' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1478px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160542' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="258px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5487' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="TB or DOT Program"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5487' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="Tuberculosis Treatment or DOT Program"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5487' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1478px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5487' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="478px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="Other, specify"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="OTHER NON-CODED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1593px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="259px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Text]" value="Unknown"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@HelpText]" value="UNKNOWN"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Top]" value="1319px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Left]" value="612px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161019' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Text]" value="Both"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161019' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@HelpText]" value="Both"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161019' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Top]" value="1318px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161019' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Left]" value="462px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161018' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Text]" value="HIV type II"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161018' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@HelpText]" value="HIV type II"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161018' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Top]" value="1317px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161018' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Left]" value="322px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161017' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Text]" value="HIV type I"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161017' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@HelpText]" value="HIV type I"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161017' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Top]" value="1317px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161017' and @ParentBinding='person_attribute21' and @WidgetType='RadioButton'][@Left]" value="222px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1056' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Text]" value="Separated"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1056' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@HelpText]" value="SEPARATED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1056' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Top]" value="769px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1056' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Left]" value="571px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1060' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Text]" value="Living with partner"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1060' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@HelpText]" value="LIVING WITH PARTNER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1060' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Top]" value="769px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1060' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Left]" value="401px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1059' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Text]" value="Widowed"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1059' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@HelpText]" value="WIDOWED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1059' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Top]" value="799px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1059' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Left]" value="301px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5555' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Text]" value="Married"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5555' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@HelpText]" value="MARRIED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5555' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Top]" value="769px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5555' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Left]" value="301px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1058' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Text]" value="Divorced"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1058' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@HelpText]" value="DIVORCED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1058' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Top]" value="799px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1058' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Left]" value="171px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1057' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Text]" value="Never married"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1057' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@HelpText]" value="NEVER MARRIED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1057' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Top]" value="769px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1057' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Left]" value="170px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='DatePicker'][@HelpText]" value="The patient birth date"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='DatePicker'][@Top]" value="728px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='DatePicker'][@Left]" value="240px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='DatePicker'][@Width]" value="167px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162044' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Text]" value="National Health Insurance Fund (NHIF)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162044' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@HelpText]" value="NHIF"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162044' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Top]" value="1094px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162044' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162046' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Text]" value="Community Health Fund (CHF)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162046' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@HelpText]" value="CHF"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162046' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Top]" value="1136px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162046' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Left]" value="576px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162047' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Text]" value="Tiba Kwa Kadi (TIKA)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162047' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@HelpText]" value="TIKA"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162047' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Top]" value="1095px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162047' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Left]" value="575px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162045' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Text]" value="NSSF Social Health Insurance Benefit (SHIB)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162045' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@HelpText]" value="SHIB_NSSF"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162045' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Top]" value="1134px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162045' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Left]" value="255px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162049' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Text]" value="Other Health Insurance"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162049' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@HelpText]" value="OTHER_HEALTH_INSURANCE"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162049' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Top]" value="1175px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162049' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Left]" value="255px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162048' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Text]" value="AAR"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162048' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@HelpText]" value="AAR"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162048' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Top]" value="1175px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='162048' and @ParentBinding='person_attribute58' and @WidgetType='RadioButton'][@Left]" value="576px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@Text]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@HelpText]" value="NO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@Top]" value="1365px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@Left]" value="453px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@Text]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@HelpText]" value="YES"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@Top]" value="1366px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute22' and @WidgetType='RadioButton'][@Left]" value="535px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='F' and @ParentBinding='gender' and @WidgetType='RadioButton'][@Text]" value="Female"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='F' and @ParentBinding='gender' and @WidgetType='RadioButton'][@HelpText]" value="Female"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='F' and @ParentBinding='gender' and @WidgetType='RadioButton'][@Top]" value="734px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='F' and @ParentBinding='gender' and @WidgetType='RadioButton'][@Left]" value="732px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='M' and @ParentBinding='gender' and @WidgetType='RadioButton'][@Text]" value="Male"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='M' and @ParentBinding='gender' and @WidgetType='RadioButton'][@HelpText]" value="Male"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='M' and @ParentBinding='gender' and @WidgetType='RadioButton'][@Top]" value="735px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='M' and @ParentBinding='gender' and @WidgetType='RadioButton'][@Left]" value="665px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='Label'][@Text]" value="Nick name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='Label'][@HelpText]" value="A well known name of a client"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='Label'][@Top]" value="254px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5485' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="Inpatient care hospitalization"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5485' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="INPATIENT CARE OR HOSPITALIZATION"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5485' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1533px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5485' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="258px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160551' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Text]" value="Self referral and VCT"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160551' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@HelpText]" value="Self-referral"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160551' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Top]" value="1562px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='160551' and @ParentBinding='person_attribute24' and @WidgetType='CheckBox'][@Left]" value="481px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='TextBox'][@HelpText]" value="The patient middle name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='TextBox'][@Top]" value="207px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='TextBox'][@Left]" value="255px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='middle_name' and @WidgetType='TextBox'][@Width]" value="298px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161870' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Text]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161870' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@HelpText]" value="Yes, given today"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161870' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Top]" value="1732px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161870' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Left]" value="208px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161940' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Text]" value="Not signed for other reason"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161940' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@HelpText]" value="Not signed for other reason"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161940' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Top]" value="1761px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161940' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Left]" value="387px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161054' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Text]" value="No, the patient refused"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161054' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@HelpText]" value="No. do not ask again"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161054' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Top]" value="1730px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='161054' and @ParentBinding='person_attribute37' and @WidgetType='RadioButton'][@Left]" value="337px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Text]" value="Unknown"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@HelpText]" value="UNKNOWN"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Top]" value="1898px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1067' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Left]" value="376px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Text]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@HelpText]" value="YES"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Top]" value="1899px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1065' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Left]" value="323px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Text]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@HelpText]" value="NO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Top]" value="1899px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1066' and @ParentBinding='person_attribute40' and @WidgetType='RadioButton'][@Left]" value="275px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='Label'][@Text]" value="Name of 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='Label'][@HelpText]" value="Name of 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='Label'][@Top]" value="1942px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='Label'][@Text]" value="Relationship of 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='Label'][@HelpText]" value="Relationship of 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='Label'][@Top]" value="1984px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='Label'][@Left]" value="21px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='Label'][@Text]" value="NACPNO for 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='Label'][@HelpText]" value="NACPNO for 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='Label'][@Top]" value="2022px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='Label'][@Text]" value="Name of 2nd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='Label'][@HelpText]" value="Name of 2nd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='Label'][@Top]" value="2061px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='Label'][@Text]" value="Relationship of 2nd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='Label'][@HelpText]" value="Relationship of 2ND family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='Label'][@Top]" value="2103px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='Label'][@Text]" value="NACPNO for 2nd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='Label'][@HelpText]" value="NACPNO for 2ND family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='Label'][@Top]" value="2140px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='Label'][@Text]" value="Name of 3rd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='Label'][@HelpText]" value="Name of 3RD family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='Label'][@Top]" value="2183px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='Label'][@Text]" value="Relationship of 3rd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='Label'][@HelpText]" value="Relationship of 3RD family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='Label'][@Top]" value="2224px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='Label'][@Text]" value="NACPNO for 3rd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='Label'][@HelpText]" value="NACPNO for 3RD family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='Label'][@Top]" value="2265px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='Label'][@Left]" value="20px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='Label'][@Text]" value="Name of 4th family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='Label'][@HelpText]" value="Name of 4TH family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='Label'][@Top]" value="2305px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='Label'][@Text]" value="Relationship of 4th family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='Label'][@HelpText]" value="Relationship of 4TH family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='Label'][@Top]" value="2340px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='Label'][@Left]" value="19px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='Label'][@Text]" value="NACPNO for 4th family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='Label'][@HelpText]" value="NACPNO for 4TH family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='Label'][@Top]" value="2384px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='Label'][@Left]" value="20px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='Label'][@Text]" value="First name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='Label'][@HelpText]" value="The patient given name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='Label'][@Top]" value="181px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='Label'][@Left]" value="9px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='Label'][@Width]" value="100px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='Label'][@Text]" value="Date of birth"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='Label'][@HelpText]" value="The patient birth date"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='Label'][@Top]" value="704px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='birth_date' and @WidgetType='Label'][@Left]" value="239px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='gender' and @WidgetType='Label'][@Text]" value="Sex"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='gender' and @WidgetType='Label'][@HelpText]" value="The patient's sex"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='gender' and @WidgetType='Label'][@Top]" value="709px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='gender' and @WidgetType='Label'][@Left]" value="675px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='Label'][@Text]" value=" Patient ID Number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='Label'][@HelpText]" value="The patient identifier"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='Label'][@Top]" value="72px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='Label'][@Left]" value="5px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='Label'][@Width]" value="177px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='3' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@Text]" value=" Newly Enrolled"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='3' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@HelpText]" value="NACPNO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='3' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@Top]" value="33px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='3' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@Left]" value="353px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='4' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@Text]" value=" Exposed Infant"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='4' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@HelpText]" value="HEINO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='4' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@Top]" value="30px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='4' and @ParentBinding='patient_identifier_type_id' and @WidgetType='RadioButton'][@Left]" value="546px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute10' and @WidgetType='Label'][@Text]" value="Ward"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute10' and @WidgetType='Label'][@HelpText]" value="residence of the patient(ward)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute10' and @WidgetType='Label'][@Top]" value="350px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute10' and @WidgetType='Label'][@Left]" value="10px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='Label'][@Text]" value="Village"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='Label'][@HelpText]" value="residence of this patient(village)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='Label'][@Top]" value="428px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='Label'][@Left]" value="14px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='Label'][@Text]" value="Telephone number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='Label'][@HelpText]" value="telephone number of the patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='Label'][@Top]" value="468px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='Label'][@Left]" value="14px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='Label'][@Text]" value="Street"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='Label'][@HelpText]" value="residence of this patient(Street)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='Label'][@Top]" value="430px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='Label'][@Left]" value="578px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='Label'][@Text]" value="Name of 10 cell leader"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='Label'][@HelpText]" value="10 cell leader name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='Label'][@Top]" value="471px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='Label'][@Left]" value="360px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='Label'][@Text]" value="Name of head of household"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='Label'][@HelpText]" value="Head household of the patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='Label'][@Top]" value="521px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='Label'][@Left]" value="13px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='Label'][@Text]" value="Name of treatment supporter"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='Label'][@HelpText]" value="Name of treatment support of this patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='Label'][@Top]" value="581px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='Label'][@Left]" value="15px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='Label'][@Text]" value="Telephone number head of household"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='Label'][@HelpText]" value="telephone number of head household of the patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='Label'][@Top]" value="524px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='Label'][@Left]" value="384px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='Label'][@Width]" value="300px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='Label'][@Text]" value="Telephone number treatment supporter"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='Label'][@HelpText]" value="telephone number of treatment supporter of this patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='Label'][@Top]" value="577px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='Label'][@Left]" value="385px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='Label'][@Text]" value="TB Number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='Label'][@HelpText]" value="Unique identification number of tb patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='Label'][@Top]" value="659px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='Label'][@Left]" value="17px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='Label'][@Text]" value="CBHS Number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='Label'][@HelpText]" value="CBHS number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='Label'][@Top]" value="659px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='Label'][@Left]" value="430px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute5' and @WidgetType='Label'][@Text]" value="Marital status"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute5' and @WidgetType='Label'][@HelpText]" value="Marriage status of this person"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute5' and @WidgetType='Label'][@Top]" value="769px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute5' and @WidgetType='Label'][@Left]" value="18px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute31' and @WidgetType='Label'][@Text]" value="Children"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute31' and @WidgetType='Label'][@HelpText]" value="This patient has children?"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute31' and @WidgetType='Label'][@Top]" value="848px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute31' and @WidgetType='Label'][@Left]" value="10px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='Label'][@Text]" value="Number of children"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='Label'][@HelpText]" value="number of children"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='Label'][@Top]" value="852px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='Label'][@Left]" value="205px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute39' and @WidgetType='Label'][@Text]" value="Any children who are &lt;18 years of age"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute39' and @WidgetType='Label'][@HelpText]" value="Any children who are &lt;16 years of age"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute39' and @WidgetType='Label'][@Top]" value="850px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute39' and @WidgetType='Label'][@Left]" value="439px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute34' and @WidgetType='Label'][@Text]" value="Occupation"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute34' and @WidgetType='Label'][@HelpText]" value="Occupation of this patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute34' and @WidgetType='Label'][@Top]" value="906px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute34' and @WidgetType='Label'][@Left]" value="15px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute17' and @WidgetType='Label'][@Text]" value="Highest education level"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute17' and @WidgetType='Label'][@HelpText]" value="highest education level of the patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute17' and @WidgetType='Label'][@Top]" value="974px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute17' and @WidgetType='Label'][@Left]" value="15px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute57' and @WidgetType='Label'][@Text]" value="Do you have health insurance?"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute57' and @WidgetType='Label'][@HelpText]" value="Do you have health insurance?"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute57' and @WidgetType='Label'][@Top]" value="1056px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute57' and @WidgetType='Label'][@Left]" value="15px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute58' and @WidgetType='Label'][@Text]" value="Type of health insurance scheme"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute58' and @WidgetType='Label'][@HelpText]" value="Type of health insurance scheme"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute58' and @WidgetType='Label'][@Top]" value="1095px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute58' and @WidgetType='Label'][@Left]" value="15px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute21' and @WidgetType='Label'][@Text]" value="HIV type"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute21' and @WidgetType='Label'][@HelpText]" value="HIV type"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute21' and @WidgetType='Label'][@Top]" value="1321px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute21' and @WidgetType='Label'][@Left]" value="12px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute22' and @WidgetType='Label'][@Text]" value="Patient joined community support organization"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute22' and @WidgetType='Label'][@HelpText]" value="community support"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute22' and @WidgetType='Label'][@Top]" value="1363px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute22' and @WidgetType='Label'][@Left]" value="8px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='Label'][@Text]" value="Name of organization/group"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='Label'][@HelpText]" value="support group"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='Label'][@Top]" value="1406px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='Label'][@Left]" value="9px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute24' and @WidgetType='Label'][@Text]" value="Patient referred from(select all that apply)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute24' and @WidgetType='Label'][@HelpText]" value="patient referral source"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute24' and @WidgetType='Label'][@Top]" value="1453px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute24' and @WidgetType='Label'][@Left]" value="8px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute36' and @WidgetType='Label'][@Text]" value="Transfer in(select all that apply)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute36' and @WidgetType='Label'][@HelpText]" value="Transfer in(select all that apply)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute36' and @WidgetType='Label'][@Top]" value="1643px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute36' and @WidgetType='Label'][@Left]" value="6px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='Label'][@Text]" value="Date of informed consent"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='Label'][@HelpText]" value="Date of informed consent"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='Label'][@Top]" value="1837px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='Label'][@Left]" value="14px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='Label'][@Text]" value="Other health insurance specify"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='Label'][@HelpText]" value="Other health insurance specify"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='Label'][@Top]" value="1218px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='Label'][@Left]" value="18px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='Label'][@Text]" value="Other reasons specify"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='Label'][@HelpText]" value="Other reasons for not signing consent form"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='Label'][@Top]" value="1802px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='Label'][@Left]" value="14px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='Label'][@Text]" value="Date of first positive HIV test"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='Label'][@HelpText]" value="Date of first positive HIV test"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='Label'][@Top]" value="1281px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='Label'][@Left]" value="12px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='Label'][@Text]" value="VCT number(SFRH only)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='Label'][@HelpText]" value="VCT number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='Label'][@Top]" value="1287px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='Label'][@Left]" value="460px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='TextBox'][@HelpText]" value="The patient family name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='TextBox'][@Top]" value="204px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='TextBox'][@Left]" value="570px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='family_name' and @WidgetType='TextBox'][@Width]" value="228px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='Label'][@Text]" value=" DSS number/House number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='Label'][@HelpText]" value="DSS number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='Label'][@Top]" value="704px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='Label'][@Left]" value="12px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute8' and @WidgetType='Label'][@Text]" value="District"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute8' and @WidgetType='Label'][@HelpText]" value="this is the residence of the patient (district)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute8' and @WidgetType='Label'][@Top]" value="300px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute8' and @WidgetType='Label'][@Left]" value="12px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute37' and @WidgetType='Label'][@Text]" value="Informed consent signed"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute37' and @WidgetType='Label'][@HelpText]" value="informed consent patient signed"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute37' and @WidgetType='Label'][@Top]" value="1733px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute37' and @WidgetType='Label'][@Left]" value="12px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute40' and @WidgetType='Label'][@Text]" value="Any family members attending CDCI?"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute40' and @WidgetType='Label'][@HelpText]" value="Any family members attending CDCI?"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute40' and @WidgetType='Label'][@Top]" value="1903px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute40' and @WidgetType='Label'][@Left]" value="18px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Top]" value="1875px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1168px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1168px' and @WidgetType='Label'][@Top]" value="1716px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1168px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1168px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1131px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1131px' and @WidgetType='Label'][@Top]" value="1631px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1131px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP1131px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP925px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP925px' and @WidgetType='Label'][@Top]" value="1441px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP925px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP925px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP834px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP834px' and @WidgetType='Label'][@Top]" value="1348px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP834px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP834px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@Top]" value="1263px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@Top]" value="1036px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP759px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP620px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP620px' and @WidgetType='Label'][@Top]" value="889px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP620px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP620px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Top]" value="829px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Top]" value="639px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP449px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP333px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP333px' and @WidgetType='Label'][@Top]" value="508px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP333px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP333px' and @WidgetType='Label'][@Width]" value="821px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@Top]" value="409px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP249px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP179px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP179px' and @WidgetType='Label'][@Top]" value="335px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP179px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP179px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@Top]" value="166px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@HelpText]" value="Label"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@Top]" value="286px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@Left]" value="0px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='LEFT0pxTOP139px' and @WidgetType='Label'][@Width]" value="820px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='Label'][@Text]" value=" PAEDS NUMBER"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='Label'][@HelpText]" value="The patient's other identifier value"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='Label'][@Top]" value="133px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='Label'][@Left]" value="8px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute54' and @WidgetType='Label'][@Text]" value="Birth Date Estimated"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute54' and @WidgetType='Label'][@HelpText]" value="Is the patient birth date estimated?"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute54' and @WidgetType='Label'][@Top]" value="711px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute54' and @WidgetType='Label'][@Left]" value="475px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute9' and @WidgetType='TextBox'][@HelpText]" value="other unspecified district"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute9' and @WidgetType='TextBox'][@Top]" value="299px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute9' and @WidgetType='TextBox'][@Left]" value="632px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute9' and @WidgetType='TextBox'][@Width]" value="160px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute11' and @WidgetType='TextBox'][@HelpText]" value="Other ward unspecified"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute11' and @WidgetType='TextBox'][@Top]" value="371px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute11' and @WidgetType='TextBox'][@Left]" value="631px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute11' and @WidgetType='TextBox'][@Width]" value="160px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='TextBox'][@HelpText]" value="residence of this patient(Street)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='TextBox'][@Top]" value="430px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='TextBox'][@Left]" value="636px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute13' and @WidgetType='TextBox'][@Width]" value="160px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='TextBox'][@HelpText]" value="telephone number of the patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='TextBox'][@Top]" value="469px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='TextBox'][@Left]" value="185px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute14' and @WidgetType='TextBox'][@Width]" value="160px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='TextBox'][@HelpText]" value="10 cell leader name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='TextBox'][@Top]" value="469px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='TextBox'][@Left]" value="518px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute15' and @WidgetType='TextBox'][@Width]" value="281px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='TextBox'][@HelpText]" value="Head household of the patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='TextBox'][@Top]" value="541px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='TextBox'][@Left]" value="16px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute16' and @WidgetType='TextBox'][@Width]" value="319px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='TextBox'][@HelpText]" value="Name of treatment support of this patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='TextBox'][@Top]" value="600px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='TextBox'][@Left]" value="17px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute27' and @WidgetType='TextBox'][@Width]" value="319px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='TextBox'][@HelpText]" value="Unique identification number of tb patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='TextBox'][@Top]" value="656px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='TextBox'][@Left]" value="133px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute55' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='TextBox'][@HelpText]" value="CBHS number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='TextBox'][@Top]" value="656px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='TextBox'][@Left]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute56' and @WidgetType='TextBox'][@Width]" value="200px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='TextBox'][@HelpText]" value="DSS number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='TextBox'][@Top]" value="726px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='TextBox'][@Left]" value="12px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute29' and @WidgetType='TextBox'][@Width]" value="164px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='TextBox'][@HelpText]" value="number of children"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='TextBox'][@Top]" value="848px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='TextBox'][@Left]" value="340px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute32' and @WidgetType='TextBox'][@Width]" value="82px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='TextBox'][@HelpText]" value="Other health insurance specify"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='TextBox'][@Top]" value="1223px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='TextBox'][@Left]" value="260px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute59' and @WidgetType='TextBox'][@Width]" value="522px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='DatePicker'][@HelpText]" value="Date of first positive HIV test"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='DatePicker'][@Top]" value="1282px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='DatePicker'][@Left]" value="223px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute19' and @WidgetType='DatePicker'][@Width]" value="160px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='TextBox'][@HelpText]" value="VCT number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='TextBox'][@Top]" value="1281px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='TextBox'][@Left]" value="633px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute20' and @WidgetType='TextBox'][@Width]" value="160px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='TextBox'][@HelpText]" value="support group"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='TextBox'][@Top]" value="1402px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='TextBox'][@Left]" value="468px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute23' and @WidgetType='TextBox'][@Width]" value="322px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute25' and @WidgetType='TextBox'][@HelpText]" value="Other source of referral not specified"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute25' and @WidgetType='TextBox'][@Top]" value="1596px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute25' and @WidgetType='TextBox'][@Left]" value="465px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute25' and @WidgetType='TextBox'][@Width]" value="311px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='TextBox'][@HelpText]" value="Name of 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='TextBox'][@Top]" value="1942px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute41' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='TextBox'][@HelpText]" value="Relationship of 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='TextBox'][@Top]" value="1984px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute42' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='TextBox'][@HelpText]" value="NACPNO for 1st family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='TextBox'][@Top]" value="2020px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute43' and @WidgetType='TextBox'][@Width]" value="250px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='TextBox'][@HelpText]" value="Name of 2nd family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='TextBox'][@Top]" value="2060px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute44' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='TextBox'][@HelpText]" value="Relationship of 2ND family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='TextBox'][@Top]" value="2100px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute45' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='TextBox'][@HelpText]" value="NACPNO for 2ND family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='TextBox'][@Top]" value="2141px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='TextBox'][@Left]" value="257px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute46' and @WidgetType='TextBox'][@Width]" value="250px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='TextBox'][@HelpText]" value="Name of 3RD family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='TextBox'][@Top]" value="2180px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute47' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='TextBox'][@HelpText]" value="Relationship of 3RD family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='TextBox'][@Top]" value="2220px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute48' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='TextBox'][@HelpText]" value="NACPNO for 3RD family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='TextBox'][@Top]" value="2260px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='TextBox'][@Left]" value="257px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute49' and @WidgetType='TextBox'][@Width]" value="250px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='TextBox'][@HelpText]" value="Name of 4TH family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='TextBox'][@Top]" value="2298px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute50' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='TextBox'][@HelpText]" value="Relationship of 4TH family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='TextBox'][@Top]" value="2340px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='TextBox'][@Left]" value="256px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute51' and @WidgetType='TextBox'][@Width]" value="550px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='TextBox'][@HelpText]" value="NACPNO for 4TH family member"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='TextBox'][@Top]" value="2381px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='TextBox'][@Left]" value="257px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute52' and @WidgetType='TextBox'][@Width]" value="250px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159785' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Text]" value="College/University"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159785' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@HelpText]" value="college/university/polytechnic"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159785' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Top]" value="1003px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='159785' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Left]" value="226px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1714' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Text]" value="Secondary school education"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1714' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@HelpText]" value="SECONDARY SCHOOL EDUCATION"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1714' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Top]" value="968px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='1714' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Left]" value="524px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='TextBox'][@HelpText]" value="Other reasons for not signing consent form"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='TextBox'][@Top]" value="1800px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='TextBox'][@Left]" value="205px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute60' and @WidgetType='TextBox'][@Width]" value="573px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Text]" value="Other"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@HelpText]" value="OTHER NON-CODED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Top]" value="933px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute34' and @WidgetType='RadioButton'][@Left]" value="466px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Text]" value="Other"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@HelpText]" value="OTHER NON-CODED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Top]" value="799px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute5' and @WidgetType='RadioButton'][@Left]" value="402px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Text]" value="Other"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@HelpText]" value="OTHER NON-CODED"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Top]" value="1003px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='5622' and @ParentBinding='person_attribute17' and @WidgetType='RadioButton'][@Left]" value="467px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='TextBox'][@HelpText]" value="telephone number of head household of the patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='TextBox'][@Top]" value="540px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='TextBox'][@Left]" value="630px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute26' and @WidgetType='TextBox'][@Width]" value="154px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='TextBox'][@HelpText]" value="telephone number of treatment supporter of this patient"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='TextBox'][@Top]" value="600px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='TextBox'][@Left]" value="625px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute28' and @WidgetType='TextBox'][@Width]" value="159px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@Text]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@HelpText]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@Top]" value="733px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@Left]" value="484px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@Text]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@HelpText]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@Top]" value="734px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute54' and @WidgetType='RadioButton'][@Left]" value="570px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@Text]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@HelpText]" value="No"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@Top]" value="1054px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='false' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@Left]" value="350px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@Text]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@HelpText]" value="Yes"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@Top]" value="1053px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='true' and @ParentBinding='person_attribute57' and @WidgetType='RadioButton'][@Left]" value="269px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='DatePicker'][@HelpText]" value="Date of informed consent"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='DatePicker'][@Top]" value="1835px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='DatePicker'][@Left]" value="246px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute38' and @WidgetType='DatePicker'][@Width]" value="215px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='patient_identifier_type_id' and @WidgetType='Label'][@Text]" value=" What type of patient are you registering?"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='patient_identifier_type_id' and @WidgetType='Label'][@HelpText]" value="The patient's identifier type"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='patient_identifier_type_id' and @WidgetType='Label'][@Top]" value="38px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='patient_identifier_type_id' and @WidgetType='Label'][@Left]" value="8px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='TextBox'][@HelpText]" value="The patient identifier"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='TextBox'][@Top]" value="77px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='TextBox'][@Left]" value="173px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='identifier' and @WidgetType='TextBox'][@Width]" value="412px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='TextBox'][@HelpText]" value="The patient's other identifier value"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='TextBox'][@Top]" value="132px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='TextBox'][@Left]" value="175px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='other_identifier' and @WidgetType='TextBox'][@Width]" value="162px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='Label'][@Text]" value=" Mother's NACP number"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='Label'][@HelpText]" value="MOTHER_NACPNO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='Label'][@Top]" value="134px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='Label'][@Left]" value="345px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='TextBox'][@HelpText]" value="MOTHER_NACPNO"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='TextBox'][@Top]" value="130px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='TextBox'][@Left]" value="522px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute61' and @WidgetType='TextBox'][@Width]" value="290px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='TextBox'][@HelpText]" value="The patient given name"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='TextBox'][@Top]" value="209px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='TextBox'][@Left]" value="11px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='given_name' and @WidgetType='TextBox'][@Width]" value="221px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='TextBox'][@HelpText]" value="A well known name of a client"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='TextBox'][@Top]" value="252px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='TextBox'][@Left]" value="108px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute53' and @WidgetType='TextBox'][@Width]" value="446px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='TextBox'][@HelpText]" value="residence of this patient(village)"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='TextBox'][@Top]" value="430px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='TextBox'][@Left]" value="186px"/><text xpath="Form/Page[@Binding='Page1']/Item[@Binding='LEFT48pxTOP100px' and @WidgetType='GroupBox']/Item[@Binding='person_attribute12' and @WidgetType='TextBox'][@Width]" value="160px"/></Form></LanguageText></Language></PurcForm>
Add Comment
Please, Sign In to add comment