Search Results for

    Show / Hide Table of Contents

    Interface IMllpExtract

    Namespace: Monai.Deploy.InformaticsGateway.Api.Mllp
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public interface IMllpExtract

    Methods

    | Improve this Doc View Source

    ExtractInfo(Hl7FileStorageMetadata, Message, Hl7ApplicationConfigEntity)

    Declaration
    Task<Message> ExtractInfo(Hl7FileStorageMetadata meta, Message message, Hl7ApplicationConfigEntity configItem)
    Parameters
    Type Name Description
    Hl7FileStorageMetadata meta
    HL7.Dotnetcore.Message message
    Hl7ApplicationConfigEntity configItem
    Returns
    Type Description
    System.Threading.Tasks.Task<HL7.Dotnetcore.Message>
    | Improve this Doc View Source

    GetConfigItem(Message)

    Declaration
    Task<Hl7ApplicationConfigEntity> GetConfigItem(Message message)
    Parameters
    Type Name Description
    HL7.Dotnetcore.Message message
    Returns
    Type Description
    System.Threading.Tasks.Task<Hl7ApplicationConfigEntity>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX