| IBarcodeProviderServiceGetBarcodeGenerator Method |
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax IBarcodeGenerator GetBarcodeGenerator(
string barcodeAlgorithm
)
Function GetBarcodeGenerator (
barcodeAlgorithm As String
) As IBarcodeGenerator
IBarcodeGenerator^ GetBarcodeGenerator(
String^ barcodeAlgorithm
)
abstract GetBarcodeGenerator :
barcodeAlgorithm : string -> IBarcodeGenerator
Parameters
- barcodeAlgorithm
- Type: SystemString
The algorithm for which the generator is to be retrieved
Return Value
Type:
IBarcodeGeneratorThe barocde generator
See Also