You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find some [sample templates](https://github.com/HicServices/DicomTypeTranslation/tree/develop/Templates) in the DicomTypeTranslation repository].
23
+
You can find some [sample templates](https://github.com/SMI/DicomTypeTranslation/tree/develop/Templates) in the DicomTypeTranslation repository].
24
24
25
25
All tables should have a unique primary key e.g. SOPInstanceUID. Identical duplication is automatically handled when migrating from RAW to STAGING (prior to MERGE with LIVE) so you can use high level fields as primary keys (e.g. StudyInstanceUID) provided all values in all images are the same for that value (e.g. PatientID, PatientBirthDate etc - these are unlikely to change during a study!).
26
26
@@ -50,4 +50,4 @@ Sometimes there are differences in study/series level tags between images when y
50
50
|[PrimaryKeyCollisionIsolationMutilation](./../Rdmp.Dicom/PipelineComponents/PrimaryKeyCollisionIsolationMutilation.md)| If all the above components failed then you can use this one to isolate the colliding records into a store (and drop them from the data load) |
| HIC.RDMP.Plugin |[GitHub](https://github.com/HicServices/RDMP)|[8.1.0-rc1](https://www.nuget.org/packages/HIC.RDMP.Plugin/8.1.0-rc1)|[GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html)| Interact with RDMP objects, base classes for plugin components etc ||
14
14
| LibArchive.Net |[GitHub](https://github.com/jas88/libarchive.net)|[0.1.3](https://www.nuget.org/packages/LibArchive.Net/0.1.3)|[BSD]| Access archive formats without the LZMA bugs of SharpCompress ||
15
15
| Terminal.Gui |[GitHub](https://github.com/migueldeicaza/gui.cs)|[1.10.0](https://www.nuget.org/packages/Terminal.Gui/1.10.0)|[MIT]| UIs compatible with RDMP gui command line ||
Plugin for [RDMP](https://github.com/HicServices/RDMP) that adds support for load, linking (with EHR data in relational databases) and extracting anonymous DICOM images for researchers.
@@ -9,7 +9,7 @@ Plugin for [RDMP](https://github.com/HicServices/RDMP) that adds support for loa
9
9
The following demo shows how to deploy and use the RDMP dicom plugin:
10
10
https://youtu.be/j42hmVZKRb4
11
11
12
-
Releases of the Rdmp.Dicom plugin are hosted in the [Releases section of this Github Repository](https://github.com/HicServices/RdmpDicom/releases). Once you have downloaded the plugin you can add it to your RDMP instance through the Plugins node in the Tables collection:
12
+
Releases of the Rdmp.Dicom plugin are hosted in the [Releases section of this Github Repository](https://github.com/SMI/RdmpDicom/releases). Once you have downloaded the plugin you can add it to your RDMP instance through the Plugins node in the Tables collection:
0 commit comments