IGUHealth
    Preparing search index...
    interface ExampleScenarioProcessStepOperation {
        _description?: Element;
        _initiator?: Element;
        _initiatorActive?: Element;
        _name?: Element;
        _number?: Element;
        _receiver?: Element;
        _receiverActive?: Element;
        _type?: Element;
        description?: markdown;
        extension?: Extension[];
        id?: id;
        initiator?: string;
        initiatorActive?: boolean;
        modifierExtension?: Extension[];
        name?: string;
        number: string;
        receiver?: string;
        receiverActive?: boolean;
        request?: ExampleScenarioInstanceContainedInstance;
        response?: ExampleScenarioInstanceContainedInstance;
        type?: string;
    }
    Index

    Properties

    _description?: Element

    A comment to be inserted in the diagram

    _initiator?: Element

    Who starts the transaction

    _initiatorActive?: Element

    Whether the initiator is deactivated right after the transaction

    _name?: Element

    The human-friendly name of the interaction

    _number?: Element

    The sequential number of the interaction

    _receiver?: Element

    Who receives the transaction

    _receiverActive?: Element

    Whether the receiver is deactivated right after the transaction

    _type?: Element

    The type of operation - CRUD

    description?: markdown

    A comment to be inserted in the diagram

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    initiator?: string

    Who starts the transaction

    initiatorActive?: boolean

    Whether the initiator is deactivated right after the transaction

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name?: string

    The human-friendly name of the interaction

    number: string

    The sequential number of the interaction

    receiver?: string

    Who receives the transaction

    receiverActive?: boolean

    Whether the receiver is deactivated right after the transaction

    Each resource instance used by the initiator

    Each resource instance used by the responder

    type?: string

    The type of operation - CRUD