HIC.DicomTypeTranslation by Health Informatics Centre - University of Dundee

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

 HIC.DicomTypeTranslation 2.3.0

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.3.0</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 ©  2018-2020</copyright>
    <tags>Dicom,ETL,SQL</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="HIC.FAnsiSql" version="0.11.1" exclude="Build,Analyzers" />
        <dependency id="MongoDB.Driver" version="2.10.4" exclude="Build,Analyzers" />
        <dependency id="NLog" version="4.7.2" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
        <dependency id="YamlDotNet" version="8.1.1" exclude="Build,Analyzers" />
        <dependency id="fo-dicom.NetCore" version="4.0.5" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <contentFiles>
      <files include="any/netstandard2.0/Elevation/Serialization/TagElevationRequestCollectionExample.xml" buildAction="Content" />
    </contentFiles>
  </metadata>
</package>