Skip to content

A Plugin for RDMP containing a collection of HIC related and Scotland specific functionality

Notifications You must be signed in to change notification settings

HicServices/HICPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HICPlugin

A collection of HIC Specific functionality. This includes:

  • DrsPlugin - Retinal Image functionality

  • GoDartsPlugin & GoDartsUIPlugin - Genetics Of Diabetes Audit and Research

    Allows the setup of GoFusion from within RDMP

  • HIC.Demography - Demography functionality

    Allows for the validation of CHI numbers

  • HICPlugin - Contains a wide selection of functionality

    • CHI Populator for data tables
    • RDMP Crash Overwrite
  • HICPluginInteractive - Additional interactive functionality

    • Extract Data Table Viewer
  • SCIStorePlugin - Scottish Care Information Store

    Allows for the ETL of SCI Data into RDMP

Building

Before Building, ensure the version number is correct within the hicplugin.nuspec and sharedAssembly.info file You will also need 7zip or an equivalent installed.

You can build this plugin ready for upload to an RDMP instance using:

dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/windows/windows.csproj -c Release -o p/windows
dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/main/main.csproj -c Release -o p/main
7z a -tzip Rdmp.Hic.Plugin.6.1.0.rdmp hicplugin.nuspec p
dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- pack -p --file Rdmp.Hic.Plugin.6.1.0.rdmp --dir yaml

Once built you will have a file called Rdmp.Hic.Plugin.6.1.0.rdmp

Upload it to RDMP using

./rdmp pack -p -f Z:\Repos\HICPlugin\Rdmp.Hic.Plugin.6.1.0.rdmp

Upload into RDMP. Or use the gui client 'Plugins' node under the Tables(Advanced) toolbar button