14 lines
4.6 KiB
SQL
Executable File
14 lines
4.6 KiB
SQL
Executable File
-- musculoskeletal Form in MUSCULOSKELETAL/PV/PAIN tab
|
|
|
|
|
|
INSERT INTO `forms` (`id`, `form_name`, `form_data`) VALUES
|
|
(66, 'MUSCULOSKELETAL-Activity-mobility', '{\"formSections\":[{\"id\":\"user-form-settings\",\"componentType\":\"form\",\"component\":{\"ajax\":\"false\",\"attr\":\"novalidate\",\"framework\":\"bs4\",\"iconFont\":\"fontawesome5\",\"iconFontUrl\":\"//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/css/all.min.css\",\"id\":\"MUSCULOSKELETAL-Activity-mobility\",\"layout\":\"horizontal\",\"plugins\":[],\"aftervalidation\":\"\",\"redirectUrl\":\"\",\"senderEmail\":\"\",\"recipientEmail\":\"\",\"subject\":\"\",\"senderName\":\"\",\"replyToEmail\":\"\",\"sentMessage\":\"\",\"dbTable\":\"\",\"dbPrimary\":\"\",\"dbFilter\":\"\"}},{\"id\":\"c16pgdp0x1905wzxkd4ij\",\"componentType\":\"checkbox\",\"component\":{\"componentType\":\"checkbox\",\"helper\":\"\",\"plugins\":[],\"checkboxes\":[{\"index\":1,\"text\":\"WNL\",\"value\":\"WNL\"},{\"index\":2,\"text\":\"Limited ROM\",\"value\":\"Limited ROM\"},{\"index\":3,\"text\":\"Generalized weakness\",\"value\":\"Generalized weakness\"},{\"index\":4,\"text\":\"Poor Balance\",\"value\":\"Poor Balance\"},{\"index\":5,\"text\":\"Joint swelling\",\"value\":\"Joint swelling\"},{\"index\":6,\"text\":\"Joint pain\",\"value\":\"Joint pain\"},{\"index\":7,\"text\":\"Joint stiffness\",\"value\":\"Joint stiffness\"},{\"index\":8,\"text\":\"Contractures\",\"value\":\"Contractures\"},{\"index\":9,\"text\":\"Weakness\",\"value\":\"Weakness\"},{\"index\":10,\"text\":\"Amputation\",\"value\":\"Amputation\"},{\"index\":11,\"text\":\"Prosthesis\",\"value\":\"Prosthesis\"},{\"index\":12,\"text\":\"Paralysis\",\"value\":\"Paralysis\"}],\"attr\":[{\"name\":\"class\",\"value\":\"fstfdt6tsrt\"}],\"clazz\":\"fstfdt6tsrt\",\"index\":1,\"inline\":\"true\",\"label\":\"Activity & Mobility\",\"name\":\"activity_mobility\",\"value\":\"\",\"width\":\"100%\"}},{\"id\":\"5saa0a70s0ms3af4ydomca\",\"componentType\":\"radio\",\"component\":{\"componentType\":\"radio\",\"helper\":\"\",\"plugins\":[],\"radioButtons\":[{\"index\":1,\"text\":\"Independence\",\"value\":\"Independence\"},{\"index\":2,\"text\":\"Supervision\",\"value\":\"Supervision\"},{\"index\":3,\"text\":\"Contact guard\",\"value\":\"Contact guard\"},{\"index\":4,\"text\":\"Assist\",\"value\":\"Assist\"},{\"index\":5,\"text\":\"Bedbound\",\"value\":\"Bedbound\"}],\"attr\":[{\"name\":\"class\",\"value\":\"fstfdt6tsrt\"}],\"clazz\":\"fstfdt6tsrt\",\"index\":1,\"inline\":\"true\",\"label\":\"Ambulation\",\"name\":\"ambulation\",\"value\":\"\",\"width\":\"100%\"}},{\"id\":\"e44r8hq0cqag1g7hg1q46\",\"componentType\":\"radio\",\"component\":{\"componentType\":\"radio\",\"helper\":\"\",\"plugins\":[],\"radioButtons\":[{\"index\":1,\"text\":\"Independence\",\"value\":\"Independence\"},{\"index\":2,\"text\":\"Supervision\",\"value\":\"Supervision\"},{\"index\":3,\"text\":\"Contact Guard\",\"value\":\"Contact guard\"},{\"index\":4,\"text\":\"Assist\",\"value\":\"Assist\"},{\"index\":5,\"text\":\"Hoyer Lift\",\"value\":\"Hoyer Lift\"},{\"index\":6,\"text\":\"Transfer board\",\"value\":\"Transfer board\"}],\"attr\":[{\"name\":\"class\",\"value\":\"fstfdt6tsrt\"}],\"clazz\":\"fstfdt6tsrt\",\"index\":2,\"inline\":\"true\",\"label\":\"Transfer\",\"name\":\"transfer\",\"value\":\"\",\"width\":\"100%\"}},{\"id\":\"bbm1isixprd9ed04juuzei\",\"componentType\":\"checkbox\",\"component\":{\"componentType\":\"checkbox\",\"helper\":\"\",\"plugins\":[],\"checkboxes\":[{\"index\":1,\"text\":\"Cane\",\"value\":\"Cane\"},{\"index\":2,\"text\":\"Walker\",\"value\":\"Walker\"},{\"index\":3,\"text\":\"Crutches\",\"value\":\"Crutches\"},{\"index\":4,\"text\":\"Wheelchair\",\"value\":\"Wheelchair\"},{\"index\":5,\"text\":\"Hospital Bed\",\"value\":\"Hospital Bed\"},{\"index\":6,\"text\":\"Air pressure Mattress\",\"value\":\"Air pressure Mattress\"}],\"attr\":[],\"clazz\":\"\",\"index\":2,\"inline\":\"true\",\"label\":\"Devices\",\"name\":\"devices\",\"value\":\"\",\"width\":\"100%\"}}],\"uiForm\":{\"attr\":\"novalidate\",\"id\":\"fg-form\",\"layout\":\"horizontal\"},\"userForm\":{\"ajax\":\"false\",\"attr\":\"novalidate\",\"framework\":\"bs4\",\"iconFont\":\"fontawesome5\",\"iconFontUrl\":\"//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/css/all.min.css\",\"id\":\"fg-form\",\"layout\":\"horizontal\",\"plugins\":[],\"aftervalidation\":\"\",\"redirectUrl\":\"\",\"senderEmail\":\"\",\"recipientEmail\":\"\",\"subject\":\"\",\"senderName\":\"\",\"replyToEmail\":\"\",\"sentMessage\":\"\",\"dbTable\":\"\",\"dbPrimary\":\"\",\"dbFilter\":\"\"}}');
|
|
|
|
|
|
|
|
|
|
INSERT INTO `form_template_mapping` (`id`, `form_name`, `template_id`) VALUES (NULL, 'MUSCULOSKELETAL-Activity-mobility', '66');
|
|
|
|
|
|
|