Skip to content

Commit

Permalink
Merge pull request #319 from NCIEVS/bac/RDFBROWSER-513-term-suggestio…
Browse files Browse the repository at this point in the history
…n-link

RDFBROWSER-513, RDFBROWSER-514: Fix term form button and make the batch cdisc file available, other changes in everestapi-operations
  • Loading branch information
peter-va authored Dec 6, 2024
2 parents e7ebdfc + a6b024b commit 95e0cf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { writeXLSX, utils, WorkSheet } from 'xlsx-republish';
import { saveAs } from 'file-saver';
import { ViewportScroller } from '@angular/common';
import { LoaderService } from '../../service/loader.service';
import { environment } from '../../../environments/environment';

// Concept display component
// BAC - looks like not used
Expand Down Expand Up @@ -205,7 +206,7 @@ export class ConceptDisplayComponent implements OnInit {
}

termSuggestionUrl() {
window.open('https://ncitermform.nci.nih.gov/ncitermform/?code=' + this.conceptCode, '_blank');
window.open(environment.host + '/evsexplore/termform?code=' + this.conceptCode, '_blank');
}

expandCollapseTables() {
Expand Down
28 changes: 0 additions & 28 deletions web/frontend/src/app/component/welcome/welcome.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,34 +84,6 @@ <h4 class="modal-title" id="modal-basic-title">Notice</h4>
Terminology resources and services for NCI and the biomedical community.
</td>
</tr>
<!--
<tr valign="top">
<td>
<a href="https://ncim.nci.nih.gov/ncimbrowser" target="_blank" alt="NCIm">
<img src="assets/images/NCImTile.png" width="77" height="38px" alt="NCIm" border="0" />
</a>
</td>
<td width="3px;"></td>
<td class="textbody" valign="top">
<a href="https://ncim.nci.nih.gov/ncimbrowser" target="_blank" alt="NCIm">NCI Metathesaurus</a>:
Comprehensive database of 6,700,000 terms from over 85 terminologies.
</td>
</tr>
<tr valign="top">
<td>
<a href="https://ncit.nci.nih.gov/ncitbrowser/" alt="NCI Term Browser">
<img src="assets/images/EVSTermsBrowserTile.png" width="77" height="38px" alt="NCI Term Browser"
border="0" />
</a>
</td>
<td width="3px;"></td>
<td class="textbody" valign="top">
<a href="https://ncit.nci.nih.gov/ncitbrowser/" alt="NCI Term Browser">NCI Term Browser</a>:
NCI and other terminologies in an integrated environment.
</td>
</tr>
-->
<tr valign="top">
<td class="textbody" valign="top">
<a [routerLink]="['/welcome']" [queryParams]="{ terminology: 'ncim' }" target="_top" alt="NCI Metathesaurus" class="regular-link">
Expand Down
Binary file not shown.

0 comments on commit 95e0cf5

Please sign in to comment.