Preparing search index...
The search index is not available
IGUHealth
IGUHealth
@iguhealth/operation-execution
Operation
Class Operation<I, O>
Type Parameters
I
O
Implements
IOperation
<
I
,
O
>
Index
Constructors
constructor
Properties
code
Accessors
operation
Definition
Methods
parse
To
Object
parse
To
Parameters
validate
Constructors
constructor
new
Operation
<
I
,
O
>
(
operationDefinition
)
:
Operation
<
I
,
O
>
Type Parameters
I
O
Parameters
operationDefinition
:
OperationDefinition
Returns
Operation
<
I
,
O
>
Properties
code
code
:
code
Accessors
operation
Definition
get
operationDefinition
(
)
:
OperationDefinition
Returns
OperationDefinition
Methods
parse
To
Object
parse
To
Object
<
Use
>
(
use
,
passedInInput
)
:
InputOutput
<
I
,
O
>
[
Use
]
Type Parameters
Use
extends
"out"
|
"in"
Parameters
use
:
Use
passedInInput
:
ConcreteType
Returns
InputOutput
<
I
,
O
>
[
Use
]
parse
To
Parameters
parse
To
Parameters
(
use
,
input
)
:
Parameters
|
I
|
O
Parameters
use
:
"out"
|
"in"
input
:
I
|
O
Returns
Parameters
|
I
|
O
validate
validate
<
Use
>
(
ctx
,
use
,
value
)
:
Promise
<
OperationOutcomeIssue
[]
>
Type Parameters
Use
extends
"out"
|
"in"
Parameters
ctx
:
OpCTX
use
:
Use
value
:
unknown
Returns
Promise
<
OperationOutcomeIssue
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
Accessors
operation
Definition
Methods
parse
To
Object
parse
To
Parameters
validate
IGUHealth
Loading...