VonkLoader 1.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global VonkLoader --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local VonkLoader --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=VonkLoader&version=1.0.1
nuke :add-package VonkLoader --version 1.0.1

Installing

VonkLoader is a free, multithreaded tool for Windows / macOS / Linux to upload resources in bulk to any FHIR server.

Running

Available parameters are:

-file:<filename>
    zip file with xml and/or json files with resources, mandatory
-server:<url>
    FHIR server base address, mandatory
-limit:x
    load no more than x resources, default is all the resources in the zip
-parallel:
    how many requests are sent in parallel, default is 10
-collectionHandling: AsIs / Split / Batch
    AsIs: send a collection Bundle as is (to /Bundle)
    Split: send each of the Bundle.resource's from a collection Bundle separately (STU3 only)
    Batch: convert the collection Bundle to a batch Bundle and send it to the server base address (STU3 only)
-allowCreate
    if a resource has no id, issue a create. Default: ignore resources without id.

See also vonkloader --help on running the tool.

Example:

vonkloader -file:examples-json-stu3.zip -server:http://localhost:4080 -allowCreate
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
Version Downloads Last updated