Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3677

Show
Ignore:
Timestamp:
03/20/08 12:16:34 (10 months ago)
Author:
tmdugan
Message:

-- chica

* added inserts that were previously in the atd module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/chica/metadata/sqldiff.xml

    r3663 r3677  
    13571357                </sql> 
    13581358                </diff> 
     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.'); 
     1368INSERT INTO `atd_form_attribute` VALUES ('4', 'medRecNumberTag', 'XML tagname that contains the patient\'s medical record number within a form instance.'); 
     1369INSERT INTO `atd_form_attribute` VALUES ('5', 'numQuestions', 'Number of Questions on the PSF form'); 
     1370INSERT INTO `atd_form_attribute` VALUES ('6', 'numPrompts', 'Number of Prompts on the PWS form'); 
     1371 
     1372INSERT INTO `atd_form_attribute_value` VALUES ('1', '16', 'C:/forms to merge/PSF', '1'); 
     1373INSERT INTO `atd_form_attribute_value` VALUES ('2', '16', 'C:/forms to merge/exported/PSF', '2'); 
     1374INSERT INTO `atd_form_attribute_value` VALUES ('3', '16', 'PSF_ID', '3'); 
     1375INSERT INTO `atd_form_attribute_value` VALUES ('4', '16', 'MRN', '4'); 
     1376INSERT INTO `atd_form_attribute_value` VALUES ('5', '18', 'C:/forms to merge/PWS', '1'); 
     1377INSERT INTO `atd_form_attribute_value` VALUES ('6', '18', 'C:/forms to merge/exported/PWS', '2'); 
     1378INSERT INTO `atd_form_attribute_value` VALUES ('7', '18', 'PWS_ID', '3'); 
     1379INSERT INTO `atd_form_attribute_value` VALUES ('8', '18', 'MRN', '4'); 
     1380INSERT INTO `atd_form_attribute_value` VALUES ('9', '16', '20', '5'); 
     1381INSERT INTO `atd_form_attribute_value` VALUES ('10','18', '6', '6'); 
     1382        </sql> 
     1383                </diff> 
    13591384</sqldiff>