| 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>
Function Generate(Of TEntity As {New, VersionedEntityData(Of TEntity)}) (
identifers As IEnumerable(Of IdentifierBase(Of TEntity))
) As Stream
generic<typename TEntity>
where TEntity : gcnew(), VersionedEntityData<TEntity>
Stream^ Generate(
IEnumerable<IdentifierBase<TEntity>^>^ identifers
)
abstract Generate :
identifers : IEnumerable<IdentifierBase<'TEntity>> -> Stream when 'TEntity : new() and 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