Changeset 19916 in main for trunk/db/src/main/scripts/mysql/data-topic.sql
- Timestamp:
- 03/01/20 23:07:45 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/db/src/main/scripts/mysql/data-topic.sql
r18552 r19916 17 17 insert into TOPIC (NAME, TITLE, URL, DESCRIPTION, SORT_ORDER, ACTIVE_FLAG, MODIFIED_DATE) values ( "Immunization", "Immunization", "topic/healthcare/utilization/immunization/Detail.html", "Use of Preventive Services: Immunization selection.", 42, "x", now() ); 18 18 insert into TOPIC (NAME, TITLE, URL, DESCRIPTION, SORT_ORDER, ACTIVE_FLAG, MODIFIED_DATE) values ( "OralHealth", "Oral Health", "topic/healthcare/utilization/oral/Detail.html", "Use of Preventive Services: Oral Health selection.", 43, "x", now() ); 19 insert into TOPIC (NAME, TITLE, URL, DESCRIPTION, SORT_ORDER, ACTIVE_FLAG, MODIFIED_DATE) values ( "Other 19 insert into TOPIC (NAME, TITLE, URL, DESCRIPTION, SORT_ORDER, ACTIVE_FLAG, MODIFIED_DATE) values ( "OtherPreventive", "Other Preventive", "topic/healthcare/utilization/other/Detail.html", "Use of Preventive Services: Other selection.", 49, "x", now() ); 20 20 21 21
Note: See TracChangeset
for help on using the changeset viewer.