@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Function MirthApiAxiosParamCreator

    • MirthApi - axios parameter creator

      Parameters

      Returns {
          getMirthChannel: (
              channelId: string,
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getMirthChannelMap: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
          getMirthChannelMessage: (
              channelId: string,
              messageId: string,
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getMirthChannelMessages: (
              channelId: string,
              page?: number,
              size?: number,
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getMirthChannels: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
          getMirthGroups: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
      }

      • getMirthChannel: (channelId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>

        Get details and statistics about a specific Mirth channel

      • getMirthChannelMap: (options?: AxiosRequestConfig) => Promise<RequestArgs>

        Retrieve a basic channel ID-name map, available to all user permission levels. Used for things like message filtering.

      • getMirthChannelMessage: (
            channelId: string,
            messageId: string,
            options?: AxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retreive a specific message from a specific Mirth channel

      • getMirthChannelMessages: (
            channelId: string,
            page?: number,
            size?: number,
            options?: AxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retreive a list a messages from a specific Mirth channel

      • getMirthChannels: (options?: AxiosRequestConfig) => Promise<RequestArgs>

        Retrieve a list of Mirth channels

      • getMirthGroups: (options?: AxiosRequestConfig) => Promise<RequestArgs>

        Retrieve a list of Mirth channel groups