HIC.DicomTypeTranslation by Health Informatics Centre - University of Dundee

<PackageReference Include="HIC.DicomTypeTranslation" Version="2.1.2" />

 HIC.DicomTypeTranslation 2.1.2

Extension library for FoDicom supporting flexible relational database schemas for storing large Dicom imaging datasets. Also supports persisting Dicom tag data to MongoDb

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>HIC.DicomTypeTranslation</id>
    <version>2.1.2</version>
    <title>HIC.DicomTypeTranslation</title>
    <authors>Health Informatics Centre - University of Dundee</authors>
    <owners>Health Informatics Centre - University of Dundee</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">GPL-3.0-or-later</license>
    <licenseUrl>https://licenses.nuget.org/GPL-3.0-or-later</licenseUrl>
    <projectUrl>https://github.com/HicServices/DicomTypeTranslation</projectUrl>
    <description>Extension library for FoDicom supporting flexible relational database schemas for storing large Dicom imaging datasets.  Also supports persisting Dicom tag data to MongoDb</description>
    <copyright>Copyright 2019</copyright>
    <tags>Dicom,ETL,SQL</tags>
    <dependencies>
      <dependency id="fo-dicom.NetCore" version="4.0.1" />
      <dependency id="HIC.FAnsiSql" version="0.10.12" />
      <dependency id="MongoDB.Driver" version="2.8.1" />
      <dependency id="Newtonsoft.Json" version="12.0.2" />
      <dependency id="NLog" version="4.6.3" />
      <dependency id="YamlDotNet" version="6.0.0" />
    </dependencies>
  </metadata>
</package>