Click or drag to resize

IBarcodeProviderService Interface

Represents a barcode generator (QR, CODE39, etc.) which generates visual pointers to provided data

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IBarcodeProviderService : IServiceImplementation

The IBarcodeProviderService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
Remarks

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

See Also