Skip to content

ehr_lookups.cage_type extensible columns #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: release24.3-SNAPSHOT
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions WNPRC_EHR/resources/domain-templates/ehr_lookups.template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xmlns="http://labkey.org/data/xml/domainTemplate"
xmlns:dat="http://labkey.org/data/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<template xsi:type="EHRLookupsTemplateType">
<table tableName="cage_type" tableDbType="TABLE">
<dat:tableTitle>Cage Type</dat:tableTitle>
<dat:columns>
<dat:column columnName="type">
<dat:rangeURI>string</dat:rangeURI>
</dat:column>
</dat:columns>
</table>
</template>



</templates>
4 changes: 3 additions & 1 deletion WNPRC_EHR/resources/views/ehrAdmin.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
//{name: 'Generate Schema XML', url: '<%=contextPath%>' + '/admin-getSchemaXmlDoc.view?full=true&dbSchema=core'},
//{name: 'View Site Errors', url: '<%=contextPath%>' + '/Shared/query-executeQuery.view?schemaName=auditlog&query.queryName=Client%20API%20Actions'}
{name: 'UnSchedule BC Reports', url: '<%=contextPath%><%=containerPath%>/wnprc_ehr-UnscheduleBCReports.view'},
{name: 'Schedule BC Reports', url: '<%=contextPath%><%=containerPath%>/wnprc_ehr-ScheduleBCReports.view'}
{name: 'Schedule BC Reports', url: '<%=contextPath%><%=containerPath%>/wnprc_ehr-ScheduleBCReports.view'},
{name: 'EHR Extensible Columns', url: '<%=contextPath%><%=containerPath%>/ehr-ehrTemplates.view'},

]
},
{header: 'Documentation',
Expand Down