Click or drag to resize

IBarcodeGenerator Interface

Represents a provider of barcode formats (QR, GS1, etc) to render data

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IBarcodeGenerator

The IBarcodeGenerator type exposes the following members.

Properties
 NameDescription
Public propertyBarcodeAlgorithm Gets the barcode algorithm
Top
Methods
 NameDescription
Public methodGenerate(Byte) Generate the barcode from raw data
Public methodGenerate(IHasIdentifiers, String) Generate a barcode from the specified identifier
Top
See Also