Click or drag to resize

IBarcodeGeneratorGenerate(IHasIdentifiers, String) Method

Generate a barcode from the specified identifier

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
Stream Generate(
	IHasIdentifiers entity,
	params string[] identityDomains
)

Parameters

entity  IHasIdentifiers

[Missing <param name="entity"/> documentation for "M:SanteDB.Core.Services.IBarcodeGenerator.Generate(SanteDB.Core.Model.Interfaces.IHasIdentifiers,System.String[])"]

identityDomains  String

[Missing <param name="identityDomains"/> documentation for "M:SanteDB.Core.Services.IBarcodeGenerator.Generate(SanteDB.Core.Model.Interfaces.IHasIdentifiers,System.String[])"]

Return Value

Stream

[Missing <returns> documentation for "M:SanteDB.Core.Services.IBarcodeGenerator.Generate(SanteDB.Core.Model.Interfaces.IHasIdentifiers,System.String[])"]

See Also