We are creating a custom terminology for vertebrate musculoskeletal system by extracting the relevant terms from the Uberon ontology. I have encountered a few things that I can’t find the answers to.
- When I custom terminology is successfully imported to Slicer, where is it saved? I removed the original JSON file that was imported, but the terminology is still there. I searched for files modified under Slicer install tree, but wasn’t able to find. As I am testing more and more files are being added, and I would like clear them.
- Is there field that controls the value of the displayed value? AFAIT the label comes from “CodeMeaning” field. There is a field called “3dSlicerLabel” but that does’t seem to affect the displayed value.
The issue is some of the terms from Uberon is too long to use as the actual name.
E.g., upper first primary molar tooth
Instead we would like this to be displayed something like UM1.
Here is the section of terminology we are using…
"SegmentationCategoryTypeContextName": "Murat",
"@schema": "https://raw.githubusercontent.com/qiicr/dcmqi/master/doc/schemas/segment-context-schema.json#",
"SegmentationCodes": {
"Category": [
{
"CodeMeaning": "Dentition",
"CodingSchemeDesignator": "UBERON",
"showAnatomy": true,
"cid": "7150",
"CodeValue": "0018588",
"contextGroupName": "SegmentationPropertyCategories",
"Type": [
{
"recommendedDisplayRGBValue": [
0,
179,
92
],
"CodeMeaning": "upper first primary molar tooth",
"CodingSchemeDesignator": "UBERON",
"3dSlicerLabel": "UM1",
"3dSlicerIntegerLabel": 1,
"CodeValue": "0018588",
"contextGroupName": "CommonTissueSegmentationTypes",
"paired": "Y",
"Modifier": [
{
"recommendedDisplayRGBValue": [
0,
179,
92
],
"CodeMeaning": "Right",
"CodingSchemeDesignator": "SCT",
"3dSlicerLabel": "right UM1",
"3dSlicerIntegerLabel": 2,
"cid": "244",
"UMLSConceptUID": "C0205090",
"CodeValue": "24028007",
"contextGroupName": "Laterality",
"SNOMEDCTConceptID": "24028007"
},
{
"recommendedDisplayRGBValue": [
0,
179,
92
],
"CodeMeaning": "Left",
"CodingSchemeDesignator": "SCT",
"3dSlicerLabel": "left UM1",
"3dSlicerIntegerLabel": 3,
"cid": "244",
"UMLSConceptUID": "C0205091",
"CodeValue": "7771000",
"contextGroupName": "Laterality",
"SNOMEDCTConceptID": "7771000"
}
]
},
{
"recommendedDisplayRGBValue": [
144,
16,
49
],