@azure-rest/health-insights-radiologyinsights 1.0.0 → 2.0.0-alpha.20250604.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +111 -0
- package/LICENSE +21 -0
- package/README.md +723 -510
- package/dist/browser/azureHealthInsightsClient.d.ts +16 -0
- package/dist/browser/azureHealthInsightsClient.d.ts.map +1 -0
- package/dist/browser/azureHealthInsightsClient.js +46 -0
- package/dist/browser/azureHealthInsightsClient.js.map +1 -0
- package/dist/browser/clientDefinitions.d.ts +21 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +11 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +6 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
- package/dist/browser/models.d.ts +1031 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +1061 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/parameters.d.ts +50 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +77 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +97 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +91 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/azureHealthInsightsClient.d.ts +16 -0
- package/dist/commonjs/azureHealthInsightsClient.d.ts.map +1 -0
- package/dist/commonjs/azureHealthInsightsClient.js +49 -0
- package/dist/commonjs/azureHealthInsightsClient.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +21 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +11 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +6 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +75 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1031 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +1061 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/parameters.d.ts +50 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +77 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +100 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +91 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureHealthInsightsClient.d.ts +16 -0
- package/dist/esm/azureHealthInsightsClient.d.ts.map +1 -0
- package/dist/esm/azureHealthInsightsClient.js +46 -0
- package/dist/esm/azureHealthInsightsClient.js.map +1 -0
- package/dist/esm/clientDefinitions.d.ts +21 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +11 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +6 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +72 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1031 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +1061 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/parameters.d.ts +50 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +77 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +97 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +91 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/azureHealthInsightsClient.d.ts +16 -0
- package/dist/react-native/azureHealthInsightsClient.d.ts.map +1 -0
- package/dist/react-native/azureHealthInsightsClient.js +46 -0
- package/dist/react-native/azureHealthInsightsClient.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +21 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +11 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +6 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +72 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1031 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +1061 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/parameters.d.ts +50 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +77 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +97 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +91 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +79 -67
- package/review/health-insights-radiologyinsights.api.md +249 -101
- package/dist/index.js +0 -221
- package/dist/index.js.map +0 -1
- package/dist-esm/src/azureHealthInsightsClient.js +0 -30
- package/dist-esm/src/azureHealthInsightsClient.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -22
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -23
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -43
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/dist-esm/src/serializeHelper.js +0 -14
- package/dist-esm/src/serializeHelper.js.map +0 -1
|
@@ -4,17 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
7
|
+
import type { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
+
import type { CancelOnProgress } from '@azure/core-lro';
|
|
9
|
+
import type { Client } from '@azure-rest/core-client';
|
|
10
|
+
import type { ClientOptions } from '@azure-rest/core-client';
|
|
11
|
+
import type { CreateHttpPollerOptions } from '@azure/core-lro';
|
|
12
|
+
import type { ErrorModel } from '@azure-rest/core-client';
|
|
13
|
+
import type { HttpResponse } from '@azure-rest/core-client';
|
|
14
|
+
import type { KeyCredential } from '@azure/core-auth';
|
|
15
|
+
import type { OperationState } from '@azure/core-lro';
|
|
16
|
+
import type { RawHttpHeaders } from '@azure/core-rest-pipeline';
|
|
17
|
+
import type { RequestParameters } from '@azure-rest/core-client';
|
|
18
|
+
import type { StreamableMethod } from '@azure-rest/core-client';
|
|
19
|
+
import type { TokenCredential } from '@azure/core-auth';
|
|
18
20
|
|
|
19
21
|
// @public
|
|
20
22
|
export interface AgeMismatchInference extends RadiologyInsightsInferenceParent {
|
|
@@ -27,7 +29,7 @@ export interface AgeMismatchInferenceOutput extends RadiologyInsightsInferenceOu
|
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
// @public
|
|
30
|
-
export interface Annotation extends
|
|
32
|
+
export interface Annotation extends Element_2 {
|
|
31
33
|
authorString?: string;
|
|
32
34
|
text: string;
|
|
33
35
|
time?: string;
|
|
@@ -41,43 +43,35 @@ export interface AnnotationOutput extends ElementOutput {
|
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
// @public
|
|
44
|
-
export
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
export interface AssessmentValueRange {
|
|
47
|
+
maximum: string;
|
|
48
|
+
minimum: string;
|
|
49
|
+
}
|
|
47
50
|
|
|
48
51
|
// @public
|
|
49
|
-
export
|
|
52
|
+
export interface AssessmentValueRangeOutput {
|
|
53
|
+
maximum: string;
|
|
54
|
+
minimum: string;
|
|
55
|
+
}
|
|
50
56
|
|
|
51
57
|
// @public
|
|
52
|
-
export type
|
|
58
|
+
export type AzureHealthInsightsClient = Client & {
|
|
59
|
+
path: Routes;
|
|
60
|
+
};
|
|
53
61
|
|
|
54
62
|
// @public
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
DischargeSummary = "dischargeSummary",
|
|
58
|
-
HistoryAndPhysical = "historyAndPhysical",
|
|
59
|
-
Laboratory = "laboratory",
|
|
60
|
-
Procedure = "procedure",
|
|
61
|
-
Progress = "progress",
|
|
62
|
-
RadiologyReport = "radiologyReport"
|
|
63
|
+
export interface AzureHealthInsightsClientOptions extends ClientOptions {
|
|
64
|
+
apiVersion?: string;
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
// @public
|
|
66
|
-
export type
|
|
68
|
+
export type ClinicalDocumentType = string;
|
|
67
69
|
|
|
68
70
|
// @public
|
|
69
|
-
export
|
|
70
|
-
Consultation = "consultation",
|
|
71
|
-
DischargeSummary = "dischargeSummary",
|
|
72
|
-
HistoryAndPhysical = "historyAndPhysical",
|
|
73
|
-
Laboratory = "laboratory",
|
|
74
|
-
Procedure = "procedure",
|
|
75
|
-
Progress = "progress",
|
|
76
|
-
RadiologyReport = "radiologyReport"
|
|
77
|
-
}
|
|
71
|
+
export type ClinicalDocumentTypeOutput = string;
|
|
78
72
|
|
|
79
73
|
// @public
|
|
80
|
-
export interface CodeableConcept extends
|
|
74
|
+
export interface CodeableConcept extends Element_2 {
|
|
81
75
|
coding?: Array<Coding>;
|
|
82
76
|
text?: string;
|
|
83
77
|
}
|
|
@@ -89,7 +83,7 @@ export interface CodeableConceptOutput extends ElementOutput {
|
|
|
89
83
|
}
|
|
90
84
|
|
|
91
85
|
// @public
|
|
92
|
-
export interface Coding extends
|
|
86
|
+
export interface Coding extends Element_2 {
|
|
93
87
|
code?: string;
|
|
94
88
|
display?: string;
|
|
95
89
|
system?: string;
|
|
@@ -125,7 +119,7 @@ export interface Condition extends DomainResourceParent {
|
|
|
125
119
|
abatementAge?: Quantity;
|
|
126
120
|
abatementDateTime?: string;
|
|
127
121
|
abatementPeriod?: Period;
|
|
128
|
-
abatementRange?:
|
|
122
|
+
abatementRange?: Range_2;
|
|
129
123
|
abatementString?: string;
|
|
130
124
|
bodySite?: Array<CodeableConcept>;
|
|
131
125
|
category?: Array<CodeableConcept>;
|
|
@@ -137,7 +131,7 @@ export interface Condition extends DomainResourceParent {
|
|
|
137
131
|
onsetAge?: Quantity;
|
|
138
132
|
onsetDateTime?: string;
|
|
139
133
|
onsetPeriod?: Period;
|
|
140
|
-
onsetRange?:
|
|
134
|
+
onsetRange?: Range_2;
|
|
141
135
|
onsetString?: string;
|
|
142
136
|
recordedDate?: string;
|
|
143
137
|
resourceType: "Condition";
|
|
@@ -185,7 +179,7 @@ export interface ConditionStageOutput {
|
|
|
185
179
|
}
|
|
186
180
|
|
|
187
181
|
// @public
|
|
188
|
-
export interface ContactDetail extends
|
|
182
|
+
export interface ContactDetail extends Element_2 {
|
|
189
183
|
name?: string;
|
|
190
184
|
telecom?: Array<ContactPoint>;
|
|
191
185
|
}
|
|
@@ -215,19 +209,19 @@ export interface ContactPointOutput {
|
|
|
215
209
|
}
|
|
216
210
|
|
|
217
211
|
// @public
|
|
218
|
-
export type ContactPointSystem = string
|
|
212
|
+
export type ContactPointSystem = string;
|
|
219
213
|
|
|
220
214
|
// @public
|
|
221
|
-
export type ContactPointSystemOutput = string
|
|
215
|
+
export type ContactPointSystemOutput = string;
|
|
222
216
|
|
|
223
217
|
// @public
|
|
224
|
-
export type ContactPointUse = string
|
|
218
|
+
export type ContactPointUse = string;
|
|
225
219
|
|
|
226
220
|
// @public
|
|
227
|
-
export type ContactPointUseOutput = string
|
|
221
|
+
export type ContactPointUseOutput = string;
|
|
228
222
|
|
|
229
223
|
// @public
|
|
230
|
-
function createClient(endpointParam: string, credentials: TokenCredential, options?:
|
|
224
|
+
function createClient(endpointParam: string, credentials: TokenCredential | KeyCredential, { apiVersion, ...options }?: AzureHealthInsightsClientOptions): AzureHealthInsightsClient;
|
|
231
225
|
export default createClient;
|
|
232
226
|
|
|
233
227
|
// @public
|
|
@@ -274,6 +268,13 @@ export interface CreateJobDefaultResponse extends HttpResponse {
|
|
|
274
268
|
status: string;
|
|
275
269
|
}
|
|
276
270
|
|
|
271
|
+
// @public
|
|
272
|
+
export interface CreateJobExpandQueryParam {
|
|
273
|
+
explode: true;
|
|
274
|
+
style: "form";
|
|
275
|
+
value: string[];
|
|
276
|
+
}
|
|
277
|
+
|
|
277
278
|
// @public
|
|
278
279
|
export interface CreateJobLogicalResponse extends HttpResponse {
|
|
279
280
|
body: RadiologyInsightsJobOutput;
|
|
@@ -290,7 +291,7 @@ export interface CreateJobQueryParam {
|
|
|
290
291
|
|
|
291
292
|
// @public
|
|
292
293
|
export interface CreateJobQueryParamProperties {
|
|
293
|
-
expand?:
|
|
294
|
+
expand?: CreateJobExpandQueryParam;
|
|
294
295
|
}
|
|
295
296
|
|
|
296
297
|
// @public
|
|
@@ -354,16 +355,17 @@ export interface DocumentContentOutput {
|
|
|
354
355
|
}
|
|
355
356
|
|
|
356
357
|
// @public
|
|
357
|
-
export type DocumentContentSourceType = string
|
|
358
|
+
export type DocumentContentSourceType = string;
|
|
358
359
|
|
|
359
360
|
// @public
|
|
360
|
-
export type DocumentContentSourceTypeOutput = string
|
|
361
|
+
export type DocumentContentSourceTypeOutput = string;
|
|
361
362
|
|
|
362
363
|
// @public
|
|
363
|
-
|
|
364
|
+
type DocumentType_2 = string;
|
|
365
|
+
export { DocumentType_2 as DocumentType }
|
|
364
366
|
|
|
365
367
|
// @public
|
|
366
|
-
export type DocumentTypeOutput = string
|
|
368
|
+
export type DocumentTypeOutput = string;
|
|
367
369
|
|
|
368
370
|
// @public
|
|
369
371
|
export type DomainResource = DomainResourceParent | Observation | Condition | ResearchStudy;
|
|
@@ -390,10 +392,11 @@ export interface DomainResourceParent extends Resource {
|
|
|
390
392
|
}
|
|
391
393
|
|
|
392
394
|
// @public
|
|
393
|
-
|
|
395
|
+
interface Element_2 {
|
|
394
396
|
extension?: Array<Extension>;
|
|
395
397
|
id?: string;
|
|
396
398
|
}
|
|
399
|
+
export { Element_2 as Element }
|
|
397
400
|
|
|
398
401
|
// @public
|
|
399
402
|
export interface ElementOutput {
|
|
@@ -402,13 +405,13 @@ export interface ElementOutput {
|
|
|
402
405
|
}
|
|
403
406
|
|
|
404
407
|
// @public
|
|
405
|
-
export type EncounterClass = string
|
|
408
|
+
export type EncounterClass = string;
|
|
406
409
|
|
|
407
410
|
// @public
|
|
408
|
-
export type EncounterClassOutput = string
|
|
411
|
+
export type EncounterClassOutput = string;
|
|
409
412
|
|
|
410
413
|
// @public
|
|
411
|
-
export interface Extension extends
|
|
414
|
+
export interface Extension extends Element_2 {
|
|
412
415
|
url: string;
|
|
413
416
|
valueBoolean?: boolean;
|
|
414
417
|
valueCodeableConcept?: CodeableConcept;
|
|
@@ -416,12 +419,12 @@ export interface Extension extends Element {
|
|
|
416
419
|
valueInteger?: number;
|
|
417
420
|
valuePeriod?: Period;
|
|
418
421
|
valueQuantity?: Quantity;
|
|
419
|
-
valueRange?:
|
|
422
|
+
valueRange?: Range_2;
|
|
420
423
|
valueRatio?: Ratio;
|
|
421
424
|
valueReference?: Reference;
|
|
422
425
|
valueSampledData?: SampledData;
|
|
423
426
|
valueString?: string;
|
|
424
|
-
valueTime?:
|
|
427
|
+
valueTime?: string;
|
|
425
428
|
}
|
|
426
429
|
|
|
427
430
|
// @public
|
|
@@ -536,7 +539,7 @@ export interface GenericProcedureRecommendationOutput extends ProcedureRecommend
|
|
|
536
539
|
// @public
|
|
537
540
|
export interface GetJob {
|
|
538
541
|
get(options?: GetJobParameters): StreamableMethod<GetJob200Response | GetJobDefaultResponse>;
|
|
539
|
-
put(options: CreateJobParameters
|
|
542
|
+
put(options: CreateJobParameters): StreamableMethod<CreateJob200Response | CreateJob201Response | CreateJobDefaultResponse>;
|
|
540
543
|
}
|
|
541
544
|
|
|
542
545
|
// @public
|
|
@@ -565,6 +568,13 @@ export interface GetJobDefaultResponse extends HttpResponse {
|
|
|
565
568
|
status: string;
|
|
566
569
|
}
|
|
567
570
|
|
|
571
|
+
// @public
|
|
572
|
+
export interface GetJobExpandQueryParam {
|
|
573
|
+
explode: true;
|
|
574
|
+
style: "form";
|
|
575
|
+
value: string[];
|
|
576
|
+
}
|
|
577
|
+
|
|
568
578
|
// @public
|
|
569
579
|
export type GetJobParameters = GetJobQueryParam & RequestParameters;
|
|
570
580
|
|
|
@@ -575,22 +585,57 @@ export interface GetJobQueryParam {
|
|
|
575
585
|
|
|
576
586
|
// @public
|
|
577
587
|
export interface GetJobQueryParamProperties {
|
|
578
|
-
expand?:
|
|
588
|
+
expand?: GetJobExpandQueryParam;
|
|
579
589
|
}
|
|
580
590
|
|
|
581
591
|
// @public
|
|
582
592
|
export function getLongRunningPoller<TResult extends CreateJobLogicalResponse | CreateJobDefaultResponse>(client: Client, initialResponse: CreateJob200Response | CreateJob201Response | CreateJobDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
|
|
583
593
|
|
|
594
|
+
// @public
|
|
595
|
+
export interface GuidanceInference extends RadiologyInsightsInferenceParent {
|
|
596
|
+
finding: FindingInference;
|
|
597
|
+
identifier: CodeableConcept;
|
|
598
|
+
kind: "guidance";
|
|
599
|
+
missingGuidanceInformation?: string[];
|
|
600
|
+
presentGuidanceInformation?: Array<PresentGuidanceInformation>;
|
|
601
|
+
ranking: GuidanceRankingType;
|
|
602
|
+
recommendationProposals?: Array<FollowupRecommendationInference>;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export interface GuidanceInferenceOutput extends RadiologyInsightsInferenceOutputParent {
|
|
607
|
+
finding: FindingInferenceOutput;
|
|
608
|
+
identifier: CodeableConceptOutput;
|
|
609
|
+
kind: "guidance";
|
|
610
|
+
missingGuidanceInformation?: string[];
|
|
611
|
+
presentGuidanceInformation?: Array<PresentGuidanceInformationOutput>;
|
|
612
|
+
ranking: GuidanceRankingTypeOutput;
|
|
613
|
+
recommendationProposals?: Array<FollowupRecommendationInferenceOutput>;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export interface GuidanceOptions {
|
|
618
|
+
showGuidanceInHistory: boolean;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
// @public
|
|
622
|
+
export interface GuidanceOptionsOutput {
|
|
623
|
+
showGuidanceInHistory: boolean;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export type GuidanceRankingType = string;
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export type GuidanceRankingTypeOutput = string;
|
|
631
|
+
|
|
584
632
|
// @public
|
|
585
633
|
export interface HealthInsightsErrorResponseOutput {
|
|
586
634
|
error: ErrorModel;
|
|
587
|
-
requestId: {
|
|
588
|
-
response: RequestIdResponseHeaderOutput;
|
|
589
|
-
};
|
|
590
635
|
}
|
|
591
636
|
|
|
592
637
|
// @public
|
|
593
|
-
export interface Identifier extends
|
|
638
|
+
export interface Identifier extends Element_2 {
|
|
594
639
|
assigner?: Reference;
|
|
595
640
|
period?: Period;
|
|
596
641
|
system?: string;
|
|
@@ -648,10 +693,10 @@ export function isUnexpected(response: GetJob200Response | GetJobDefaultResponse
|
|
|
648
693
|
export function isUnexpected(response: CreateJob200Response | CreateJob201Response | CreateJobLogicalResponse | CreateJobDefaultResponse): response is CreateJobDefaultResponse;
|
|
649
694
|
|
|
650
695
|
// @public
|
|
651
|
-
export type JobStatus = string
|
|
696
|
+
export type JobStatus = string;
|
|
652
697
|
|
|
653
698
|
// @public
|
|
654
|
-
export type JobStatusOutput = string
|
|
699
|
+
export type JobStatusOutput = string;
|
|
655
700
|
|
|
656
701
|
// @public
|
|
657
702
|
export interface LateralityDiscrepancyInference extends RadiologyInsightsInferenceParent {
|
|
@@ -668,10 +713,10 @@ export interface LateralityDiscrepancyInferenceOutput extends RadiologyInsightsI
|
|
|
668
713
|
}
|
|
669
714
|
|
|
670
715
|
// @public
|
|
671
|
-
export type LateralityDiscrepancyType = string
|
|
716
|
+
export type LateralityDiscrepancyType = string;
|
|
672
717
|
|
|
673
718
|
// @public
|
|
674
|
-
export type LateralityDiscrepancyTypeOutput = string
|
|
719
|
+
export type LateralityDiscrepancyTypeOutput = string;
|
|
675
720
|
|
|
676
721
|
// @public
|
|
677
722
|
export interface LimitedOrderDiscrepancyInference extends RadiologyInsightsInferenceParent {
|
|
@@ -690,10 +735,10 @@ export interface LimitedOrderDiscrepancyInferenceOutput extends RadiologyInsight
|
|
|
690
735
|
}
|
|
691
736
|
|
|
692
737
|
// @public
|
|
693
|
-
export type MedicalProfessionalType = string
|
|
738
|
+
export type MedicalProfessionalType = string;
|
|
694
739
|
|
|
695
740
|
// @public
|
|
696
|
-
export type MedicalProfessionalTypeOutput = string
|
|
741
|
+
export type MedicalProfessionalTypeOutput = string;
|
|
697
742
|
|
|
698
743
|
// @public
|
|
699
744
|
export interface Meta {
|
|
@@ -716,7 +761,7 @@ export interface MetaOutput {
|
|
|
716
761
|
}
|
|
717
762
|
|
|
718
763
|
// @public
|
|
719
|
-
export interface Narrative extends
|
|
764
|
+
export interface Narrative extends Element_2 {
|
|
720
765
|
div: string;
|
|
721
766
|
status: string;
|
|
722
767
|
}
|
|
@@ -755,15 +800,15 @@ export interface Observation extends DomainResourceParent {
|
|
|
755
800
|
valueInteger?: number;
|
|
756
801
|
valuePeriod?: Period;
|
|
757
802
|
valueQuantity?: Quantity;
|
|
758
|
-
valueRange?:
|
|
803
|
+
valueRange?: Range_2;
|
|
759
804
|
valueRatio?: Ratio;
|
|
760
805
|
valueSampledData?: SampledData;
|
|
761
806
|
valueString?: string;
|
|
762
|
-
valueTime?:
|
|
807
|
+
valueTime?: string;
|
|
763
808
|
}
|
|
764
809
|
|
|
765
810
|
// @public
|
|
766
|
-
export interface ObservationComponent extends
|
|
811
|
+
export interface ObservationComponent extends Element_2 {
|
|
767
812
|
code: CodeableConcept;
|
|
768
813
|
dataAbsentReason?: CodeableConcept;
|
|
769
814
|
interpretation?: Array<CodeableConcept>;
|
|
@@ -774,12 +819,12 @@ export interface ObservationComponent extends Element {
|
|
|
774
819
|
valueInteger?: number;
|
|
775
820
|
valuePeriod?: Period;
|
|
776
821
|
valueQuantity?: Quantity;
|
|
777
|
-
valueRange?:
|
|
822
|
+
valueRange?: Range_2;
|
|
778
823
|
valueRatio?: Ratio;
|
|
779
824
|
valueReference?: Reference;
|
|
780
825
|
valueSampledData?: SampledData;
|
|
781
826
|
valueString?: string;
|
|
782
|
-
valueTime?:
|
|
827
|
+
valueTime?: string;
|
|
783
828
|
}
|
|
784
829
|
|
|
785
830
|
// @public
|
|
@@ -839,7 +884,7 @@ export interface ObservationOutput extends DomainResourceOutputParent {
|
|
|
839
884
|
|
|
840
885
|
// @public
|
|
841
886
|
export interface ObservationReferenceRange {
|
|
842
|
-
age?:
|
|
887
|
+
age?: Range_2;
|
|
843
888
|
appliesTo?: Array<CodeableConcept>;
|
|
844
889
|
high?: Quantity;
|
|
845
890
|
low?: Quantity;
|
|
@@ -858,10 +903,10 @@ export interface ObservationReferenceRangeOutput {
|
|
|
858
903
|
}
|
|
859
904
|
|
|
860
905
|
// @public
|
|
861
|
-
export type ObservationStatusCodeType = string
|
|
906
|
+
export type ObservationStatusCodeType = string;
|
|
862
907
|
|
|
863
908
|
// @public
|
|
864
|
-
export type ObservationStatusCodeTypeOutput = string
|
|
909
|
+
export type ObservationStatusCodeTypeOutput = string;
|
|
865
910
|
|
|
866
911
|
// @public
|
|
867
912
|
export interface OrderedProcedure {
|
|
@@ -879,7 +924,7 @@ export interface OrderedProcedureOutput {
|
|
|
879
924
|
|
|
880
925
|
// @public
|
|
881
926
|
export interface PatientDetails {
|
|
882
|
-
birthDate?:
|
|
927
|
+
birthDate?: string;
|
|
883
928
|
clinicalInfo?: Array<Resource>;
|
|
884
929
|
sex?: PatientSex;
|
|
885
930
|
}
|
|
@@ -901,7 +946,7 @@ export interface PatientDocument {
|
|
|
901
946
|
id: string;
|
|
902
947
|
language?: string;
|
|
903
948
|
specialtyType?: SpecialtyType;
|
|
904
|
-
type:
|
|
949
|
+
type: DocumentType_2;
|
|
905
950
|
}
|
|
906
951
|
|
|
907
952
|
// @public
|
|
@@ -948,13 +993,13 @@ export interface PatientRecordOutput {
|
|
|
948
993
|
}
|
|
949
994
|
|
|
950
995
|
// @public
|
|
951
|
-
export type PatientSex = string
|
|
996
|
+
export type PatientSex = string;
|
|
952
997
|
|
|
953
998
|
// @public
|
|
954
|
-
export type PatientSexOutput = string
|
|
999
|
+
export type PatientSexOutput = string;
|
|
955
1000
|
|
|
956
1001
|
// @public
|
|
957
|
-
export interface Period extends
|
|
1002
|
+
export interface Period extends Element_2 {
|
|
958
1003
|
end?: string;
|
|
959
1004
|
start?: string;
|
|
960
1005
|
}
|
|
@@ -965,6 +1010,24 @@ export interface PeriodOutput extends ElementOutput {
|
|
|
965
1010
|
start?: string;
|
|
966
1011
|
}
|
|
967
1012
|
|
|
1013
|
+
// @public
|
|
1014
|
+
export interface PresentGuidanceInformation {
|
|
1015
|
+
extension?: Array<Extension>;
|
|
1016
|
+
maximumDiameterAsInText?: Quantity;
|
|
1017
|
+
presentGuidanceItem: string;
|
|
1018
|
+
presentGuidanceValues?: string[];
|
|
1019
|
+
sizes?: Array<Observation>;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
// @public
|
|
1023
|
+
export interface PresentGuidanceInformationOutput {
|
|
1024
|
+
extension?: Array<ExtensionOutput>;
|
|
1025
|
+
maximumDiameterAsInText?: QuantityOutput;
|
|
1026
|
+
presentGuidanceItem: string;
|
|
1027
|
+
presentGuidanceValues?: string[];
|
|
1028
|
+
sizes?: Array<ObservationOutput>;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
968
1031
|
// @public
|
|
969
1032
|
export type ProcedureRecommendation = ProcedureRecommendationParent | GenericProcedureRecommendation | ImagingProcedureRecommendation;
|
|
970
1033
|
|
|
@@ -984,7 +1047,45 @@ export interface ProcedureRecommendationParent {
|
|
|
984
1047
|
}
|
|
985
1048
|
|
|
986
1049
|
// @public
|
|
987
|
-
export
|
|
1050
|
+
export type QualityMeasureComplianceType = string;
|
|
1051
|
+
|
|
1052
|
+
// @public
|
|
1053
|
+
export type QualityMeasureComplianceTypeOutput = string;
|
|
1054
|
+
|
|
1055
|
+
// @public
|
|
1056
|
+
export interface QualityMeasureInference extends RadiologyInsightsInferenceParent {
|
|
1057
|
+
complianceType: QualityMeasureComplianceType;
|
|
1058
|
+
kind: "qualityMeasure";
|
|
1059
|
+
qualityCriteria?: string[];
|
|
1060
|
+
qualityMeasureDenominator: string;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
// @public
|
|
1064
|
+
export interface QualityMeasureInferenceOutput extends RadiologyInsightsInferenceOutputParent {
|
|
1065
|
+
complianceType: QualityMeasureComplianceTypeOutput;
|
|
1066
|
+
kind: "qualityMeasure";
|
|
1067
|
+
qualityCriteria?: string[];
|
|
1068
|
+
qualityMeasureDenominator: string;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
// @public
|
|
1072
|
+
export interface QualityMeasureOptions {
|
|
1073
|
+
measureTypes: QualityMeasureType[];
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
// @public
|
|
1077
|
+
export interface QualityMeasureOptionsOutput {
|
|
1078
|
+
measureTypes: QualityMeasureTypeOutput[];
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
// @public
|
|
1082
|
+
export type QualityMeasureType = string;
|
|
1083
|
+
|
|
1084
|
+
// @public
|
|
1085
|
+
export type QualityMeasureTypeOutput = string;
|
|
1086
|
+
|
|
1087
|
+
// @public
|
|
1088
|
+
export interface Quantity extends Element_2 {
|
|
988
1089
|
code?: string;
|
|
989
1090
|
comparator?: string;
|
|
990
1091
|
system?: string;
|
|
@@ -1026,22 +1127,26 @@ export interface RadiologyInsightsDataOutput {
|
|
|
1026
1127
|
}
|
|
1027
1128
|
|
|
1028
1129
|
// @public
|
|
1029
|
-
export type RadiologyInsightsInference = RadiologyInsightsInferenceParent | AgeMismatchInference | SexMismatchInference | LateralityDiscrepancyInference | CompleteOrderDiscrepancyInference | LimitedOrderDiscrepancyInference | FindingInference | CriticalResultInference | RadiologyProcedureInference | FollowupRecommendationInference | FollowupCommunicationInference;
|
|
1130
|
+
export type RadiologyInsightsInference = RadiologyInsightsInferenceParent | AgeMismatchInference | SexMismatchInference | LateralityDiscrepancyInference | CompleteOrderDiscrepancyInference | LimitedOrderDiscrepancyInference | FindingInference | CriticalResultInference | RadiologyProcedureInference | FollowupRecommendationInference | FollowupCommunicationInference | ScoringAndAssessmentInference | GuidanceInference | QualityMeasureInference;
|
|
1030
1131
|
|
|
1031
1132
|
// @public
|
|
1032
1133
|
export interface RadiologyInsightsInferenceOptions {
|
|
1033
1134
|
findingOptions?: FindingOptions;
|
|
1034
1135
|
followupRecommendationOptions?: FollowupRecommendationOptions;
|
|
1136
|
+
guidanceOptions?: GuidanceOptions;
|
|
1137
|
+
qualityMeasureOptions?: QualityMeasureOptions;
|
|
1035
1138
|
}
|
|
1036
1139
|
|
|
1037
1140
|
// @public
|
|
1038
1141
|
export interface RadiologyInsightsInferenceOptionsOutput {
|
|
1039
1142
|
findingOptions?: FindingOptionsOutput;
|
|
1040
1143
|
followupRecommendationOptions?: FollowupRecommendationOptionsOutput;
|
|
1144
|
+
guidanceOptions?: GuidanceOptionsOutput;
|
|
1145
|
+
qualityMeasureOptions?: QualityMeasureOptionsOutput;
|
|
1041
1146
|
}
|
|
1042
1147
|
|
|
1043
1148
|
// @public
|
|
1044
|
-
export type RadiologyInsightsInferenceOutput = RadiologyInsightsInferenceOutputParent | AgeMismatchInferenceOutput | SexMismatchInferenceOutput | LateralityDiscrepancyInferenceOutput | CompleteOrderDiscrepancyInferenceOutput | LimitedOrderDiscrepancyInferenceOutput | FindingInferenceOutput | CriticalResultInferenceOutput | RadiologyProcedureInferenceOutput | FollowupRecommendationInferenceOutput | FollowupCommunicationInferenceOutput;
|
|
1149
|
+
export type RadiologyInsightsInferenceOutput = RadiologyInsightsInferenceOutputParent | AgeMismatchInferenceOutput | SexMismatchInferenceOutput | LateralityDiscrepancyInferenceOutput | CompleteOrderDiscrepancyInferenceOutput | LimitedOrderDiscrepancyInferenceOutput | FindingInferenceOutput | CriticalResultInferenceOutput | RadiologyProcedureInferenceOutput | FollowupRecommendationInferenceOutput | FollowupCommunicationInferenceOutput | ScoringAndAssessmentInferenceOutput | GuidanceInferenceOutput | QualityMeasureInferenceOutput;
|
|
1045
1150
|
|
|
1046
1151
|
// @public
|
|
1047
1152
|
export interface RadiologyInsightsInferenceOutputParent {
|
|
@@ -1068,10 +1173,10 @@ export interface RadiologyInsightsInferenceResultOutput {
|
|
|
1068
1173
|
}
|
|
1069
1174
|
|
|
1070
1175
|
// @public
|
|
1071
|
-
export type RadiologyInsightsInferenceType = string
|
|
1176
|
+
export type RadiologyInsightsInferenceType = string;
|
|
1072
1177
|
|
|
1073
1178
|
// @public
|
|
1074
|
-
export type RadiologyInsightsInferenceTypeOutput = string
|
|
1179
|
+
export type RadiologyInsightsInferenceTypeOutput = string;
|
|
1075
1180
|
|
|
1076
1181
|
// @public
|
|
1077
1182
|
export interface RadiologyInsightsJob {
|
|
@@ -1137,10 +1242,11 @@ export interface RadiologyProcedureInferenceOutput extends RadiologyInsightsInfe
|
|
|
1137
1242
|
}
|
|
1138
1243
|
|
|
1139
1244
|
// @public
|
|
1140
|
-
|
|
1245
|
+
interface Range_2 extends Element_2 {
|
|
1141
1246
|
high?: Quantity;
|
|
1142
1247
|
low?: Quantity;
|
|
1143
1248
|
}
|
|
1249
|
+
export { Range_2 as Range }
|
|
1144
1250
|
|
|
1145
1251
|
// @public
|
|
1146
1252
|
export interface RangeOutput extends ElementOutput {
|
|
@@ -1149,7 +1255,7 @@ export interface RangeOutput extends ElementOutput {
|
|
|
1149
1255
|
}
|
|
1150
1256
|
|
|
1151
1257
|
// @public
|
|
1152
|
-
export interface Ratio extends
|
|
1258
|
+
export interface Ratio extends Element_2 {
|
|
1153
1259
|
denominator?: Quantity;
|
|
1154
1260
|
numerator?: Quantity;
|
|
1155
1261
|
}
|
|
@@ -1177,13 +1283,13 @@ export interface RecommendationFindingOutput {
|
|
|
1177
1283
|
}
|
|
1178
1284
|
|
|
1179
1285
|
// @public
|
|
1180
|
-
export type RecommendationFindingStatusType = string
|
|
1286
|
+
export type RecommendationFindingStatusType = string;
|
|
1181
1287
|
|
|
1182
1288
|
// @public
|
|
1183
|
-
export type RecommendationFindingStatusTypeOutput = string
|
|
1289
|
+
export type RecommendationFindingStatusTypeOutput = string;
|
|
1184
1290
|
|
|
1185
1291
|
// @public
|
|
1186
|
-
export interface Reference extends
|
|
1292
|
+
export interface Reference extends Element_2 {
|
|
1187
1293
|
display?: string;
|
|
1188
1294
|
identifier?: Identifier;
|
|
1189
1295
|
reference?: string;
|
|
@@ -1198,10 +1304,6 @@ export interface ReferenceOutput extends ElementOutput {
|
|
|
1198
1304
|
type?: string;
|
|
1199
1305
|
}
|
|
1200
1306
|
|
|
1201
|
-
// @public
|
|
1202
|
-
export interface RequestIdResponseHeaderOutput {
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
1307
|
// @public
|
|
1206
1308
|
export interface ResearchStudy extends DomainResourceParent {
|
|
1207
1309
|
arm?: {
|
|
@@ -1273,10 +1375,10 @@ export interface ResearchStudyOutput extends DomainResourceOutputParent {
|
|
|
1273
1375
|
}
|
|
1274
1376
|
|
|
1275
1377
|
// @public
|
|
1276
|
-
export type ResearchStudyStatusCodeType = string
|
|
1378
|
+
export type ResearchStudyStatusCodeType = string;
|
|
1277
1379
|
|
|
1278
1380
|
// @public
|
|
1279
|
-
export type ResearchStudyStatusCodeTypeOutput = string
|
|
1381
|
+
export type ResearchStudyStatusCodeTypeOutput = string;
|
|
1280
1382
|
|
|
1281
1383
|
// @public
|
|
1282
1384
|
export interface Resource extends Record<string, unknown> {
|
|
@@ -1302,7 +1404,7 @@ export interface Routes {
|
|
|
1302
1404
|
}
|
|
1303
1405
|
|
|
1304
1406
|
// @public
|
|
1305
|
-
export interface SampledData extends
|
|
1407
|
+
export interface SampledData extends Element_2 {
|
|
1306
1408
|
data?: string;
|
|
1307
1409
|
dimensions: number;
|
|
1308
1410
|
factor?: number;
|
|
@@ -1323,6 +1425,30 @@ export interface SampledDataOutput extends ElementOutput {
|
|
|
1323
1425
|
upperLimit?: number;
|
|
1324
1426
|
}
|
|
1325
1427
|
|
|
1428
|
+
// @public
|
|
1429
|
+
export type ScoringAndAssessmentCategoryType = string;
|
|
1430
|
+
|
|
1431
|
+
// @public
|
|
1432
|
+
export type ScoringAndAssessmentCategoryTypeOutput = string;
|
|
1433
|
+
|
|
1434
|
+
// @public
|
|
1435
|
+
export interface ScoringAndAssessmentInference extends RadiologyInsightsInferenceParent {
|
|
1436
|
+
category: ScoringAndAssessmentCategoryType;
|
|
1437
|
+
categoryDescription: string;
|
|
1438
|
+
kind: "scoringAndAssessment";
|
|
1439
|
+
rangeValue?: AssessmentValueRange;
|
|
1440
|
+
singleValue?: string;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
// @public
|
|
1444
|
+
export interface ScoringAndAssessmentInferenceOutput extends RadiologyInsightsInferenceOutputParent {
|
|
1445
|
+
category: ScoringAndAssessmentCategoryTypeOutput;
|
|
1446
|
+
categoryDescription: string;
|
|
1447
|
+
kind: "scoringAndAssessment";
|
|
1448
|
+
rangeValue?: AssessmentValueRangeOutput;
|
|
1449
|
+
singleValue?: string;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1326
1452
|
// @public
|
|
1327
1453
|
export interface SexMismatchInference extends RadiologyInsightsInferenceParent {
|
|
1328
1454
|
kind: "sexMismatch";
|
|
@@ -1336,10 +1462,32 @@ export interface SexMismatchInferenceOutput extends RadiologyInsightsInferenceOu
|
|
|
1336
1462
|
}
|
|
1337
1463
|
|
|
1338
1464
|
// @public
|
|
1339
|
-
export
|
|
1465
|
+
export interface SimplePollerLike<TState extends OperationState<TResult>, TResult> {
|
|
1466
|
+
getOperationState(): TState;
|
|
1467
|
+
getResult(): TResult | undefined;
|
|
1468
|
+
isDone(): boolean;
|
|
1469
|
+
// @deprecated
|
|
1470
|
+
isStopped(): boolean;
|
|
1471
|
+
onProgress(callback: (state: TState) => void): CancelOnProgress;
|
|
1472
|
+
poll(options?: {
|
|
1473
|
+
abortSignal?: AbortSignalLike;
|
|
1474
|
+
}): Promise<TState>;
|
|
1475
|
+
pollUntilDone(pollOptions?: {
|
|
1476
|
+
abortSignal?: AbortSignalLike;
|
|
1477
|
+
}): Promise<TResult>;
|
|
1478
|
+
serialize(): Promise<string>;
|
|
1479
|
+
// @deprecated
|
|
1480
|
+
stopPolling(): void;
|
|
1481
|
+
submitted(): Promise<void>;
|
|
1482
|
+
// @deprecated
|
|
1483
|
+
toString(): string;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
// @public
|
|
1487
|
+
export type SpecialtyType = string;
|
|
1340
1488
|
|
|
1341
1489
|
// @public
|
|
1342
|
-
export type SpecialtyTypeOutput = string
|
|
1490
|
+
export type SpecialtyTypeOutput = string;
|
|
1343
1491
|
|
|
1344
1492
|
// @public
|
|
1345
1493
|
export interface TimePeriod {
|