Click or drag to resize

QrBarcodeGeneratorGenerateTEntity Method (IEnumerableIdentifierBaseTEntity)

Generate the specified barcode from the information provided

Namespace:  SanteDB.DisconnectedClient.UI.Services
Assembly:  SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax
public Stream Generate<TEntity>(
	IEnumerable<IdentifierBase<TEntity>> identifers
)
where TEntity : new(), VersionedEntityData<TEntity>

Parameters

identifers
Type: System.Collections.GenericIEnumerableIdentifierBaseTEntity

[Missing <param name="identifers"/> documentation for "M:SanteDB.DisconnectedClient.UI.Services.QrBarcodeGenerator.Generate``1(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.DataTypes.IdentifierBase{``0}})"]

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "M:SanteDB.DisconnectedClient.UI.Services.QrBarcodeGenerator.Generate``1(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.DataTypes.IdentifierBase{``0}})"]

Return Value

Type: Stream

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.UI.Services.QrBarcodeGenerator.Generate``1(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.DataTypes.IdentifierBase{``0}})"]

Implements

IBarcodeProviderServiceGenerateTEntity(IEnumerableIdentifierBaseTEntity)
See Also