IGUHealth
    Preparing search index...
    interface TestScriptSetupActionOperation {
        _accept?: Element;
        _contentType?: Element;
        _description?: Element;
        _destination?: Element;
        _encodeRequestUrl?: Element;
        _label?: Element;
        _method?: Element;
        _origin?: Element;
        _params?: Element;
        _requestId?: Element;
        _resource?: Element;
        _responseId?: Element;
        _sourceId?: Element;
        _targetId?: Element;
        _url?: Element;
        accept?: code;
        contentType?: code;
        description?: string;
        destination?: integer;
        encodeRequestUrl: boolean;
        extension?: Extension[];
        id?: id;
        label?: string;
        method?: code;
        modifierExtension?: Extension[];
        origin?: integer;
        params?: string;
        requestHeader?: TestScriptSetupActionOperationRequestHeader[];
        requestId?: id;
        resource?: code;
        responseId?: id;
        sourceId?: id;
        targetId?: id;
        type?: Coding;
        url?: string;
    }
    Index

    Properties

    _accept?: Element

    Mime type to accept in the payload of the response, with charset etc.

    _contentType?: Element

    Mime type of the request payload contents, with charset etc.

    _description?: Element

    Tracking/reporting operation description

    _destination?: Element

    Server responding to the request

    _encodeRequestUrl?: Element

    Whether or not to send the request url in encoded format

    _label?: Element

    Tracking/logging operation label

    _method?: Element

    delete | get | options | patch | post | put | head

    _origin?: Element

    Server initiating the request

    _params?: Element

    Explicitly defined path parameters

    _requestId?: Element

    Fixture Id of mapped request

    _resource?: Element

    Resource type

    _responseId?: Element

    Fixture Id of mapped response

    _sourceId?: Element

    Fixture Id of body for PUT and POST requests

    _targetId?: Element

    Id of fixture used for extracting the [id], [type], and [vid] for GET requests

    _url?: Element

    Request URL

    accept?: code

    Mime type to accept in the payload of the response, with charset etc.

    contentType?: code

    Mime type of the request payload contents, with charset etc.

    description?: string

    Tracking/reporting operation description

    destination?: integer

    Server responding to the request

    encodeRequestUrl: boolean

    Whether or not to send the request url in encoded format

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    label?: string

    Tracking/logging operation label

    method?: code

    delete | get | options | patch | post | put | head

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    origin?: integer

    Server initiating the request

    params?: string

    Explicitly defined path parameters

    Each operation can have one or more header elements

    requestId?: id

    Fixture Id of mapped request

    resource?: code

    Resource type

    responseId?: id

    Fixture Id of mapped response

    sourceId?: id

    Fixture Id of body for PUT and POST requests

    targetId?: id

    Id of fixture used for extracting the [id], [type], and [vid] for GET requests

    type?: Coding

    The operation code type that will be executed

    url?: string

    Request URL