Barcode Generator Provider
Last updated
Was this helpful?
Last updated
Was this helpful?
IBarcodeProviderService
in assembly SanteDB.Core.Api version 3.0.1980.0
Represents a barcode generator (QR, CODE39, etc.) which generates visual pointers to provided data
The barcode generator provider is responsible for accepting one or more or instances from an object, and generating a secure barcode which points at the provided resource. Additionally, the barcode provider provides SanteDB with the tooling to generate barcodes from raw data. These barcodes should be returned as an appropriate stream (containing PNG, PDF, or other data) which can be served to the other SanteDB components such as BI reports, or the REST API
This interface is the basis for the API
GetBarcodeGenerator
IBarcodeGenerator
String barcodeAlgorithm
Get the for
Default implementation of