Search Results for

    Show / Hide Table of Contents

    Interface IExternalAppDetailsRepository

    Namespace: Monai.Deploy.InformaticsGateway.Database.Api.Repositories
    Assembly: Monai.Deploy.InformaticsGateway.Database.Api.dll
    Syntax
    public interface IExternalAppDetailsRepository

    Methods

    | Improve this Doc View Source

    AddAsync(ExternalAppDetails, CancellationToken)

    Declaration
    Task AddAsync(ExternalAppDetails details, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    ExternalAppDetails details
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    | Improve this Doc View Source

    GetAsync(String, CancellationToken)

    Declaration
    Task<List<ExternalAppDetails>> GetAsync(string studyInstanceId, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.String studyInstanceId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<List<ExternalAppDetails>>
    | Improve this Doc View Source

    GetByPatientIdOutboundAsync(String, CancellationToken)

    Declaration
    Task<ExternalAppDetails> GetByPatientIdOutboundAsync(string patientId, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.String patientId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<ExternalAppDetails>
    | Improve this Doc View Source

    GetByStudyIdOutboundAsync(String, CancellationToken)

    Declaration
    Task<ExternalAppDetails> GetByStudyIdOutboundAsync(string studyInstanceId, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.String studyInstanceId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<ExternalAppDetails>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX