IBarcodeProviderService Interface |
Namespace: SanteDB.Core.Services
The IBarcodeProviderService type exposes the following members.
Name | Description | |
---|---|---|
ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
Name | Description | |
---|---|---|
Generate(String) |
Generate the barcode from raw data
| |
GenerateTEntity(IEnumerableIdentifierBaseTEntity) |
Generate a barcode from the specified identifier
|
The barcode generator provider is responsible for accepting one or more EntityIdentifier or ActIdentifier 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 Visual Resource Pointer API