Interface IInputHL7DataPlugIn
IInputDataPlugIn
enables lightweight data processing over incoming data received from supported data ingestion
services.
Refer to IInputHL7DataPlugInEngine for additional details.
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public interface IInputHL7DataPlugIn
Properties
|
Improve this Doc
View Source
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Declaration
Task<(Message hl7Message, FileStorageMetadata fileMetadata)> ExecuteAsync(Message hl7File, FileStorageMetadata fileMetadata)
Parameters
Returns