| IBinaryDataTransformerApply Method |
Apply the transformer
Namespace:
SanteDB.Matcher.Transforms
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax Object Apply(
Object a,
Object b,
params Object[] parms
)
Function Apply (
a As Object,
b As Object,
ParamArray parms As Object()
) As Object
Object^ Apply(
Object^ a,
Object^ b,
... array<Object^>^ parms
)
abstract Apply :
a : Object *
b : Object *
parms : Object[] -> Object
Parameters
- a
- Type: SystemObject
The first input - b
- Type: SystemObject
The second input - parms
- Type: SystemObject
The parameters to the data transformer
Return Value
Type:
ObjectThe output data
See Also