| | 1359 | <diff> |
|---|
| | 1360 | <version>1.0.6</version> |
|---|
| | 1361 | <author>Tammy Dugan</author> |
|---|
| | 1362 | <date>Mar 20th 2008</date> |
|---|
| | 1363 | <description> |
|---|
| | 1364 | Add chica form attributes. |
|---|
| | 1365 | </description> |
|---|
| | 1366 | <sql> |
|---|
| | 1367 | INSERT INTO `atd_form_attribute` VALUES ('3', 'formInstanceIdTag', 'XML tagname that contains the form_instance_id for the form instance.'); |
|---|
| | 1368 | INSERT INTO `atd_form_attribute` VALUES ('4', 'medRecNumberTag', 'XML tagname that contains the patient\'s medical record number within a form instance.'); |
|---|
| | 1369 | INSERT INTO `atd_form_attribute` VALUES ('5', 'numQuestions', 'Number of Questions on the PSF form'); |
|---|
| | 1370 | INSERT INTO `atd_form_attribute` VALUES ('6', 'numPrompts', 'Number of Prompts on the PWS form'); |
|---|
| | 1371 | |
|---|
| | 1372 | INSERT INTO `atd_form_attribute_value` VALUES ('1', '16', 'C:/forms to merge/PSF', '1'); |
|---|
| | 1373 | INSERT INTO `atd_form_attribute_value` VALUES ('2', '16', 'C:/forms to merge/exported/PSF', '2'); |
|---|
| | 1374 | INSERT INTO `atd_form_attribute_value` VALUES ('3', '16', 'PSF_ID', '3'); |
|---|
| | 1375 | INSERT INTO `atd_form_attribute_value` VALUES ('4', '16', 'MRN', '4'); |
|---|
| | 1376 | INSERT INTO `atd_form_attribute_value` VALUES ('5', '18', 'C:/forms to merge/PWS', '1'); |
|---|
| | 1377 | INSERT INTO `atd_form_attribute_value` VALUES ('6', '18', 'C:/forms to merge/exported/PWS', '2'); |
|---|
| | 1378 | INSERT INTO `atd_form_attribute_value` VALUES ('7', '18', 'PWS_ID', '3'); |
|---|
| | 1379 | INSERT INTO `atd_form_attribute_value` VALUES ('8', '18', 'MRN', '4'); |
|---|
| | 1380 | INSERT INTO `atd_form_attribute_value` VALUES ('9', '16', '20', '5'); |
|---|
| | 1381 | INSERT INTO `atd_form_attribute_value` VALUES ('10','18', '6', '6'); |
|---|
| | 1382 | </sql> |
|---|
| | 1383 | </diff> |
|---|