Skip to content

Commit

Permalink
Update of link to eIACUIC
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesgaohsu committed Dec 18, 2023
1 parent 3409d71 commit 7ea188f
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions onprc_ehr/resources/views/protocolDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
protocol = protocol.toLowerCase();

var webpart = <%=webpartContext%>;
var webpart = webpartContext.webPart;
var domSpec = [{
tag: 'div',
style: 'padding-bottom: 10px;',
Expand Down Expand Up @@ -89,28 +89,6 @@
}
});

/* var otherReports = [{
name: 'View Active Animal Assignments',
url: LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'study', 'query.queryName': 'Assignment', 'query.viewName': 'Active Assignments', 'query.project/protocol/displayName~eq': sr.getValue('displayName')})
},{
name: 'View All Animals Assigned To This Protocol Over A Date Range',
url: LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'study', 'query.queryName': 'assignmentOverlapsById', 'query.param.Protocol': sr.getValue('displayName')})
},{
name: 'View Procedures Allowed Under This Protocol',
url: LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'ehr', 'query.queryName': 'protocolProcedures', 'query.protocol/displayName~eq': sr.getValue('displayName')})
},{
name: 'View Procedures Performed Under This Protocol',
url : LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'study', 'query.queryName': 'encounters', 'query.project/protocol/displayName~eq': sr.getValue('displayName')})
},{
name: 'View Procedure Count Performed Under This Protocol',
url : LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'ehr', 'query.queryName': 'proceduresPerYear', 'query.protocol/displayName~eq': sr.getValue('displayName')})
},{
name: 'View Any Assignments To This Protocol That Do Not Match Allowable Animals',
url: LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'ehr', 'query.queryName': 'assignmentsNotAllowed', 'query.protocol/displayName~eq': sr.getValue('displayName')})
},{
name: 'View The Number of Small Lab Animals Allowed Under This Protocol',
url : LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'sla', 'query.queryName': 'allowableAnimals', 'query.protocol/displayName~eq': sr.getValue('displayName')})
}];*/

Ext4.create('LDK.panel.WebpartPanel', {
title: 'Other Reports',
Expand Down Expand Up @@ -171,13 +149,6 @@
failure: LDK.Utils.getErrorCallback()
}).render('allowableSLAs_' + webpart.wrapperDivId);

/* LDK.Utils.getReadOnlyQWP({
title: 'Exemptions',
schemaName: 'ehr',
queryName: 'protocolexemptions',
filters: [LABKEY.Filter.create('coalescedProtocol', protocol, LABKEY.Filter.Types.EQUAL)],
failure: LDK.Utils.getErrorCallback()
}).render('exemptions_' + webpart.wrapperDivId);*/

});

Expand Down

0 comments on commit 7ea188f

Please sign in to comment.