Click or drag to resize

IBarcodeProviderServiceGenerateTEntity Method (IEnumerableIdentifierBaseTEntity)

Generate a barcode from the specified identifier

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
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.Core.Services.IBarcodeProviderService.Generate``1(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.DataTypes.IdentifierBase{``0}})"]

Type Parameters

TEntity
The type of entity to which the identifier is attached

Return Value

Type: Stream

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

See Also