candidhealth 1.17.2 → 1.17.3
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/Client.js +2 -2
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +7 -1
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +9 -0
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +12 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -0
- package/api/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +7 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +9 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +12 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +7 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +39 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +219 -219
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +7 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +39 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -0
- package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/reference.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Reference
|
|
2
2
|
## Auth Default
|
|
3
|
-
<details><summary><code>client.auth.default.<a href="/src/api/resources/auth/resources/default/client/Client.ts">getToken</a>({ ...params }) -> core.APIResponse
|
|
3
|
+
<details><summary><code>client.auth.default.<a href="/src/api/resources/auth/resources/default/client/Client.ts">getToken</a>({ ...params }) -> core.APIResponse<CandidApi.AuthGetTokenResponse, CandidApi.auth.default_.getToken.Error></code></summary>
|
|
4
4
|
<dl>
|
|
5
5
|
<dd>
|
|
6
6
|
|
|
@@ -97,7 +97,7 @@ await client.auth.default.getToken({
|
|
|
97
97
|
</details>
|
|
98
98
|
|
|
99
99
|
## BillingNotes V2
|
|
100
|
-
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
100
|
+
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.BillingNote, CandidApi.billingNotes.v2.create.Error></code></summary>
|
|
101
101
|
<dl>
|
|
102
102
|
<dd>
|
|
103
103
|
|
|
@@ -149,7 +149,7 @@ await client.billingNotes.v2.create({
|
|
|
149
149
|
</dl>
|
|
150
150
|
</details>
|
|
151
151
|
|
|
152
|
-
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">delete</a>(billingNoteId) -> core.APIResponse
|
|
152
|
+
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">delete</a>(billingNoteId) -> core.APIResponse<void, CandidApi.billingNotes.v2.delete.Error></code></summary>
|
|
153
153
|
<dl>
|
|
154
154
|
<dd>
|
|
155
155
|
|
|
@@ -198,7 +198,7 @@ await client.billingNotes.v2.delete(CandidApi.BillingNoteId("d5e9c84f-c2b2-4bf4-
|
|
|
198
198
|
</dl>
|
|
199
199
|
</details>
|
|
200
200
|
|
|
201
|
-
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">update</a>(billingNoteId, { ...params }) -> core.APIResponse
|
|
201
|
+
<details><summary><code>client.billingNotes.v2.<a href="/src/api/resources/billingNotes/resources/v2/client/Client.ts">update</a>(billingNoteId, { ...params }) -> core.APIResponse<CandidApi.BillingNote, CandidApi.billingNotes.v2.update.Error></code></summary>
|
|
202
202
|
<dl>
|
|
203
203
|
<dd>
|
|
204
204
|
|
|
@@ -258,7 +258,7 @@ await client.billingNotes.v2.update(CandidApi.BillingNoteId("d5e9c84f-c2b2-4bf4-
|
|
|
258
258
|
</details>
|
|
259
259
|
|
|
260
260
|
## ChargeCaptureBundles V1
|
|
261
|
-
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">get</a>(chargeCaptureClaimCreationId) -> core.APIResponse
|
|
261
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">get</a>(chargeCaptureClaimCreationId) -> core.APIResponse<CandidApi.ChargeCaptureClaimCreation, CandidApi.chargeCaptureBundles.v1.get.Error></code></summary>
|
|
262
262
|
<dl>
|
|
263
263
|
<dd>
|
|
264
264
|
|
|
@@ -307,7 +307,7 @@ await client.chargeCaptureBundles.v1.get(CandidApi.ChargeCaptureClaimCreationId(
|
|
|
307
307
|
</dl>
|
|
308
308
|
</details>
|
|
309
309
|
|
|
310
|
-
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">getSummary</a>() -> core.APIResponse
|
|
310
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">getSummary</a>() -> core.APIResponse<CandidApi.ChargeCaptureClaimCreationSummary, CandidApi.chargeCaptureBundles.v1.getSummary.Error></code></summary>
|
|
311
311
|
<dl>
|
|
312
312
|
<dd>
|
|
313
313
|
|
|
@@ -348,7 +348,7 @@ await client.chargeCaptureBundles.v1.getSummary();
|
|
|
348
348
|
</dl>
|
|
349
349
|
</details>
|
|
350
350
|
|
|
351
|
-
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">resolveChargeCreationError</a>(chargeCaptureBundleErrorId, { ...params }) -> core.APIResponse
|
|
351
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">resolveChargeCreationError</a>(chargeCaptureBundleErrorId, { ...params }) -> core.APIResponse<void, CandidApi.chargeCaptureBundles.v1.resolveChargeCreationError.Error></code></summary>
|
|
352
352
|
<dl>
|
|
353
353
|
<dd>
|
|
354
354
|
|
|
@@ -405,7 +405,7 @@ await client.chargeCaptureBundles.v1.resolveChargeCreationError("d5e9c84f-c2b2-4
|
|
|
405
405
|
</dl>
|
|
406
406
|
</details>
|
|
407
407
|
|
|
408
|
-
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse
|
|
408
|
+
<details><summary><code>client.chargeCaptureBundles.v1.<a href="/src/api/resources/chargeCaptureBundles/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCaptureClaimCreationPage, CandidApi.chargeCaptureBundles.v1.getAll.Error></code></summary>
|
|
409
409
|
<dl>
|
|
410
410
|
<dd>
|
|
411
411
|
|
|
@@ -455,7 +455,7 @@ await client.chargeCaptureBundles.v1.getAll();
|
|
|
455
455
|
</details>
|
|
456
456
|
|
|
457
457
|
## ChargeCapture V1
|
|
458
|
-
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
458
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.create.Error></code></summary>
|
|
459
459
|
<dl>
|
|
460
460
|
<dd>
|
|
461
461
|
|
|
@@ -509,7 +509,7 @@ await client.chargeCapture.v1.create({
|
|
|
509
509
|
</dl>
|
|
510
510
|
</details>
|
|
511
511
|
|
|
512
|
-
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">createFromPreEncounterPatient</a>({ ...params }) -> core.APIResponse
|
|
512
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">createFromPreEncounterPatient</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.createFromPreEncounterPatient.Error></code></summary>
|
|
513
513
|
<dl>
|
|
514
514
|
<dd>
|
|
515
515
|
|
|
@@ -595,7 +595,7 @@ await client.chargeCapture.v1.createFromPreEncounterPatient({
|
|
|
595
595
|
</dl>
|
|
596
596
|
</details>
|
|
597
597
|
|
|
598
|
-
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">update</a>(chargeCaptureId, { ...params }) -> core.APIResponse
|
|
598
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">update</a>(chargeCaptureId, { ...params }) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.update.Error></code></summary>
|
|
599
599
|
<dl>
|
|
600
600
|
<dd>
|
|
601
601
|
|
|
@@ -652,7 +652,7 @@ await client.chargeCapture.v1.update(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4b
|
|
|
652
652
|
</dl>
|
|
653
653
|
</details>
|
|
654
654
|
|
|
655
|
-
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">get</a>(chargeCaptureId) -> core.APIResponse
|
|
655
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">get</a>(chargeCaptureId) -> core.APIResponse<CandidApi.ChargeCapture, CandidApi.chargeCapture.v1.get.Error></code></summary>
|
|
656
656
|
<dl>
|
|
657
657
|
<dd>
|
|
658
658
|
|
|
@@ -701,7 +701,7 @@ await client.chargeCapture.v1.get(CandidApi.ChargeCaptureId("d5e9c84f-c2b2-4bf4-
|
|
|
701
701
|
</dl>
|
|
702
702
|
</details>
|
|
703
703
|
|
|
704
|
-
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse
|
|
704
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCapturePage, CandidApi.chargeCapture.v1.getAll.Error></code></summary>
|
|
705
705
|
<dl>
|
|
706
706
|
<dd>
|
|
707
707
|
|
|
@@ -750,7 +750,7 @@ await client.chargeCapture.v1.getAll();
|
|
|
750
750
|
</dl>
|
|
751
751
|
</details>
|
|
752
752
|
|
|
753
|
-
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">updatePostBilledChanges</a>({ ...params }) -> core.APIResponse
|
|
753
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">updatePostBilledChanges</a>({ ...params }) -> core.APIResponse<CandidApi.ChargeCapturePostBilledChange[], CandidApi.chargeCapture.v1.updatePostBilledChanges.Error></code></summary>
|
|
754
754
|
<dl>
|
|
755
755
|
<dd>
|
|
756
756
|
|
|
@@ -803,7 +803,7 @@ await client.chargeCapture.v1.updatePostBilledChanges({
|
|
|
803
803
|
</details>
|
|
804
804
|
|
|
805
805
|
## Contracts V2
|
|
806
|
-
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">get</a>(contractId) -> core.APIResponse
|
|
806
|
+
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">get</a>(contractId) -> core.APIResponse<CandidApi.ContractWithProviders, CandidApi.contracts.v2.get.Error></code></summary>
|
|
807
807
|
<dl>
|
|
808
808
|
<dd>
|
|
809
809
|
|
|
@@ -866,7 +866,7 @@ await client.contracts.v2.get(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7ffd
|
|
|
866
866
|
</dl>
|
|
867
867
|
</details>
|
|
868
868
|
|
|
869
|
-
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
869
|
+
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ContractsPage, CandidApi.contracts.v2.getMulti.Error></code></summary>
|
|
870
870
|
<dl>
|
|
871
871
|
<dd>
|
|
872
872
|
|
|
@@ -929,7 +929,7 @@ await client.contracts.v2.getMulti();
|
|
|
929
929
|
</dl>
|
|
930
930
|
</details>
|
|
931
931
|
|
|
932
|
-
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
932
|
+
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ContractWithProviders, CandidApi.contracts.v2.create.Error></code></summary>
|
|
933
933
|
<dl>
|
|
934
934
|
<dd>
|
|
935
935
|
|
|
@@ -1010,7 +1010,7 @@ await client.contracts.v2.create({
|
|
|
1010
1010
|
</dl>
|
|
1011
1011
|
</details>
|
|
1012
1012
|
|
|
1013
|
-
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">delete</a>(contractId) -> core.APIResponse
|
|
1013
|
+
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">delete</a>(contractId) -> core.APIResponse<void, CandidApi.contracts.v2.delete.Error></code></summary>
|
|
1014
1014
|
<dl>
|
|
1015
1015
|
<dd>
|
|
1016
1016
|
|
|
@@ -1059,7 +1059,7 @@ await client.contracts.v2.delete(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1059
1059
|
</dl>
|
|
1060
1060
|
</details>
|
|
1061
1061
|
|
|
1062
|
-
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">update</a>(contractId, { ...params }) -> core.APIResponse
|
|
1062
|
+
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">update</a>(contractId, { ...params }) -> core.APIResponse<CandidApi.ContractWithProviders, CandidApi.contracts.v2.update.Error></code></summary>
|
|
1063
1063
|
<dl>
|
|
1064
1064
|
<dd>
|
|
1065
1065
|
|
|
@@ -1117,7 +1117,7 @@ await client.contracts.v2.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1117
1117
|
</details>
|
|
1118
1118
|
|
|
1119
1119
|
## Contracts V3
|
|
1120
|
-
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">get</a>(contractId) -> core.APIResponse
|
|
1120
|
+
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">get</a>(contractId) -> core.APIResponse<CandidApi.ContractWithProvidersUnion, CandidApi.contracts.v3.get.Error></code></summary>
|
|
1121
1121
|
<dl>
|
|
1122
1122
|
<dd>
|
|
1123
1123
|
|
|
@@ -1166,7 +1166,7 @@ await client.contracts.v3.get(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7ffd
|
|
|
1166
1166
|
</dl>
|
|
1167
1167
|
</details>
|
|
1168
1168
|
|
|
1169
|
-
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
1169
|
+
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ContractsPage, CandidApi.contracts.v3.getMulti.Error></code></summary>
|
|
1170
1170
|
<dl>
|
|
1171
1171
|
<dd>
|
|
1172
1172
|
|
|
@@ -1215,7 +1215,7 @@ await client.contracts.v3.getMulti();
|
|
|
1215
1215
|
</dl>
|
|
1216
1216
|
</details>
|
|
1217
1217
|
|
|
1218
|
-
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
1218
|
+
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ContractWithProvidersUnion, CandidApi.contracts.v3.create.Error></code></summary>
|
|
1219
1219
|
<dl>
|
|
1220
1220
|
<dd>
|
|
1221
1221
|
|
|
@@ -1298,7 +1298,7 @@ await client.contracts.v3.create({
|
|
|
1298
1298
|
</dl>
|
|
1299
1299
|
</details>
|
|
1300
1300
|
|
|
1301
|
-
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">delete</a>(contractId) -> core.APIResponse
|
|
1301
|
+
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">delete</a>(contractId) -> core.APIResponse<void, CandidApi.contracts.v3.delete.Error></code></summary>
|
|
1302
1302
|
<dl>
|
|
1303
1303
|
<dd>
|
|
1304
1304
|
|
|
@@ -1347,7 +1347,7 @@ await client.contracts.v3.delete(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1347
1347
|
</dl>
|
|
1348
1348
|
</details>
|
|
1349
1349
|
|
|
1350
|
-
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">update</a>(contractId, { ...params }) -> core.APIResponse
|
|
1350
|
+
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">update</a>(contractId, { ...params }) -> core.APIResponse<CandidApi.ContractWithProvidersUnion, CandidApi.contracts.v3.update.Error></code></summary>
|
|
1351
1351
|
<dl>
|
|
1352
1352
|
<dd>
|
|
1353
1353
|
|
|
@@ -1406,7 +1406,7 @@ await client.contracts.v3.update(CandidApi.ContractId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
1406
1406
|
</dl>
|
|
1407
1407
|
</details>
|
|
1408
1408
|
|
|
1409
|
-
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">createContractServiceFacility</a>(contractId, { ...params }) -> core.APIResponse
|
|
1409
|
+
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">createContractServiceFacility</a>(contractId, { ...params }) -> core.APIResponse<CandidApi.ContractServiceFacility, CandidApi.contracts.v3.createContractServiceFacility.Error></code></summary>
|
|
1410
1410
|
<dl>
|
|
1411
1411
|
<dd>
|
|
1412
1412
|
|
|
@@ -1466,7 +1466,7 @@ await client.contracts.v3.createContractServiceFacility(CandidApi.ContractId("d5
|
|
|
1466
1466
|
</dl>
|
|
1467
1467
|
</details>
|
|
1468
1468
|
|
|
1469
|
-
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">updateContractServiceFacility</a>(contractId, contractServiceFacilityId, { ...params }) -> core.APIResponse
|
|
1469
|
+
<details><summary><code>client.contracts.v3.<a href="/src/api/resources/contracts/resources/v3/client/Client.ts">updateContractServiceFacility</a>(contractId, contractServiceFacilityId, { ...params }) -> core.APIResponse<CandidApi.ContractServiceFacility, CandidApi.contracts.v3.updateContractServiceFacility.Error></code></summary>
|
|
1470
1470
|
<dl>
|
|
1471
1471
|
<dd>
|
|
1472
1472
|
|
|
@@ -1532,7 +1532,7 @@ await client.contracts.v3.updateContractServiceFacility(CandidApi.ContractId("d5
|
|
|
1532
1532
|
</details>
|
|
1533
1533
|
|
|
1534
1534
|
## Credentialing V2
|
|
1535
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">createFacility</a>({ ...params }) -> core.APIResponse
|
|
1535
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">createFacility</a>({ ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.createFacility.Error></code></summary>
|
|
1536
1536
|
<dl>
|
|
1537
1537
|
<dd>
|
|
1538
1538
|
|
|
@@ -1585,7 +1585,7 @@ await client.credentialing.v2.createFacility({
|
|
|
1585
1585
|
</dl>
|
|
1586
1586
|
</details>
|
|
1587
1587
|
|
|
1588
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getFacility</a>(facilityCredentialingId) -> core.APIResponse
|
|
1588
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getFacility</a>(facilityCredentialingId) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.getFacility.Error></code></summary>
|
|
1589
1589
|
<dl>
|
|
1590
1590
|
<dd>
|
|
1591
1591
|
|
|
@@ -1634,7 +1634,7 @@ await client.credentialing.v2.getFacility(CandidApi.FacilityCredentialingSpanId(
|
|
|
1634
1634
|
</dl>
|
|
1635
1635
|
</details>
|
|
1636
1636
|
|
|
1637
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAllFacilities</a>({ ...params }) -> core.APIResponse
|
|
1637
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAllFacilities</a>({ ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpanPage, CandidApi.credentialing.v2.getAllFacilities.Error></code></summary>
|
|
1638
1638
|
<dl>
|
|
1639
1639
|
<dd>
|
|
1640
1640
|
|
|
@@ -1683,7 +1683,7 @@ await client.credentialing.v2.getAllFacilities();
|
|
|
1683
1683
|
</dl>
|
|
1684
1684
|
</details>
|
|
1685
1685
|
|
|
1686
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">deleteFacility</a>(facilityCredentialingId) -> core.APIResponse
|
|
1686
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">deleteFacility</a>(facilityCredentialingId) -> core.APIResponse<void, CandidApi.credentialing.v2.deleteFacility.Error></code></summary>
|
|
1687
1687
|
<dl>
|
|
1688
1688
|
<dd>
|
|
1689
1689
|
|
|
@@ -1746,7 +1746,7 @@ await client.credentialing.v2.deleteFacility(CandidApi.FacilityCredentialingSpan
|
|
|
1746
1746
|
</dl>
|
|
1747
1747
|
</details>
|
|
1748
1748
|
|
|
1749
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">updateFacility</a>(facilityCredentialingId, { ...params }) -> core.APIResponse
|
|
1749
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">updateFacility</a>(facilityCredentialingId, { ...params }) -> core.APIResponse<CandidApi.FacilityCredentialingSpan, CandidApi.credentialing.v2.updateFacility.Error></code></summary>
|
|
1750
1750
|
<dl>
|
|
1751
1751
|
<dd>
|
|
1752
1752
|
|
|
@@ -1805,7 +1805,7 @@ await client.credentialing.v2.updateFacility(CandidApi.FacilityCredentialingSpan
|
|
|
1805
1805
|
</dl>
|
|
1806
1806
|
</details>
|
|
1807
1807
|
|
|
1808
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
1808
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.create.Error></code></summary>
|
|
1809
1809
|
<dl>
|
|
1810
1810
|
<dd>
|
|
1811
1811
|
|
|
@@ -1862,7 +1862,7 @@ await client.credentialing.v2.create({
|
|
|
1862
1862
|
</dl>
|
|
1863
1863
|
</details>
|
|
1864
1864
|
|
|
1865
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">get</a>(providerCredentialingId) -> core.APIResponse
|
|
1865
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">get</a>(providerCredentialingId) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.get.Error></code></summary>
|
|
1866
1866
|
<dl>
|
|
1867
1867
|
<dd>
|
|
1868
1868
|
|
|
@@ -1911,7 +1911,7 @@ await client.credentialing.v2.get(CandidApi.ProviderCredentialingSpanId("d5e9c84
|
|
|
1911
1911
|
</dl>
|
|
1912
1912
|
</details>
|
|
1913
1913
|
|
|
1914
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse
|
|
1914
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpanPage, CandidApi.credentialing.v2.getAll.Error></code></summary>
|
|
1915
1915
|
<dl>
|
|
1916
1916
|
<dd>
|
|
1917
1917
|
|
|
@@ -1960,7 +1960,7 @@ await client.credentialing.v2.getAll();
|
|
|
1960
1960
|
</dl>
|
|
1961
1961
|
</details>
|
|
1962
1962
|
|
|
1963
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">delete</a>(providerCredentialingId) -> core.APIResponse
|
|
1963
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">delete</a>(providerCredentialingId) -> core.APIResponse<void, CandidApi.credentialing.v2.delete.Error></code></summary>
|
|
1964
1964
|
<dl>
|
|
1965
1965
|
<dd>
|
|
1966
1966
|
|
|
@@ -2023,7 +2023,7 @@ await client.credentialing.v2.delete(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
2023
2023
|
</dl>
|
|
2024
2024
|
</details>
|
|
2025
2025
|
|
|
2026
|
-
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">update</a>(providerCredentialingId, { ...params }) -> core.APIResponse
|
|
2026
|
+
<details><summary><code>client.credentialing.v2.<a href="/src/api/resources/credentialing/resources/v2/client/Client.ts">update</a>(providerCredentialingId, { ...params }) -> core.APIResponse<CandidApi.ProviderCredentialingSpan, CandidApi.credentialing.v2.update.Error></code></summary>
|
|
2027
2027
|
<dl>
|
|
2028
2028
|
<dd>
|
|
2029
2029
|
|
|
@@ -2081,7 +2081,7 @@ await client.credentialing.v2.update(CandidApi.ProviderCredentialingSpanId("d5e9
|
|
|
2081
2081
|
</details>
|
|
2082
2082
|
|
|
2083
2083
|
## CustomSchemas V1
|
|
2084
|
-
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">getMulti</a>() -> core.APIResponse
|
|
2084
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">getMulti</a>() -> core.APIResponse<CandidApi.SchemaGetMultiResponse, CandidApi.customSchemas.v1.getMulti.Error></code></summary>
|
|
2085
2085
|
<dl>
|
|
2086
2086
|
<dd>
|
|
2087
2087
|
|
|
@@ -2136,7 +2136,7 @@ await client.customSchemas.v1.getMulti();
|
|
|
2136
2136
|
</dl>
|
|
2137
2137
|
</details>
|
|
2138
2138
|
|
|
2139
|
-
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">get</a>(schemaId) -> core.APIResponse
|
|
2139
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">get</a>(schemaId) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.get.Error></code></summary>
|
|
2140
2140
|
<dl>
|
|
2141
2141
|
<dd>
|
|
2142
2142
|
|
|
@@ -2199,7 +2199,7 @@ await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54
|
|
|
2199
2199
|
</dl>
|
|
2200
2200
|
</details>
|
|
2201
2201
|
|
|
2202
|
-
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
2202
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.create.Error></code></summary>
|
|
2203
2203
|
<dl>
|
|
2204
2204
|
<dd>
|
|
2205
2205
|
|
|
@@ -2279,7 +2279,7 @@ await client.customSchemas.v1.create({
|
|
|
2279
2279
|
</dl>
|
|
2280
2280
|
</details>
|
|
2281
2281
|
|
|
2282
|
-
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">update</a>(schemaId, { ...params }) -> core.APIResponse
|
|
2282
|
+
<details><summary><code>client.customSchemas.v1.<a href="/src/api/resources/customSchemas/resources/v1/client/Client.ts">update</a>(schemaId, { ...params }) -> core.APIResponse<CandidApi.Schema, CandidApi.customSchemas.v1.update.Error></code></summary>
|
|
2283
2283
|
<dl>
|
|
2284
2284
|
<dd>
|
|
2285
2285
|
|
|
@@ -2358,7 +2358,7 @@ await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb
|
|
|
2358
2358
|
</details>
|
|
2359
2359
|
|
|
2360
2360
|
## Eligibility V2
|
|
2361
|
-
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvaility</a>() -> core.APIResponse
|
|
2361
|
+
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvaility</a>() -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error></code></summary>
|
|
2362
2362
|
<dl>
|
|
2363
2363
|
<dd>
|
|
2364
2364
|
|
|
@@ -2431,7 +2431,7 @@ await client.eligibility.v2.submitEligibilityCheckAvaility();
|
|
|
2431
2431
|
</dl>
|
|
2432
2432
|
</details>
|
|
2433
2433
|
|
|
2434
|
-
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvailityPost</a>({ ...params }) -> core.APIResponse
|
|
2434
|
+
<details><summary><code>client.eligibility.v2.<a href="/src/api/resources/eligibility/resources/v2/client/Client.ts">submitEligibilityCheckAvailityPost</a>({ ...params }) -> core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvailityPost.Error></code></summary>
|
|
2435
2435
|
<dl>
|
|
2436
2436
|
<dd>
|
|
2437
2437
|
|
|
@@ -2511,7 +2511,7 @@ await client.eligibility.v2.submitEligibilityCheckAvailityPost({
|
|
|
2511
2511
|
</details>
|
|
2512
2512
|
|
|
2513
2513
|
## EncounterAttachments V1
|
|
2514
|
-
<details><summary><code>client.encounterAttachments.v1.<a href="/src/api/resources/encounterAttachments/resources/v1/client/Client.ts">get</a>(encounterId) -> core.APIResponse
|
|
2514
|
+
<details><summary><code>client.encounterAttachments.v1.<a href="/src/api/resources/encounterAttachments/resources/v1/client/Client.ts">get</a>(encounterId) -> core.APIResponse<CandidApi.EncounterAttachment[], CandidApi.encounterAttachments.v1.get.Error></code></summary>
|
|
2515
2515
|
<dl>
|
|
2516
2516
|
<dd>
|
|
2517
2517
|
|
|
@@ -2560,7 +2560,7 @@ await client.encounterAttachments.v1.get(CandidApi.EncounterId("d5e9c84f-c2b2-4b
|
|
|
2560
2560
|
</dl>
|
|
2561
2561
|
</details>
|
|
2562
2562
|
|
|
2563
|
-
<details><summary><code>client.encounterAttachments.v1.<a href="/src/api/resources/encounterAttachments/resources/v1/client/Client.ts">delete</a>(encounterId, { ...params }) -> core.APIResponse
|
|
2563
|
+
<details><summary><code>client.encounterAttachments.v1.<a href="/src/api/resources/encounterAttachments/resources/v1/client/Client.ts">delete</a>(encounterId, { ...params }) -> core.APIResponse<void, CandidApi.encounterAttachments.v1.delete.Error></code></summary>
|
|
2564
2564
|
<dl>
|
|
2565
2565
|
<dd>
|
|
2566
2566
|
|
|
@@ -2620,7 +2620,7 @@ await client.encounterAttachments.v1.delete(CandidApi.EncounterId("d5e9c84f-c2b2
|
|
|
2620
2620
|
</details>
|
|
2621
2621
|
|
|
2622
2622
|
## EncounterProviders V2
|
|
2623
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse
|
|
2623
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.updateReferringProvider.Error></code></summary>
|
|
2624
2624
|
<dl>
|
|
2625
2625
|
<dd>
|
|
2626
2626
|
|
|
@@ -2677,7 +2677,7 @@ await client.encounterProviders.v2.updateReferringProvider(CandidApi.EncounterId
|
|
|
2677
2677
|
</dl>
|
|
2678
2678
|
</details>
|
|
2679
2679
|
|
|
2680
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateInitialReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse
|
|
2680
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateInitialReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.updateInitialReferringProvider.Error></code></summary>
|
|
2681
2681
|
<dl>
|
|
2682
2682
|
<dd>
|
|
2683
2683
|
|
|
@@ -2734,7 +2734,7 @@ await client.encounterProviders.v2.updateInitialReferringProvider(CandidApi.Enco
|
|
|
2734
2734
|
</dl>
|
|
2735
2735
|
</details>
|
|
2736
2736
|
|
|
2737
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateSupervisingProvider</a>(encounterId, { ...params }) -> core.APIResponse
|
|
2737
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateSupervisingProvider</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.updateSupervisingProvider.Error></code></summary>
|
|
2738
2738
|
<dl>
|
|
2739
2739
|
<dd>
|
|
2740
2740
|
|
|
@@ -2791,7 +2791,7 @@ await client.encounterProviders.v2.updateSupervisingProvider(CandidApi.Encounter
|
|
|
2791
2791
|
</dl>
|
|
2792
2792
|
</details>
|
|
2793
2793
|
|
|
2794
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateOrderingProvider</a>(serviceLineId, { ...params }) -> core.APIResponse
|
|
2794
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">updateOrderingProvider</a>(serviceLineId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.updateOrderingProvider.Error></code></summary>
|
|
2795
2795
|
<dl>
|
|
2796
2796
|
<dd>
|
|
2797
2797
|
|
|
@@ -2848,7 +2848,7 @@ await client.encounterProviders.v2.updateOrderingProvider(CandidApi.ServiceLineI
|
|
|
2848
2848
|
</dl>
|
|
2849
2849
|
</details>
|
|
2850
2850
|
|
|
2851
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse
|
|
2851
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.createReferringProvider.Error></code></summary>
|
|
2852
2852
|
<dl>
|
|
2853
2853
|
<dd>
|
|
2854
2854
|
|
|
@@ -2907,7 +2907,7 @@ await client.encounterProviders.v2.createReferringProvider(CandidApi.EncounterId
|
|
|
2907
2907
|
</dl>
|
|
2908
2908
|
</details>
|
|
2909
2909
|
|
|
2910
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createInitialReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse
|
|
2910
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createInitialReferringProvider</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.createInitialReferringProvider.Error></code></summary>
|
|
2911
2911
|
<dl>
|
|
2912
2912
|
<dd>
|
|
2913
2913
|
|
|
@@ -2966,7 +2966,7 @@ await client.encounterProviders.v2.createInitialReferringProvider(CandidApi.Enco
|
|
|
2966
2966
|
</dl>
|
|
2967
2967
|
</details>
|
|
2968
2968
|
|
|
2969
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createSupervisingProvider</a>(encounterId, { ...params }) -> core.APIResponse
|
|
2969
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createSupervisingProvider</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.createSupervisingProvider.Error></code></summary>
|
|
2970
2970
|
<dl>
|
|
2971
2971
|
<dd>
|
|
2972
2972
|
|
|
@@ -3025,7 +3025,7 @@ await client.encounterProviders.v2.createSupervisingProvider(CandidApi.Encounter
|
|
|
3025
3025
|
</dl>
|
|
3026
3026
|
</details>
|
|
3027
3027
|
|
|
3028
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createOrderingProvider</a>(serviceLineId, { ...params }) -> core.APIResponse
|
|
3028
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">createOrderingProvider</a>(serviceLineId, { ...params }) -> core.APIResponse<CandidApi.EncounterProvider, CandidApi.encounterProviders.v2.createOrderingProvider.Error></code></summary>
|
|
3029
3029
|
<dl>
|
|
3030
3030
|
<dd>
|
|
3031
3031
|
|
|
@@ -3084,7 +3084,7 @@ await client.encounterProviders.v2.createOrderingProvider(CandidApi.ServiceLineI
|
|
|
3084
3084
|
</dl>
|
|
3085
3085
|
</details>
|
|
3086
3086
|
|
|
3087
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteReferringProvider</a>(encounterId) -> core.APIResponse
|
|
3087
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteReferringProvider</a>(encounterId) -> core.APIResponse<void, CandidApi.encounterProviders.v2.deleteReferringProvider.Error></code></summary>
|
|
3088
3088
|
<dl>
|
|
3089
3089
|
<dd>
|
|
3090
3090
|
|
|
@@ -3133,7 +3133,7 @@ await client.encounterProviders.v2.deleteReferringProvider(CandidApi.EncounterId
|
|
|
3133
3133
|
</dl>
|
|
3134
3134
|
</details>
|
|
3135
3135
|
|
|
3136
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteInitialReferringProvider</a>(encounterId) -> core.APIResponse
|
|
3136
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteInitialReferringProvider</a>(encounterId) -> core.APIResponse<void, CandidApi.encounterProviders.v2.deleteInitialReferringProvider.Error></code></summary>
|
|
3137
3137
|
<dl>
|
|
3138
3138
|
<dd>
|
|
3139
3139
|
|
|
@@ -3182,7 +3182,7 @@ await client.encounterProviders.v2.deleteInitialReferringProvider(CandidApi.Enco
|
|
|
3182
3182
|
</dl>
|
|
3183
3183
|
</details>
|
|
3184
3184
|
|
|
3185
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteSupervisingProvider</a>(encounterId) -> core.APIResponse
|
|
3185
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteSupervisingProvider</a>(encounterId) -> core.APIResponse<void, CandidApi.encounterProviders.v2.deleteSupervisingProvider.Error></code></summary>
|
|
3186
3186
|
<dl>
|
|
3187
3187
|
<dd>
|
|
3188
3188
|
|
|
@@ -3231,7 +3231,7 @@ await client.encounterProviders.v2.deleteSupervisingProvider(CandidApi.Encounter
|
|
|
3231
3231
|
</dl>
|
|
3232
3232
|
</details>
|
|
3233
3233
|
|
|
3234
|
-
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteOrderingProvider</a>(serviceLineId) -> core.APIResponse
|
|
3234
|
+
<details><summary><code>client.encounterProviders.v2.<a href="/src/api/resources/encounterProviders/resources/v2/client/Client.ts">deleteOrderingProvider</a>(serviceLineId) -> core.APIResponse<void, CandidApi.encounterProviders.v2.deleteOrderingProvider.Error></code></summary>
|
|
3235
3235
|
<dl>
|
|
3236
3236
|
<dd>
|
|
3237
3237
|
|
|
@@ -3281,7 +3281,7 @@ await client.encounterProviders.v2.deleteOrderingProvider(CandidApi.ServiceLineI
|
|
|
3281
3281
|
</details>
|
|
3282
3282
|
|
|
3283
3283
|
## EncounterSupplementalInformation V1
|
|
3284
|
-
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">get</a>(encounterId) -> core.APIResponse
|
|
3284
|
+
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">get</a>(encounterId) -> core.APIResponse<CandidApi.SupplementalInformation[], CandidApi.encounterSupplementalInformation.v1.get.Error></code></summary>
|
|
3285
3285
|
<dl>
|
|
3286
3286
|
<dd>
|
|
3287
3287
|
|
|
@@ -3330,7 +3330,7 @@ await client.encounterSupplementalInformation.v1.get(CandidApi.EncounterId("d5e9
|
|
|
3330
3330
|
</dl>
|
|
3331
3331
|
</details>
|
|
3332
3332
|
|
|
3333
|
-
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">create</a>(encounterId, { ...params }) -> core.APIResponse
|
|
3333
|
+
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">create</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.SupplementalInformation, CandidApi.encounterSupplementalInformation.v1.create.Error></code></summary>
|
|
3334
3334
|
<dl>
|
|
3335
3335
|
<dd>
|
|
3336
3336
|
|
|
@@ -3391,7 +3391,7 @@ await client.encounterSupplementalInformation.v1.create(CandidApi.EncounterId("d
|
|
|
3391
3391
|
</dl>
|
|
3392
3392
|
</details>
|
|
3393
3393
|
|
|
3394
|
-
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">update</a>(encounterId, supplementalInformationId, { ...params }) -> core.APIResponse
|
|
3394
|
+
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">update</a>(encounterId, supplementalInformationId, { ...params }) -> core.APIResponse<CandidApi.SupplementalInformation, CandidApi.encounterSupplementalInformation.v1.update.Error></code></summary>
|
|
3395
3395
|
<dl>
|
|
3396
3396
|
<dd>
|
|
3397
3397
|
|
|
@@ -3456,7 +3456,7 @@ await client.encounterSupplementalInformation.v1.update(CandidApi.EncounterId("d
|
|
|
3456
3456
|
</dl>
|
|
3457
3457
|
</details>
|
|
3458
3458
|
|
|
3459
|
-
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">delete</a>(encounterId, supplementalInformationId) -> core.APIResponse
|
|
3459
|
+
<details><summary><code>client.encounterSupplementalInformation.v1.<a href="/src/api/resources/encounterSupplementalInformation/resources/v1/client/Client.ts">delete</a>(encounterId, supplementalInformationId) -> core.APIResponse<void, CandidApi.encounterSupplementalInformation.v1.delete.Error></code></summary>
|
|
3460
3460
|
<dl>
|
|
3461
3461
|
<dd>
|
|
3462
3462
|
|
|
@@ -3514,7 +3514,7 @@ await client.encounterSupplementalInformation.v1.delete(CandidApi.EncounterId("d
|
|
|
3514
3514
|
</details>
|
|
3515
3515
|
|
|
3516
3516
|
## Encounters V4
|
|
3517
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse
|
|
3517
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.EncounterPage, CandidApi.encounters.v4.getAll.Error></code></summary>
|
|
3518
3518
|
<dl>
|
|
3519
3519
|
<dd>
|
|
3520
3520
|
|
|
@@ -3574,7 +3574,7 @@ await client.encounters.v4.getAll({
|
|
|
3574
3574
|
</dl>
|
|
3575
3575
|
</details>
|
|
3576
3576
|
|
|
3577
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">get</a>(encounterId) -> core.APIResponse
|
|
3577
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">get</a>(encounterId) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.get.Error></code></summary>
|
|
3578
3578
|
<dl>
|
|
3579
3579
|
<dd>
|
|
3580
3580
|
|
|
@@ -3623,7 +3623,7 @@ await client.encounters.v4.get(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7f
|
|
|
3623
3623
|
</dl>
|
|
3624
3624
|
</details>
|
|
3625
3625
|
|
|
3626
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse
|
|
3626
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createUniversal.Error></code></summary>
|
|
3627
3627
|
<dl>
|
|
3628
3628
|
<dd>
|
|
3629
3629
|
|
|
@@ -3721,7 +3721,7 @@ await client.encounters.v4.createUniversal({
|
|
|
3721
3721
|
</dl>
|
|
3722
3722
|
</details>
|
|
3723
3723
|
|
|
3724
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
3724
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.create.Error></code></summary>
|
|
3725
3725
|
<dl>
|
|
3726
3726
|
<dd>
|
|
3727
3727
|
|
|
@@ -3812,7 +3812,7 @@ await client.encounters.v4.create({
|
|
|
3812
3812
|
</dl>
|
|
3813
3813
|
</details>
|
|
3814
3814
|
|
|
3815
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createFromPreEncounterPatientUniversal</a>({ ...params }) -> core.APIResponse
|
|
3815
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createFromPreEncounterPatientUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createFromPreEncounterPatientUniversal.Error></code></summary>
|
|
3816
3816
|
<dl>
|
|
3817
3817
|
<dd>
|
|
3818
3818
|
|
|
@@ -3915,7 +3915,7 @@ await client.encounters.v4.createFromPreEncounterPatientUniversal({
|
|
|
3915
3915
|
</dl>
|
|
3916
3916
|
</details>
|
|
3917
3917
|
|
|
3918
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createFromPreEncounterPatient</a>({ ...params }) -> core.APIResponse
|
|
3918
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">createFromPreEncounterPatient</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.createFromPreEncounterPatient.Error></code></summary>
|
|
3919
3919
|
<dl>
|
|
3920
3920
|
<dd>
|
|
3921
3921
|
|
|
@@ -4023,7 +4023,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
4023
4023
|
</dl>
|
|
4024
4024
|
</details>
|
|
4025
4025
|
|
|
4026
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">updateUniversal</a>(encounterId, { ...params }) -> core.APIResponse
|
|
4026
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">updateUniversal</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.updateUniversal.Error></code></summary>
|
|
4027
4027
|
<dl>
|
|
4028
4028
|
<dd>
|
|
4029
4029
|
|
|
@@ -4097,7 +4097,7 @@ await client.encounters.v4.updateUniversal(CandidApi.EncounterId("d5e9c84f-c2b2-
|
|
|
4097
4097
|
</dl>
|
|
4098
4098
|
</details>
|
|
4099
4099
|
|
|
4100
|
-
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse
|
|
4100
|
+
<details><summary><code>client.encounters.v4.<a href="/src/api/resources/encounters/resources/v4/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.encounters.v4.update.Error></code></summary>
|
|
4101
4101
|
<dl>
|
|
4102
4102
|
<dd>
|
|
4103
4103
|
|
|
@@ -4155,7 +4155,7 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
4155
4155
|
</details>
|
|
4156
4156
|
|
|
4157
4157
|
## Events V1
|
|
4158
|
-
<details><summary><code>client.events.v1.<a href="/src/api/resources/events/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse
|
|
4158
|
+
<details><summary><code>client.events.v1.<a href="/src/api/resources/events/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.EventScanPage, CandidApi.events.v1.scan.Error></code></summary>
|
|
4159
4159
|
<dl>
|
|
4160
4160
|
<dd>
|
|
4161
4161
|
|
|
@@ -4218,7 +4218,7 @@ await client.events.v1.scan();
|
|
|
4218
4218
|
</dl>
|
|
4219
4219
|
</details>
|
|
4220
4220
|
|
|
4221
|
-
<details><summary><code>client.events.v1.<a href="/src/api/resources/events/resources/v1/client/Client.ts">get</a>(eventId) -> core.APIResponse
|
|
4221
|
+
<details><summary><code>client.events.v1.<a href="/src/api/resources/events/resources/v1/client/Client.ts">get</a>(eventId) -> core.APIResponse<CandidApi.Event, CandidApi.events.v1.get.Error></code></summary>
|
|
4222
4222
|
<dl>
|
|
4223
4223
|
<dd>
|
|
4224
4224
|
|
|
@@ -4268,7 +4268,7 @@ await client.events.v1.get(CandidApi.EventId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc
|
|
|
4268
4268
|
</details>
|
|
4269
4269
|
|
|
4270
4270
|
## Exports V3
|
|
4271
|
-
<details><summary><code>client.exports.v3.<a href="/src/api/resources/exports/resources/v3/client/Client.ts">getExports</a>({ ...params }) -> core.APIResponse
|
|
4271
|
+
<details><summary><code>client.exports.v3.<a href="/src/api/resources/exports/resources/v3/client/Client.ts">getExports</a>({ ...params }) -> core.APIResponse<CandidApi.GetExportsResponse, CandidApi.exports.v3.getExports.Error></code></summary>
|
|
4272
4272
|
<dl>
|
|
4273
4273
|
<dd>
|
|
4274
4274
|
|
|
@@ -4352,7 +4352,7 @@ await client.exports.v3.getExports({
|
|
|
4352
4352
|
</details>
|
|
4353
4353
|
|
|
4354
4354
|
## ExternalPaymentAccountConfig V1
|
|
4355
|
-
<details><summary><code>client.externalPaymentAccountConfig.v1.<a href="/src/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
4355
|
+
<details><summary><code>client.externalPaymentAccountConfig.v1.<a href="/src/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ExternalPaymentAccountConfigPage, CandidApi.externalPaymentAccountConfig.v1.getMulti.Error></code></summary>
|
|
4356
4356
|
<dl>
|
|
4357
4357
|
<dd>
|
|
4358
4358
|
|
|
@@ -4402,7 +4402,7 @@ await client.externalPaymentAccountConfig.v1.getMulti();
|
|
|
4402
4402
|
</details>
|
|
4403
4403
|
|
|
4404
4404
|
## FeeSchedules V3
|
|
4405
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getMatch</a>(serviceLineId) -> core.APIResponse
|
|
4405
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getMatch</a>(serviceLineId) -> core.APIResponse<CandidApi.MatchResult | undefined, CandidApi.feeSchedules.v3.getMatch.Error></code></summary>
|
|
4406
4406
|
<dl>
|
|
4407
4407
|
<dd>
|
|
4408
4408
|
|
|
@@ -4465,7 +4465,7 @@ await client.feeSchedules.v3.getMatch(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf
|
|
|
4465
4465
|
</dl>
|
|
4466
4466
|
</details>
|
|
4467
4467
|
|
|
4468
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">testMatch</a>(serviceLineId, rateId) -> core.APIResponse
|
|
4468
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">testMatch</a>(serviceLineId, rateId) -> core.APIResponse<CandidApi.MatchTestResult, CandidApi.feeSchedules.v3.testMatch.Error></code></summary>
|
|
4469
4469
|
<dl>
|
|
4470
4470
|
<dd>
|
|
4471
4471
|
|
|
@@ -4536,7 +4536,7 @@ await client.feeSchedules.v3.testMatch(CandidApi.ServiceLineId("d5e9c84f-c2b2-4b
|
|
|
4536
4536
|
</dl>
|
|
4537
4537
|
</details>
|
|
4538
4538
|
|
|
4539
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
4539
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.RatesPage, CandidApi.feeSchedules.v3.getMulti.Error></code></summary>
|
|
4540
4540
|
<dl>
|
|
4541
4541
|
<dd>
|
|
4542
4542
|
|
|
@@ -4599,7 +4599,7 @@ await client.feeSchedules.v3.getMulti();
|
|
|
4599
4599
|
</dl>
|
|
4600
4600
|
</details>
|
|
4601
4601
|
|
|
4602
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getUniqueValuesForDimension</a>({ ...params }) -> core.APIResponse
|
|
4602
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getUniqueValuesForDimension</a>({ ...params }) -> core.APIResponse<CandidApi.DimensionsPage, CandidApi.feeSchedules.v3.getUniqueValuesForDimension.Error></code></summary>
|
|
4603
4603
|
<dl>
|
|
4604
4604
|
<dd>
|
|
4605
4605
|
|
|
@@ -4664,7 +4664,7 @@ await client.feeSchedules.v3.getUniqueValuesForDimension({
|
|
|
4664
4664
|
</dl>
|
|
4665
4665
|
</details>
|
|
4666
4666
|
|
|
4667
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getRateHistory</a>(rateId) -> core.APIResponse
|
|
4667
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getRateHistory</a>(rateId) -> core.APIResponse<CandidApi.Rate[], CandidApi.feeSchedules.v3.getRateHistory.Error></code></summary>
|
|
4668
4668
|
<dl>
|
|
4669
4669
|
<dd>
|
|
4670
4670
|
|
|
@@ -4727,7 +4727,7 @@ await client.feeSchedules.v3.getRateHistory(CandidApi.RateId("d5e9c84f-c2b2-4bf4
|
|
|
4727
4727
|
</dl>
|
|
4728
4728
|
</details>
|
|
4729
4729
|
|
|
4730
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">uploadFeeSchedule</a>({ ...params }) -> core.APIResponse
|
|
4730
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">uploadFeeSchedule</a>({ ...params }) -> core.APIResponse<CandidApi.Rate[], CandidApi.feeSchedules.v3.uploadFeeSchedule.Error></code></summary>
|
|
4731
4731
|
<dl>
|
|
4732
4732
|
<dd>
|
|
4733
4733
|
|
|
@@ -4847,7 +4847,7 @@ await client.feeSchedules.v3.uploadFeeSchedule({
|
|
|
4847
4847
|
</dl>
|
|
4848
4848
|
</details>
|
|
4849
4849
|
|
|
4850
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">deleteRate</a>(rateId, version) -> core.APIResponse
|
|
4850
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">deleteRate</a>(rateId, version) -> core.APIResponse<void, CandidApi.feeSchedules.v3.deleteRate.Error></code></summary>
|
|
4851
4851
|
<dl>
|
|
4852
4852
|
<dd>
|
|
4853
4853
|
|
|
@@ -4918,7 +4918,7 @@ await client.feeSchedules.v3.deleteRate(CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b
|
|
|
4918
4918
|
</dl>
|
|
4919
4919
|
</details>
|
|
4920
4920
|
|
|
4921
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getPayerThresholdsDefault</a>() -> core.APIResponse
|
|
4921
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getPayerThresholdsDefault</a>() -> core.APIResponse<CandidApi.PayerThreshold, CandidApi.feeSchedules.v3.getPayerThresholdsDefault.Error></code></summary>
|
|
4922
4922
|
<dl>
|
|
4923
4923
|
<dd>
|
|
4924
4924
|
|
|
@@ -4973,7 +4973,7 @@ await client.feeSchedules.v3.getPayerThresholdsDefault();
|
|
|
4973
4973
|
</dl>
|
|
4974
4974
|
</details>
|
|
4975
4975
|
|
|
4976
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getPayerThresholds</a>({ ...params }) -> core.APIResponse
|
|
4976
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">getPayerThresholds</a>({ ...params }) -> core.APIResponse<CandidApi.PayerThresholdsPage, CandidApi.feeSchedules.v3.getPayerThresholds.Error></code></summary>
|
|
4977
4977
|
<dl>
|
|
4978
4978
|
<dd>
|
|
4979
4979
|
|
|
@@ -5038,7 +5038,7 @@ await client.feeSchedules.v3.getPayerThresholds({
|
|
|
5038
5038
|
</dl>
|
|
5039
5039
|
</details>
|
|
5040
5040
|
|
|
5041
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">setPayerThreshold</a>(payerUuid, { ...params }) -> core.APIResponse
|
|
5041
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">setPayerThreshold</a>(payerUuid, { ...params }) -> core.APIResponse<CandidApi.PayerThreshold, CandidApi.feeSchedules.v3.setPayerThreshold.Error></code></summary>
|
|
5042
5042
|
<dl>
|
|
5043
5043
|
<dd>
|
|
5044
5044
|
|
|
@@ -5111,7 +5111,7 @@ await client.feeSchedules.v3.setPayerThreshold(CandidApi.PayerUuid("d5e9c84f-c2b
|
|
|
5111
5111
|
</dl>
|
|
5112
5112
|
</details>
|
|
5113
5113
|
|
|
5114
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">hardDeleteRates</a>({ ...params }) -> core.APIResponse
|
|
5114
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">hardDeleteRates</a>({ ...params }) -> core.APIResponse<number, CandidApi.feeSchedules.v3.hardDeleteRates.Error></code></summary>
|
|
5115
5115
|
<dl>
|
|
5116
5116
|
<dd>
|
|
5117
5117
|
|
|
@@ -5182,7 +5182,7 @@ await client.feeSchedules.v3.hardDeleteRates({
|
|
|
5182
5182
|
</dl>
|
|
5183
5183
|
</details>
|
|
5184
5184
|
|
|
5185
|
-
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">hardDeleteRatesByIds</a>({ ...params }) -> core.APIResponse
|
|
5185
|
+
<details><summary><code>client.feeSchedules.v3.<a href="/src/api/resources/feeSchedules/resources/v3/client/Client.ts">hardDeleteRatesByIds</a>({ ...params }) -> core.APIResponse<number, CandidApi.feeSchedules.v3.hardDeleteRatesByIds.Error></code></summary>
|
|
5186
5186
|
<dl>
|
|
5187
5187
|
<dd>
|
|
5188
5188
|
|
|
@@ -5248,7 +5248,7 @@ await client.feeSchedules.v3.hardDeleteRatesByIds({
|
|
|
5248
5248
|
</details>
|
|
5249
5249
|
|
|
5250
5250
|
## Guarantor V1
|
|
5251
|
-
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">create</a>(encounterId, { ...params }) -> core.APIResponse
|
|
5251
|
+
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">create</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.create.Error></code></summary>
|
|
5252
5252
|
<dl>
|
|
5253
5253
|
<dd>
|
|
5254
5254
|
|
|
@@ -5329,7 +5329,7 @@ await client.guarantor.v1.create(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
5329
5329
|
</dl>
|
|
5330
5330
|
</details>
|
|
5331
5331
|
|
|
5332
|
-
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">get</a>(guarantorId) -> core.APIResponse
|
|
5332
|
+
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">get</a>(guarantorId) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.get.Error></code></summary>
|
|
5333
5333
|
<dl>
|
|
5334
5334
|
<dd>
|
|
5335
5335
|
|
|
@@ -5392,7 +5392,7 @@ await client.guarantor.v1.get(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
5392
5392
|
</dl>
|
|
5393
5393
|
</details>
|
|
5394
5394
|
|
|
5395
|
-
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">update</a>(guarantorId, { ...params }) -> core.APIResponse
|
|
5395
|
+
<details><summary><code>client.guarantor.v1.<a href="/src/api/resources/guarantor/resources/v1/client/Client.ts">update</a>(guarantorId, { ...params }) -> core.APIResponse<CandidApi.Guarantor, CandidApi.guarantor.v1.update.Error></code></summary>
|
|
5396
5396
|
<dl>
|
|
5397
5397
|
<dd>
|
|
5398
5398
|
|
|
@@ -5464,7 +5464,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
5464
5464
|
</details>
|
|
5465
5465
|
|
|
5466
5466
|
## HealthCareCodeInformation V1
|
|
5467
|
-
<details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse
|
|
5467
|
+
<details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">update</a>(encounterId, { ...params }) -> core.APIResponse<CandidApi.HealthCareCodeInformationGetAllResponse, CandidApi.healthCareCodeInformation.v1.update.Error></code></summary>
|
|
5468
5468
|
<dl>
|
|
5469
5469
|
<dd>
|
|
5470
5470
|
|
|
@@ -5521,7 +5521,7 @@ await client.healthCareCodeInformation.v1.update(CandidApi.EncounterId("d5e9c84f
|
|
|
5521
5521
|
</dl>
|
|
5522
5522
|
</details>
|
|
5523
5523
|
|
|
5524
|
-
<details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">getAllForEncounter</a>(encounterId) -> core.APIResponse
|
|
5524
|
+
<details><summary><code>client.healthCareCodeInformation.v1.<a href="/src/api/resources/healthCareCodeInformation/resources/v1/client/Client.ts">getAllForEncounter</a>(encounterId) -> core.APIResponse<CandidApi.HealthCareCodeInformationGetAllResponse, CandidApi.healthCareCodeInformation.v1.getAllForEncounter.Error></code></summary>
|
|
5525
5525
|
<dl>
|
|
5526
5526
|
<dd>
|
|
5527
5527
|
|
|
@@ -5571,7 +5571,7 @@ await client.healthCareCodeInformation.v1.getAllForEncounter(CandidApi.Encounter
|
|
|
5571
5571
|
</details>
|
|
5572
5572
|
|
|
5573
5573
|
## ImportInvoice V1
|
|
5574
|
-
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">importInvoice</a>({ ...params }) -> core.APIResponse
|
|
5574
|
+
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">importInvoice</a>({ ...params }) -> core.APIResponse<CandidApi.ImportInvoice, CandidApi.importInvoice.v1.importInvoice.Error></code></summary>
|
|
5575
5575
|
<dl>
|
|
5576
5576
|
<dd>
|
|
5577
5577
|
|
|
@@ -5653,7 +5653,7 @@ await client.importInvoice.v1.importInvoice({
|
|
|
5653
5653
|
</dl>
|
|
5654
5654
|
</details>
|
|
5655
5655
|
|
|
5656
|
-
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
5656
|
+
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.ImportInvoicesPage, CandidApi.importInvoice.v1.getMulti.Error></code></summary>
|
|
5657
5657
|
<dl>
|
|
5658
5658
|
<dd>
|
|
5659
5659
|
|
|
@@ -5716,7 +5716,7 @@ await client.importInvoice.v1.getMulti();
|
|
|
5716
5716
|
</dl>
|
|
5717
5717
|
</details>
|
|
5718
5718
|
|
|
5719
|
-
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">get</a>(invoiceId) -> core.APIResponse
|
|
5719
|
+
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">get</a>(invoiceId) -> core.APIResponse<CandidApi.ImportInvoice, CandidApi.importInvoice.v1.get.Error></code></summary>
|
|
5720
5720
|
<dl>
|
|
5721
5721
|
<dd>
|
|
5722
5722
|
|
|
@@ -5779,7 +5779,7 @@ await client.importInvoice.v1.get(CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
5779
5779
|
</dl>
|
|
5780
5780
|
</details>
|
|
5781
5781
|
|
|
5782
|
-
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">update</a>(invoiceId, { ...params }) -> core.APIResponse
|
|
5782
|
+
<details><summary><code>client.importInvoice.v1.<a href="/src/api/resources/importInvoice/resources/v1/client/Client.ts">update</a>(invoiceId, { ...params }) -> core.APIResponse<CandidApi.ImportInvoice, CandidApi.importInvoice.v1.update.Error></code></summary>
|
|
5783
5783
|
<dl>
|
|
5784
5784
|
<dd>
|
|
5785
5785
|
|
|
@@ -5851,7 +5851,7 @@ await client.importInvoice.v1.update(CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b
|
|
|
5851
5851
|
</details>
|
|
5852
5852
|
|
|
5853
5853
|
## InsuranceAdjudications V1
|
|
5854
|
-
<details><summary><code>client.insuranceAdjudications.v1.<a href="/src/api/resources/insuranceAdjudications/resources/v1/client/Client.ts">get</a>(insuranceAdjudicationId) -> core.APIResponse
|
|
5854
|
+
<details><summary><code>client.insuranceAdjudications.v1.<a href="/src/api/resources/insuranceAdjudications/resources/v1/client/Client.ts">get</a>(insuranceAdjudicationId) -> core.APIResponse<CandidApi.InsuranceAdjudication, CandidApi.insuranceAdjudications.v1.get.Error></code></summary>
|
|
5855
5855
|
<dl>
|
|
5856
5856
|
<dd>
|
|
5857
5857
|
|
|
@@ -5915,7 +5915,7 @@ await client.insuranceAdjudications.v1.get(CandidApi.InsuranceAdjudicationId("d5
|
|
|
5915
5915
|
</details>
|
|
5916
5916
|
|
|
5917
5917
|
## InsuranceRefunds V1
|
|
5918
|
-
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
5918
|
+
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.InsuranceRefundsPage, CandidApi.insuranceRefunds.v1.getMulti.Error></code></summary>
|
|
5919
5919
|
<dl>
|
|
5920
5920
|
<dd>
|
|
5921
5921
|
|
|
@@ -5979,7 +5979,7 @@ await client.insuranceRefunds.v1.getMulti();
|
|
|
5979
5979
|
</dl>
|
|
5980
5980
|
</details>
|
|
5981
5981
|
|
|
5982
|
-
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">get</a>(insuranceRefundId) -> core.APIResponse
|
|
5982
|
+
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">get</a>(insuranceRefundId) -> core.APIResponse<CandidApi.InsuranceRefund, CandidApi.insuranceRefunds.v1.get.Error></code></summary>
|
|
5983
5983
|
<dl>
|
|
5984
5984
|
<dd>
|
|
5985
5985
|
|
|
@@ -6043,7 +6043,7 @@ await client.insuranceRefunds.v1.get(CandidApi.InsuranceRefundId("d5e9c84f-c2b2-
|
|
|
6043
6043
|
</dl>
|
|
6044
6044
|
</details>
|
|
6045
6045
|
|
|
6046
|
-
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
6046
|
+
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.InsuranceRefund, CandidApi.insuranceRefunds.v1.create.Error></code></summary>
|
|
6047
6047
|
<dl>
|
|
6048
6048
|
<dd>
|
|
6049
6049
|
|
|
@@ -6128,7 +6128,7 @@ await client.insuranceRefunds.v1.create({
|
|
|
6128
6128
|
</dl>
|
|
6129
6129
|
</details>
|
|
6130
6130
|
|
|
6131
|
-
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">update</a>(insuranceRefundId, { ...params }) -> core.APIResponse
|
|
6131
|
+
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">update</a>(insuranceRefundId, { ...params }) -> core.APIResponse<CandidApi.InsuranceRefund, CandidApi.insuranceRefunds.v1.update.Error></code></summary>
|
|
6132
6132
|
<dl>
|
|
6133
6133
|
<dd>
|
|
6134
6134
|
|
|
@@ -6200,7 +6200,7 @@ await client.insuranceRefunds.v1.update(CandidApi.InsuranceRefundId("d5e9c84f-c2
|
|
|
6200
6200
|
</dl>
|
|
6201
6201
|
</details>
|
|
6202
6202
|
|
|
6203
|
-
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">delete</a>(insuranceRefundId) -> core.APIResponse
|
|
6203
|
+
<details><summary><code>client.insuranceRefunds.v1.<a href="/src/api/resources/insuranceRefunds/resources/v1/client/Client.ts">delete</a>(insuranceRefundId) -> core.APIResponse<void, CandidApi.insuranceRefunds.v1.delete.Error></code></summary>
|
|
6204
6204
|
<dl>
|
|
6205
6205
|
<dd>
|
|
6206
6206
|
|
|
@@ -6266,7 +6266,7 @@ await client.insuranceRefunds.v1.delete(CandidApi.InsuranceRefundId("d5e9c84f-c2
|
|
|
6266
6266
|
</details>
|
|
6267
6267
|
|
|
6268
6268
|
## MedicationDispense V1
|
|
6269
|
-
<details><summary><code>client.medicationDispense.v1.<a href="/src/api/resources/medicationDispense/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
6269
|
+
<details><summary><code>client.medicationDispense.v1.<a href="/src/api/resources/medicationDispense/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Encounter, CandidApi.medicationDispense.v1.create.Error></code></summary>
|
|
6270
6270
|
<dl>
|
|
6271
6271
|
<dd>
|
|
6272
6272
|
|
|
@@ -6323,7 +6323,7 @@ await client.medicationDispense.v1.create({
|
|
|
6323
6323
|
</details>
|
|
6324
6324
|
|
|
6325
6325
|
## NonInsurancePayerPayments V1
|
|
6326
|
-
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
6326
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPaymentsPage, CandidApi.nonInsurancePayerPayments.v1.getMulti.Error></code></summary>
|
|
6327
6327
|
<dl>
|
|
6328
6328
|
<dd>
|
|
6329
6329
|
|
|
@@ -6386,7 +6386,7 @@ await client.nonInsurancePayerPayments.v1.getMulti();
|
|
|
6386
6386
|
</dl>
|
|
6387
6387
|
</details>
|
|
6388
6388
|
|
|
6389
|
-
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">get</a>(nonInsurancePayerPaymentId) -> core.APIResponse
|
|
6389
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">get</a>(nonInsurancePayerPaymentId) -> core.APIResponse<CandidApi.NonInsurancePayerPayment, CandidApi.nonInsurancePayerPayments.v1.get.Error></code></summary>
|
|
6390
6390
|
<dl>
|
|
6391
6391
|
<dd>
|
|
6392
6392
|
|
|
@@ -6449,7 +6449,7 @@ await client.nonInsurancePayerPayments.v1.get(CandidApi.NonInsurancePayerPayment
|
|
|
6449
6449
|
</dl>
|
|
6450
6450
|
</details>
|
|
6451
6451
|
|
|
6452
|
-
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
6452
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPayment, CandidApi.nonInsurancePayerPayments.v1.create.Error></code></summary>
|
|
6453
6453
|
<dl>
|
|
6454
6454
|
<dd>
|
|
6455
6455
|
|
|
@@ -6514,7 +6514,7 @@ await client.nonInsurancePayerPayments.v1.create({
|
|
|
6514
6514
|
</dl>
|
|
6515
6515
|
</details>
|
|
6516
6516
|
|
|
6517
|
-
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">update</a>(nonInsurancePayerPaymentId, { ...params }) -> core.APIResponse
|
|
6517
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">update</a>(nonInsurancePayerPaymentId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPayment, CandidApi.nonInsurancePayerPayments.v1.update.Error></code></summary>
|
|
6518
6518
|
<dl>
|
|
6519
6519
|
<dd>
|
|
6520
6520
|
|
|
@@ -6571,7 +6571,7 @@ await client.nonInsurancePayerPayments.v1.update(CandidApi.NonInsurancePayerPaym
|
|
|
6571
6571
|
</dl>
|
|
6572
6572
|
</details>
|
|
6573
6573
|
|
|
6574
|
-
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerPaymentId) -> core.APIResponse
|
|
6574
|
+
<details><summary><code>client.nonInsurancePayerPayments.v1.<a href="/src/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerPaymentId) -> core.APIResponse<void, CandidApi.nonInsurancePayerPayments.v1.delete.Error></code></summary>
|
|
6575
6575
|
<dl>
|
|
6576
6576
|
<dd>
|
|
6577
6577
|
|
|
@@ -6635,7 +6635,7 @@ await client.nonInsurancePayerPayments.v1.delete(CandidApi.NonInsurancePayerPaym
|
|
|
6635
6635
|
</details>
|
|
6636
6636
|
|
|
6637
6637
|
## NonInsurancePayerRefunds V1
|
|
6638
|
-
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
6638
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerRefundsPage, CandidApi.nonInsurancePayerRefunds.v1.getMulti.Error></code></summary>
|
|
6639
6639
|
<dl>
|
|
6640
6640
|
<dd>
|
|
6641
6641
|
|
|
@@ -6698,7 +6698,7 @@ await client.nonInsurancePayerRefunds.v1.getMulti();
|
|
|
6698
6698
|
</dl>
|
|
6699
6699
|
</details>
|
|
6700
6700
|
|
|
6701
|
-
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">get</a>(nonInsurancePayerRefundId) -> core.APIResponse
|
|
6701
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">get</a>(nonInsurancePayerRefundId) -> core.APIResponse<CandidApi.NonInsurancePayerRefund, CandidApi.nonInsurancePayerRefunds.v1.get.Error></code></summary>
|
|
6702
6702
|
<dl>
|
|
6703
6703
|
<dd>
|
|
6704
6704
|
|
|
@@ -6761,7 +6761,7 @@ await client.nonInsurancePayerRefunds.v1.get(CandidApi.NonInsurancePayerRefundId
|
|
|
6761
6761
|
</dl>
|
|
6762
6762
|
</details>
|
|
6763
6763
|
|
|
6764
|
-
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
6764
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerRefund, CandidApi.nonInsurancePayerRefunds.v1.create.Error></code></summary>
|
|
6765
6765
|
<dl>
|
|
6766
6766
|
<dd>
|
|
6767
6767
|
|
|
@@ -6842,7 +6842,7 @@ await client.nonInsurancePayerRefunds.v1.create({
|
|
|
6842
6842
|
</dl>
|
|
6843
6843
|
</details>
|
|
6844
6844
|
|
|
6845
|
-
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">update</a>(nonInsurancePayerRefundId, { ...params }) -> core.APIResponse
|
|
6845
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">update</a>(nonInsurancePayerRefundId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerRefund, CandidApi.nonInsurancePayerRefunds.v1.update.Error></code></summary>
|
|
6846
6846
|
<dl>
|
|
6847
6847
|
<dd>
|
|
6848
6848
|
|
|
@@ -6914,7 +6914,7 @@ await client.nonInsurancePayerRefunds.v1.update(CandidApi.NonInsurancePayerRefun
|
|
|
6914
6914
|
</dl>
|
|
6915
6915
|
</details>
|
|
6916
6916
|
|
|
6917
|
-
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerRefundId) -> core.APIResponse
|
|
6917
|
+
<details><summary><code>client.nonInsurancePayerRefunds.v1.<a href="/src/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerRefundId) -> core.APIResponse<void, CandidApi.nonInsurancePayerRefunds.v1.delete.Error></code></summary>
|
|
6918
6918
|
<dl>
|
|
6919
6919
|
<dd>
|
|
6920
6920
|
|
|
@@ -6978,7 +6978,7 @@ await client.nonInsurancePayerRefunds.v1.delete(CandidApi.NonInsurancePayerRefun
|
|
|
6978
6978
|
</details>
|
|
6979
6979
|
|
|
6980
6980
|
## NonInsurancePayers V1
|
|
6981
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
6981
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.create.Error></code></summary>
|
|
6982
6982
|
<dl>
|
|
6983
6983
|
<dd>
|
|
6984
6984
|
|
|
@@ -7029,7 +7029,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
7029
7029
|
</dl>
|
|
7030
7030
|
</details>
|
|
7031
7031
|
|
|
7032
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">toggleEnablement</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse
|
|
7032
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">toggleEnablement</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.toggleEnablement.Error></code></summary>
|
|
7033
7033
|
<dl>
|
|
7034
7034
|
<dd>
|
|
7035
7035
|
|
|
@@ -7088,7 +7088,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(CandidApi.NonInsurancePayerI
|
|
|
7088
7088
|
</dl>
|
|
7089
7089
|
</details>
|
|
7090
7090
|
|
|
7091
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
7091
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerPage, CandidApi.nonInsurancePayers.v1.getMulti.Error></code></summary>
|
|
7092
7092
|
<dl>
|
|
7093
7093
|
<dd>
|
|
7094
7094
|
|
|
@@ -7137,7 +7137,7 @@ await client.nonInsurancePayers.v1.getMulti();
|
|
|
7137
7137
|
</dl>
|
|
7138
7138
|
</details>
|
|
7139
7139
|
|
|
7140
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getCategories</a>({ ...params }) -> core.APIResponse
|
|
7140
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">getCategories</a>({ ...params }) -> core.APIResponse<CandidApi.NonInsurancePayerCategoriesPage, CandidApi.nonInsurancePayers.v1.getCategories.Error></code></summary>
|
|
7141
7141
|
<dl>
|
|
7142
7142
|
<dd>
|
|
7143
7143
|
|
|
@@ -7205,7 +7205,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
7205
7205
|
</dl>
|
|
7206
7206
|
</details>
|
|
7207
7207
|
|
|
7208
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">get</a>(nonInsurancePayerId) -> core.APIResponse
|
|
7208
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">get</a>(nonInsurancePayerId) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.get.Error></code></summary>
|
|
7209
7209
|
<dl>
|
|
7210
7210
|
<dd>
|
|
7211
7211
|
|
|
@@ -7254,7 +7254,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
7254
7254
|
</dl>
|
|
7255
7255
|
</details>
|
|
7256
7256
|
|
|
7257
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">update</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse
|
|
7257
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">update</a>(nonInsurancePayerId, { ...params }) -> core.APIResponse<CandidApi.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.update.Error></code></summary>
|
|
7258
7258
|
<dl>
|
|
7259
7259
|
<dd>
|
|
7260
7260
|
|
|
@@ -7311,7 +7311,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
7311
7311
|
</dl>
|
|
7312
7312
|
</details>
|
|
7313
7313
|
|
|
7314
|
-
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerId) -> core.APIResponse
|
|
7314
|
+
<details><summary><code>client.nonInsurancePayers.v1.<a href="/src/api/resources/nonInsurancePayers/resources/v1/client/Client.ts">delete</a>(nonInsurancePayerId) -> core.APIResponse<void, CandidApi.nonInsurancePayers.v1.delete.Error></code></summary>
|
|
7315
7315
|
<dl>
|
|
7316
7316
|
<dd>
|
|
7317
7317
|
|
|
@@ -7361,7 +7361,7 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
7361
7361
|
</details>
|
|
7362
7362
|
|
|
7363
7363
|
## OrganizationProviders V3
|
|
7364
|
-
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">get</a>(organizationProviderId) -> core.APIResponse
|
|
7364
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">get</a>(organizationProviderId) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.get.Error></code></summary>
|
|
7365
7365
|
<dl>
|
|
7366
7366
|
<dd>
|
|
7367
7367
|
|
|
@@ -7410,7 +7410,7 @@ await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A
|
|
|
7410
7410
|
</dl>
|
|
7411
7411
|
</details>
|
|
7412
7412
|
|
|
7413
|
-
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
7413
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderPageV2, CandidApi.organizationProviders.v3.getMulti.Error></code></summary>
|
|
7414
7414
|
<dl>
|
|
7415
7415
|
<dd>
|
|
7416
7416
|
|
|
@@ -7467,7 +7467,7 @@ await client.organizationProviders.v3.getMulti({
|
|
|
7467
7467
|
</dl>
|
|
7468
7468
|
</details>
|
|
7469
7469
|
|
|
7470
|
-
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
7470
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.create.Error></code></summary>
|
|
7471
7471
|
<dl>
|
|
7472
7472
|
<dd>
|
|
7473
7473
|
|
|
@@ -7537,7 +7537,7 @@ await client.organizationProviders.v3.create({
|
|
|
7537
7537
|
</dl>
|
|
7538
7538
|
</details>
|
|
7539
7539
|
|
|
7540
|
-
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">update</a>(organizationProviderId, { ...params }) -> core.APIResponse
|
|
7540
|
+
<details><summary><code>client.organizationProviders.v3.<a href="/src/api/resources/organizationProviders/resources/v3/client/Client.ts">update</a>(organizationProviderId, { ...params }) -> core.APIResponse<CandidApi.OrganizationProviderV2, CandidApi.organizationProviders.v3.update.Error></code></summary>
|
|
7541
7541
|
<dl>
|
|
7542
7542
|
<dd>
|
|
7543
7543
|
|
|
@@ -7595,7 +7595,7 @@ await client.organizationProviders.v3.update(CandidApi.OrganizationProviderId("d
|
|
|
7595
7595
|
</details>
|
|
7596
7596
|
|
|
7597
7597
|
## OrganizationServiceFacilities V2
|
|
7598
|
-
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">get</a>(organizationServiceFacilityId) -> core.APIResponse
|
|
7598
|
+
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">get</a>(organizationServiceFacilityId) -> core.APIResponse<CandidApi.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.get.Error></code></summary>
|
|
7599
7599
|
<dl>
|
|
7600
7600
|
<dd>
|
|
7601
7601
|
|
|
@@ -7644,7 +7644,7 @@ await client.organizationServiceFacilities.v2.get(CandidApi.OrganizationServiceF
|
|
|
7644
7644
|
</dl>
|
|
7645
7645
|
</details>
|
|
7646
7646
|
|
|
7647
|
-
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
7647
|
+
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationServiceFacilityPage, CandidApi.organizationServiceFacilities.v2.getMulti.Error></code></summary>
|
|
7648
7648
|
<dl>
|
|
7649
7649
|
<dd>
|
|
7650
7650
|
|
|
@@ -7697,7 +7697,7 @@ await client.organizationServiceFacilities.v2.getMulti({
|
|
|
7697
7697
|
</dl>
|
|
7698
7698
|
</details>
|
|
7699
7699
|
|
|
7700
|
-
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">getByExternalId</a>(externalId) -> core.APIResponse
|
|
7700
|
+
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">getByExternalId</a>(externalId) -> core.APIResponse<CandidApi.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.getByExternalId.Error></code></summary>
|
|
7701
7701
|
<dl>
|
|
7702
7702
|
<dd>
|
|
7703
7703
|
|
|
@@ -7762,7 +7762,7 @@ await client.organizationServiceFacilities.v2.getByExternalId("external_id");
|
|
|
7762
7762
|
</dl>
|
|
7763
7763
|
</details>
|
|
7764
7764
|
|
|
7765
|
-
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
7765
|
+
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.create.Error></code></summary>
|
|
7766
7766
|
<dl>
|
|
7767
7767
|
<dd>
|
|
7768
7768
|
|
|
@@ -7829,7 +7829,7 @@ await client.organizationServiceFacilities.v2.create({
|
|
|
7829
7829
|
</dl>
|
|
7830
7830
|
</details>
|
|
7831
7831
|
|
|
7832
|
-
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">update</a>(organizationServiceFacilityId, { ...params }) -> core.APIResponse
|
|
7832
|
+
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">update</a>(organizationServiceFacilityId, { ...params }) -> core.APIResponse<CandidApi.OrganizationServiceFacility, CandidApi.organizationServiceFacilities.v2.update.Error></code></summary>
|
|
7833
7833
|
<dl>
|
|
7834
7834
|
<dd>
|
|
7835
7835
|
|
|
@@ -7904,7 +7904,7 @@ await client.organizationServiceFacilities.v2.update(CandidApi.OrganizationServi
|
|
|
7904
7904
|
</dl>
|
|
7905
7905
|
</details>
|
|
7906
7906
|
|
|
7907
|
-
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">delete</a>(organizationServiceFacilityId) -> core.APIResponse
|
|
7907
|
+
<details><summary><code>client.organizationServiceFacilities.v2.<a href="/src/api/resources/organizationServiceFacilities/resources/v2/client/Client.ts">delete</a>(organizationServiceFacilityId) -> core.APIResponse<void, CandidApi.organizationServiceFacilities.v2.delete.Error></code></summary>
|
|
7908
7908
|
<dl>
|
|
7909
7909
|
<dd>
|
|
7910
7910
|
|
|
@@ -7954,7 +7954,7 @@ await client.organizationServiceFacilities.v2.delete(CandidApi.OrganizationServi
|
|
|
7954
7954
|
</details>
|
|
7955
7955
|
|
|
7956
7956
|
## PatientAr V1
|
|
7957
|
-
<details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">listInventory</a>({ ...params }) -> core.APIResponse
|
|
7957
|
+
<details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">listInventory</a>({ ...params }) -> core.APIResponse<CandidApi.ListInventoryPagedResponse, CandidApi.patientAr.v1.listInventory.Error></code></summary>
|
|
7958
7958
|
<dl>
|
|
7959
7959
|
<dd>
|
|
7960
7960
|
|
|
@@ -8018,7 +8018,7 @@ await client.patientAr.v1.listInventory();
|
|
|
8018
8018
|
</dl>
|
|
8019
8019
|
</details>
|
|
8020
8020
|
|
|
8021
|
-
<details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">itemize</a>(claimId) -> core.APIResponse
|
|
8021
|
+
<details><summary><code>client.patientAr.v1.<a href="/src/api/resources/patientAr/resources/v1/client/Client.ts">itemize</a>(claimId) -> core.APIResponse<CandidApi.InvoiceItemizationResponse, CandidApi.patientAr.v1.itemize.Error></code></summary>
|
|
8022
8022
|
<dl>
|
|
8023
8023
|
<dd>
|
|
8024
8024
|
|
|
@@ -8082,7 +8082,7 @@ await client.patientAr.v1.itemize(CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
8082
8082
|
</details>
|
|
8083
8083
|
|
|
8084
8084
|
## PatientPayments V4
|
|
8085
|
-
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
8085
|
+
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PatientPaymentsPage, CandidApi.patientPayments.v4.getMulti.Error></code></summary>
|
|
8086
8086
|
<dl>
|
|
8087
8087
|
<dd>
|
|
8088
8088
|
|
|
@@ -8146,7 +8146,7 @@ await client.patientPayments.v4.getMulti();
|
|
|
8146
8146
|
</dl>
|
|
8147
8147
|
</details>
|
|
8148
8148
|
|
|
8149
|
-
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">get</a>(patientPaymentId) -> core.APIResponse
|
|
8149
|
+
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">get</a>(patientPaymentId) -> core.APIResponse<CandidApi.PatientPayment, CandidApi.patientPayments.v4.get.Error></code></summary>
|
|
8150
8150
|
<dl>
|
|
8151
8151
|
<dd>
|
|
8152
8152
|
|
|
@@ -8209,7 +8209,7 @@ await client.patientPayments.v4.get(CandidApi.PatientPaymentId("d5e9c84f-c2b2-4b
|
|
|
8209
8209
|
</dl>
|
|
8210
8210
|
</details>
|
|
8211
8211
|
|
|
8212
|
-
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
8212
|
+
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PatientPayment, CandidApi.patientPayments.v4.create.Error></code></summary>
|
|
8213
8213
|
<dl>
|
|
8214
8214
|
<dd>
|
|
8215
8215
|
|
|
@@ -8290,7 +8290,7 @@ await client.patientPayments.v4.create({
|
|
|
8290
8290
|
</dl>
|
|
8291
8291
|
</details>
|
|
8292
8292
|
|
|
8293
|
-
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">update</a>(patientPaymentId, { ...params }) -> core.APIResponse
|
|
8293
|
+
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">update</a>(patientPaymentId, { ...params }) -> core.APIResponse<CandidApi.PatientPayment, CandidApi.patientPayments.v4.update.Error></code></summary>
|
|
8294
8294
|
<dl>
|
|
8295
8295
|
<dd>
|
|
8296
8296
|
|
|
@@ -8361,7 +8361,7 @@ await client.patientPayments.v4.update(CandidApi.PatientPaymentId("d5e9c84f-c2b2
|
|
|
8361
8361
|
</dl>
|
|
8362
8362
|
</details>
|
|
8363
8363
|
|
|
8364
|
-
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">delete</a>(patientPaymentId) -> core.APIResponse
|
|
8364
|
+
<details><summary><code>client.patientPayments.v4.<a href="/src/api/resources/patientPayments/resources/v4/client/Client.ts">delete</a>(patientPaymentId) -> core.APIResponse<void, CandidApi.patientPayments.v4.delete.Error></code></summary>
|
|
8365
8365
|
<dl>
|
|
8366
8366
|
<dd>
|
|
8367
8367
|
|
|
@@ -8425,7 +8425,7 @@ await client.patientPayments.v4.delete(CandidApi.PatientPaymentId("d5e9c84f-c2b2
|
|
|
8425
8425
|
</details>
|
|
8426
8426
|
|
|
8427
8427
|
## PatientRefunds V1
|
|
8428
|
-
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
8428
|
+
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PatientRefundsPage, CandidApi.patientRefunds.v1.getMulti.Error></code></summary>
|
|
8429
8429
|
<dl>
|
|
8430
8430
|
<dd>
|
|
8431
8431
|
|
|
@@ -8489,7 +8489,7 @@ await client.patientRefunds.v1.getMulti();
|
|
|
8489
8489
|
</dl>
|
|
8490
8490
|
</details>
|
|
8491
8491
|
|
|
8492
|
-
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">get</a>(patientRefundId) -> core.APIResponse
|
|
8492
|
+
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">get</a>(patientRefundId) -> core.APIResponse<CandidApi.PatientRefund, CandidApi.patientRefunds.v1.get.Error></code></summary>
|
|
8493
8493
|
<dl>
|
|
8494
8494
|
<dd>
|
|
8495
8495
|
|
|
@@ -8552,7 +8552,7 @@ await client.patientRefunds.v1.get(CandidApi.PatientRefundId("d5e9c84f-c2b2-4bf4
|
|
|
8552
8552
|
</dl>
|
|
8553
8553
|
</details>
|
|
8554
8554
|
|
|
8555
|
-
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
8555
|
+
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PatientRefund, CandidApi.patientRefunds.v1.create.Error></code></summary>
|
|
8556
8556
|
<dl>
|
|
8557
8557
|
<dd>
|
|
8558
8558
|
|
|
@@ -8633,7 +8633,7 @@ await client.patientRefunds.v1.create({
|
|
|
8633
8633
|
</dl>
|
|
8634
8634
|
</details>
|
|
8635
8635
|
|
|
8636
|
-
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">update</a>(patientRefundId, { ...params }) -> core.APIResponse
|
|
8636
|
+
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">update</a>(patientRefundId, { ...params }) -> core.APIResponse<CandidApi.PatientRefund, CandidApi.patientRefunds.v1.update.Error></code></summary>
|
|
8637
8637
|
<dl>
|
|
8638
8638
|
<dd>
|
|
8639
8639
|
|
|
@@ -8704,7 +8704,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
8704
8704
|
</dl>
|
|
8705
8705
|
</details>
|
|
8706
8706
|
|
|
8707
|
-
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">delete</a>(patientRefundId) -> core.APIResponse
|
|
8707
|
+
<details><summary><code>client.patientRefunds.v1.<a href="/src/api/resources/patientRefunds/resources/v1/client/Client.ts">delete</a>(patientRefundId) -> core.APIResponse<void, CandidApi.patientRefunds.v1.delete.Error></code></summary>
|
|
8708
8708
|
<dl>
|
|
8709
8709
|
<dd>
|
|
8710
8710
|
|
|
@@ -8768,7 +8768,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
8768
8768
|
</details>
|
|
8769
8769
|
|
|
8770
8770
|
## PayerPlanGroups V1
|
|
8771
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
8771
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroupPage, CandidApi.payerPlanGroups.v1.getMulti.Error></code></summary>
|
|
8772
8772
|
<dl>
|
|
8773
8773
|
<dd>
|
|
8774
8774
|
|
|
@@ -8831,7 +8831,7 @@ await client.payerPlanGroups.v1.getMulti();
|
|
|
8831
8831
|
</dl>
|
|
8832
8832
|
</details>
|
|
8833
8833
|
|
|
8834
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">get</a>(payerPlanGroupId) -> core.APIResponse
|
|
8834
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">get</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.get.Error></code></summary>
|
|
8835
8835
|
<dl>
|
|
8836
8836
|
<dd>
|
|
8837
8837
|
|
|
@@ -8894,7 +8894,7 @@ await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4b
|
|
|
8894
8894
|
</dl>
|
|
8895
8895
|
</details>
|
|
8896
8896
|
|
|
8897
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
8897
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.create.Error></code></summary>
|
|
8898
8898
|
<dl>
|
|
8899
8899
|
<dd>
|
|
8900
8900
|
|
|
@@ -8961,7 +8961,7 @@ await client.payerPlanGroups.v1.create({
|
|
|
8961
8961
|
</dl>
|
|
8962
8962
|
</details>
|
|
8963
8963
|
|
|
8964
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">update</a>(payerPlanGroupId, { ...params }) -> core.APIResponse
|
|
8964
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">update</a>(payerPlanGroupId, { ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.update.Error></code></summary>
|
|
8965
8965
|
<dl>
|
|
8966
8966
|
<dd>
|
|
8967
8967
|
|
|
@@ -9036,7 +9036,7 @@ await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2
|
|
|
9036
9036
|
</dl>
|
|
9037
9037
|
</details>
|
|
9038
9038
|
|
|
9039
|
-
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse
|
|
9039
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.deactivate.Error></code></summary>
|
|
9040
9040
|
<dl>
|
|
9041
9041
|
<dd>
|
|
9042
9042
|
|
|
@@ -9100,7 +9100,7 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
|
|
|
9100
9100
|
</details>
|
|
9101
9101
|
|
|
9102
9102
|
## Payers V3
|
|
9103
|
-
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">get</a>(payerUuid) -> core.APIResponse
|
|
9103
|
+
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v3.get.Error></code></summary>
|
|
9104
9104
|
<dl>
|
|
9105
9105
|
<dd>
|
|
9106
9106
|
|
|
@@ -9149,7 +9149,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
9149
9149
|
</dl>
|
|
9150
9150
|
</details>
|
|
9151
9151
|
|
|
9152
|
-
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse
|
|
9152
|
+
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPage, CandidApi.payers.v3.getAll.Error></code></summary>
|
|
9153
9153
|
<dl>
|
|
9154
9154
|
<dd>
|
|
9155
9155
|
|
|
@@ -9203,7 +9203,7 @@ await client.payers.v3.getAll({
|
|
|
9203
9203
|
</details>
|
|
9204
9204
|
|
|
9205
9205
|
## Payers V4
|
|
9206
|
-
<details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">get</a>(payerUuid) -> core.APIResponse
|
|
9206
|
+
<details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v4.get.Error></code></summary>
|
|
9207
9207
|
<dl>
|
|
9208
9208
|
<dd>
|
|
9209
9209
|
|
|
@@ -9252,7 +9252,7 @@ await client.payers.v4.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
9252
9252
|
</dl>
|
|
9253
9253
|
</details>
|
|
9254
9254
|
|
|
9255
|
-
<details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse
|
|
9255
|
+
<details><summary><code>client.payers.v4.<a href="/src/api/resources/payers/resources/v4/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPage, CandidApi.payers.v4.getAll.Error></code></summary>
|
|
9256
9256
|
<dl>
|
|
9257
9257
|
<dd>
|
|
9258
9258
|
|
|
@@ -9302,7 +9302,7 @@ await client.payers.v4.getAll();
|
|
|
9302
9302
|
</details>
|
|
9303
9303
|
|
|
9304
9304
|
## ServiceLines V2
|
|
9305
|
-
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
9305
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.create.Error></code></summary>
|
|
9306
9306
|
<dl>
|
|
9307
9307
|
<dd>
|
|
9308
9308
|
|
|
@@ -9356,7 +9356,7 @@ await client.serviceLines.v2.create({
|
|
|
9356
9356
|
</dl>
|
|
9357
9357
|
</details>
|
|
9358
9358
|
|
|
9359
|
-
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse
|
|
9359
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">createUniversal</a>({ ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.createUniversal.Error></code></summary>
|
|
9360
9360
|
<dl>
|
|
9361
9361
|
<dd>
|
|
9362
9362
|
|
|
@@ -9409,7 +9409,7 @@ await client.serviceLines.v2.createUniversal({
|
|
|
9409
9409
|
</dl>
|
|
9410
9410
|
</details>
|
|
9411
9411
|
|
|
9412
|
-
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">updateUniversal</a>(serviceLineId, { ...params }) -> core.APIResponse
|
|
9412
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">updateUniversal</a>(serviceLineId, { ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.updateUniversal.Error></code></summary>
|
|
9413
9413
|
<dl>
|
|
9414
9414
|
<dd>
|
|
9415
9415
|
|
|
@@ -9466,7 +9466,7 @@ await client.serviceLines.v2.updateUniversal(CandidApi.ServiceLineId("d5e9c84f-c
|
|
|
9466
9466
|
</dl>
|
|
9467
9467
|
</details>
|
|
9468
9468
|
|
|
9469
|
-
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">update</a>(serviceLineId, { ...params }) -> core.APIResponse
|
|
9469
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">update</a>(serviceLineId, { ...params }) -> core.APIResponse<CandidApi.ServiceLine, CandidApi.serviceLines.v2.update.Error></code></summary>
|
|
9470
9470
|
<dl>
|
|
9471
9471
|
<dd>
|
|
9472
9472
|
|
|
@@ -9523,7 +9523,7 @@ await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-
|
|
|
9523
9523
|
</dl>
|
|
9524
9524
|
</details>
|
|
9525
9525
|
|
|
9526
|
-
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">delete</a>(serviceLineId) -> core.APIResponse
|
|
9526
|
+
<details><summary><code>client.serviceLines.v2.<a href="/src/api/resources/serviceLines/resources/v2/client/Client.ts">delete</a>(serviceLineId) -> core.APIResponse<void, CandidApi.serviceLines.v2.delete.Error></code></summary>
|
|
9527
9527
|
<dl>
|
|
9528
9528
|
<dd>
|
|
9529
9529
|
|
|
@@ -9573,7 +9573,7 @@ await client.serviceLines.v2.delete(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-
|
|
|
9573
9573
|
</details>
|
|
9574
9574
|
|
|
9575
9575
|
## Superbills V1
|
|
9576
|
-
<details><summary><code>client.superbills.v1.<a href="/src/api/resources/superbills/resources/v1/client/Client.ts">createSuperbill</a>({ ...params }) -> core.APIResponse
|
|
9576
|
+
<details><summary><code>client.superbills.v1.<a href="/src/api/resources/superbills/resources/v1/client/Client.ts">createSuperbill</a>({ ...params }) -> core.APIResponse<CandidApi.SuperbillResponse, CandidApi.superbills.v1.createSuperbill.Error></code></summary>
|
|
9577
9577
|
<dl>
|
|
9578
9578
|
<dd>
|
|
9579
9579
|
|
|
@@ -9627,7 +9627,7 @@ await client.superbills.v1.createSuperbill({
|
|
|
9627
9627
|
</details>
|
|
9628
9628
|
|
|
9629
9629
|
## Tasks V3
|
|
9630
|
-
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">getActions</a>(taskId) -> core.APIResponse
|
|
9630
|
+
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">getActions</a>(taskId) -> core.APIResponse<CandidApi.TaskActions, CandidApi.tasks.v3.getActions.Error></code></summary>
|
|
9631
9631
|
<dl>
|
|
9632
9632
|
<dd>
|
|
9633
9633
|
|
|
@@ -9676,7 +9676,7 @@ await client.tasks.v3.getActions(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7
|
|
|
9676
9676
|
</dl>
|
|
9677
9677
|
</details>
|
|
9678
9678
|
|
|
9679
|
-
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
9679
|
+
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.TaskPage, CandidApi.tasks.v3.getMulti.Error></code></summary>
|
|
9680
9680
|
<dl>
|
|
9681
9681
|
<dd>
|
|
9682
9682
|
|
|
@@ -9725,7 +9725,7 @@ await client.tasks.v3.getMulti();
|
|
|
9725
9725
|
</dl>
|
|
9726
9726
|
</details>
|
|
9727
9727
|
|
|
9728
|
-
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">get</a>(taskId) -> core.APIResponse
|
|
9728
|
+
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">get</a>(taskId) -> core.APIResponse<CandidApi.Task, CandidApi.tasks.v3.get.Error></code></summary>
|
|
9729
9729
|
<dl>
|
|
9730
9730
|
<dd>
|
|
9731
9731
|
|
|
@@ -9774,7 +9774,7 @@ await client.tasks.v3.get(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32
|
|
|
9774
9774
|
</dl>
|
|
9775
9775
|
</details>
|
|
9776
9776
|
|
|
9777
|
-
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
9777
|
+
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Task, CandidApi.tasks.v3.create.Error></code></summary>
|
|
9778
9778
|
<dl>
|
|
9779
9779
|
<dd>
|
|
9780
9780
|
|
|
@@ -9828,7 +9828,7 @@ await client.tasks.v3.create({
|
|
|
9828
9828
|
</dl>
|
|
9829
9829
|
</details>
|
|
9830
9830
|
|
|
9831
|
-
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">update</a>(taskId, { ...params }) -> core.APIResponse
|
|
9831
|
+
<details><summary><code>client.tasks.v3.<a href="/src/api/resources/tasks/resources/v3/client/Client.ts">update</a>(taskId, { ...params }) -> core.APIResponse<CandidApi.Task, CandidApi.tasks.v3.update.Error></code></summary>
|
|
9832
9832
|
<dl>
|
|
9833
9833
|
<dd>
|
|
9834
9834
|
|
|
@@ -9886,7 +9886,7 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
|
|
|
9886
9886
|
</details>
|
|
9887
9887
|
|
|
9888
9888
|
## WriteOffs V1
|
|
9889
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
9889
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.WriteOffsPage, CandidApi.writeOffs.v1.getMulti.Error></code></summary>
|
|
9890
9890
|
<dl>
|
|
9891
9891
|
<dd>
|
|
9892
9892
|
|
|
@@ -9949,7 +9949,7 @@ await client.writeOffs.v1.getMulti();
|
|
|
9949
9949
|
</dl>
|
|
9950
9950
|
</details>
|
|
9951
9951
|
|
|
9952
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">get</a>(writeOffId) -> core.APIResponse
|
|
9952
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">get</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.get.Error></code></summary>
|
|
9953
9953
|
<dl>
|
|
9954
9954
|
<dd>
|
|
9955
9955
|
|
|
@@ -10012,7 +10012,7 @@ await client.writeOffs.v1.get(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd
|
|
|
10012
10012
|
</dl>
|
|
10013
10013
|
</details>
|
|
10014
10014
|
|
|
10015
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
10015
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.CreateWriteOffsResponse, CandidApi.writeOffs.v1.create.Error></code></summary>
|
|
10016
10016
|
<dl>
|
|
10017
10017
|
<dd>
|
|
10018
10018
|
|
|
@@ -10090,7 +10090,7 @@ await client.writeOffs.v1.create({
|
|
|
10090
10090
|
</dl>
|
|
10091
10091
|
</details>
|
|
10092
10092
|
|
|
10093
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revert</a>(writeOffId) -> core.APIResponse
|
|
10093
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revert</a>(writeOffId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.revert.Error></code></summary>
|
|
10094
10094
|
<dl>
|
|
10095
10095
|
<dd>
|
|
10096
10096
|
|
|
@@ -10153,7 +10153,7 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
10153
10153
|
</dl>
|
|
10154
10154
|
</details>
|
|
10155
10155
|
|
|
10156
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revertInsuranceBalanceAdjustment</a>(adjustmentId) -> core.APIResponse
|
|
10156
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revertInsuranceBalanceAdjustment</a>(adjustmentId) -> core.APIResponse<CandidApi.WriteOff, CandidApi.writeOffs.v1.revertInsuranceBalanceAdjustment.Error></code></summary>
|
|
10157
10157
|
<dl>
|
|
10158
10158
|
<dd>
|
|
10159
10159
|
|
|
@@ -10216,7 +10216,7 @@ await client.writeOffs.v1.revertInsuranceBalanceAdjustment(CandidApi.AdjustmentI
|
|
|
10216
10216
|
</dl>
|
|
10217
10217
|
</details>
|
|
10218
10218
|
|
|
10219
|
-
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revertEraOriginatedInsuranceBalanceAdjustment</a>(adjustmentId) -> core.APIResponse
|
|
10219
|
+
<details><summary><code>client.writeOffs.v1.<a href="/src/api/resources/writeOffs/resources/v1/client/Client.ts">revertEraOriginatedInsuranceBalanceAdjustment</a>(adjustmentId) -> core.APIResponse<CandidApi.AdjustmentId, CandidApi.writeOffs.v1.revertEraOriginatedInsuranceBalanceAdjustment.Error></code></summary>
|
|
10220
10220
|
<dl>
|
|
10221
10221
|
<dd>
|
|
10222
10222
|
|
|
@@ -10280,7 +10280,7 @@ await client.writeOffs.v1.revertEraOriginatedInsuranceBalanceAdjustment(CandidAp
|
|
|
10280
10280
|
</details>
|
|
10281
10281
|
|
|
10282
10282
|
## PreEncounter Appointments V1
|
|
10283
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
10283
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.create.Error></code></summary>
|
|
10284
10284
|
<dl>
|
|
10285
10285
|
<dd>
|
|
10286
10286
|
|
|
@@ -10348,7 +10348,7 @@ await client.preEncounter.appointments.v1.create({
|
|
|
10348
10348
|
</dl>
|
|
10349
10349
|
</details>
|
|
10350
10350
|
|
|
10351
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getVisits</a>({ ...params }) -> core.APIResponse
|
|
10351
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getVisits</a>({ ...params }) -> core.APIResponse<CandidApi.VisitsPage, CandidApi.preEncounter.appointments.v1.getVisits.Error></code></summary>
|
|
10352
10352
|
<dl>
|
|
10353
10353
|
<dd>
|
|
10354
10354
|
|
|
@@ -10411,7 +10411,7 @@ await client.preEncounter.appointments.v1.getVisits();
|
|
|
10411
10411
|
</dl>
|
|
10412
10412
|
</details>
|
|
10413
10413
|
|
|
10414
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse
|
|
10414
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.get.Error></code></summary>
|
|
10415
10415
|
<dl>
|
|
10416
10416
|
<dd>
|
|
10417
10417
|
|
|
@@ -10474,7 +10474,7 @@ await client.preEncounter.appointments.v1.get(CandidApi.AppointmentId("id"));
|
|
|
10474
10474
|
</dl>
|
|
10475
10475
|
</details>
|
|
10476
10476
|
|
|
10477
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse
|
|
10477
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Appointment[], CandidApi.preEncounter.appointments.v1.getHistory.Error></code></summary>
|
|
10478
10478
|
<dl>
|
|
10479
10479
|
<dd>
|
|
10480
10480
|
|
|
@@ -10537,7 +10537,7 @@ await client.preEncounter.appointments.v1.getHistory(CandidApi.AppointmentId("id
|
|
|
10537
10537
|
</dl>
|
|
10538
10538
|
</details>
|
|
10539
10539
|
|
|
10540
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse
|
|
10540
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Appointment, CandidApi.preEncounter.appointments.v1.update.Error></code></summary>
|
|
10541
10541
|
<dl>
|
|
10542
10542
|
<dd>
|
|
10543
10543
|
|
|
@@ -10621,7 +10621,7 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("id"),
|
|
|
10621
10621
|
</dl>
|
|
10622
10622
|
</details>
|
|
10623
10623
|
|
|
10624
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse
|
|
10624
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Appointment[], CandidApi.preEncounter.appointments.v1.scan.Error></code></summary>
|
|
10625
10625
|
<dl>
|
|
10626
10626
|
<dd>
|
|
10627
10627
|
|
|
@@ -10686,7 +10686,7 @@ await client.preEncounter.appointments.v1.scan({
|
|
|
10686
10686
|
</dl>
|
|
10687
10687
|
</details>
|
|
10688
10688
|
|
|
10689
|
-
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse
|
|
10689
|
+
<details><summary><code>client.preEncounter.appointments.v1.<a href="/src/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.appointments.v1.deactivate.Error></code></summary>
|
|
10690
10690
|
<dl>
|
|
10691
10691
|
<dd>
|
|
10692
10692
|
|
|
@@ -10758,7 +10758,7 @@ await client.preEncounter.appointments.v1.deactivate(CandidApi.AppointmentId("id
|
|
|
10758
10758
|
</details>
|
|
10759
10759
|
|
|
10760
10760
|
## PreEncounter Coverages V1
|
|
10761
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
10761
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.create.Error></code></summary>
|
|
10762
10762
|
<dl>
|
|
10763
10763
|
<dd>
|
|
10764
10764
|
|
|
@@ -10839,7 +10839,7 @@ await client.preEncounter.coverages.v1.create({
|
|
|
10839
10839
|
</dl>
|
|
10840
10840
|
</details>
|
|
10841
10841
|
|
|
10842
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse
|
|
10842
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.update.Error></code></summary>
|
|
10843
10843
|
<dl>
|
|
10844
10844
|
<dd>
|
|
10845
10845
|
|
|
@@ -10936,7 +10936,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
10936
10936
|
</dl>
|
|
10937
10937
|
</details>
|
|
10938
10938
|
|
|
10939
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMultiPaginated</a>({ ...params }) -> core.APIResponse
|
|
10939
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMultiPaginated</a>({ ...params }) -> core.APIResponse<CandidApi.CoveragesPage, CandidApi.preEncounter.coverages.v1.getMultiPaginated.Error></code></summary>
|
|
10940
10940
|
<dl>
|
|
10941
10941
|
<dd>
|
|
10942
10942
|
|
|
@@ -10999,7 +10999,7 @@ await client.preEncounter.coverages.v1.getMultiPaginated();
|
|
|
10999
10999
|
</dl>
|
|
11000
11000
|
</details>
|
|
11001
11001
|
|
|
11002
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse
|
|
11002
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Coverage, CandidApi.preEncounter.coverages.v1.get.Error></code></summary>
|
|
11003
11003
|
<dl>
|
|
11004
11004
|
<dd>
|
|
11005
11005
|
|
|
@@ -11062,7 +11062,7 @@ await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4
|
|
|
11062
11062
|
</dl>
|
|
11063
11063
|
</details>
|
|
11064
11064
|
|
|
11065
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse
|
|
11065
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getHistory.Error></code></summary>
|
|
11066
11066
|
<dl>
|
|
11067
11067
|
<dd>
|
|
11068
11068
|
|
|
@@ -11125,7 +11125,7 @@ await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f
|
|
|
11125
11125
|
</dl>
|
|
11126
11126
|
</details>
|
|
11127
11127
|
|
|
11128
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
11128
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.getMulti.Error></code></summary>
|
|
11129
11129
|
<dl>
|
|
11130
11130
|
<dd>
|
|
11131
11131
|
|
|
@@ -11188,7 +11188,7 @@ await client.preEncounter.coverages.v1.getMulti();
|
|
|
11188
11188
|
</dl>
|
|
11189
11189
|
</details>
|
|
11190
11190
|
|
|
11191
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse
|
|
11191
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Coverage[], CandidApi.preEncounter.coverages.v1.scan.Error></code></summary>
|
|
11192
11192
|
<dl>
|
|
11193
11193
|
<dd>
|
|
11194
11194
|
|
|
@@ -11266,7 +11266,7 @@ await client.preEncounter.coverages.v1.scan({
|
|
|
11266
11266
|
</dl>
|
|
11267
11267
|
</details>
|
|
11268
11268
|
|
|
11269
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">batchUpdatePpg</a>(ppgId, { ...params }) -> core.APIResponse
|
|
11269
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">batchUpdatePpg</a>(ppgId, { ...params }) -> core.APIResponse<void, CandidApi.preEncounter.coverages.v1.batchUpdatePpg.Error></code></summary>
|
|
11270
11270
|
<dl>
|
|
11271
11271
|
<dd>
|
|
11272
11272
|
|
|
@@ -11342,7 +11342,7 @@ await client.preEncounter.coverages.v1.batchUpdatePpg(CandidApi.PayerPlanGroupId
|
|
|
11342
11342
|
</dl>
|
|
11343
11343
|
</details>
|
|
11344
11344
|
|
|
11345
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">checkEligibility</a>(id, { ...params }) -> core.APIResponse
|
|
11345
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">checkEligibility</a>(id, { ...params }) -> core.APIResponse<CandidApi.EligibilityCheckMetadata, CandidApi.preEncounter.coverages.v1.checkEligibility.Error></code></summary>
|
|
11346
11346
|
<dl>
|
|
11347
11347
|
<dd>
|
|
11348
11348
|
|
|
@@ -11417,7 +11417,7 @@ await client.preEncounter.coverages.v1.checkEligibility(CandidApi.CoverageId("d5
|
|
|
11417
11417
|
</dl>
|
|
11418
11418
|
</details>
|
|
11419
11419
|
|
|
11420
|
-
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getEligibility</a>(id, checkId) -> core.APIResponse
|
|
11420
|
+
<details><summary><code>client.preEncounter.coverages.v1.<a href="/src/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.ts">getEligibility</a>(id, checkId) -> core.APIResponse<CandidApi.CoverageEligibilityCheckResponse, CandidApi.preEncounter.coverages.v1.getEligibility.Error></code></summary>
|
|
11421
11421
|
<dl>
|
|
11422
11422
|
<dd>
|
|
11423
11423
|
|
|
@@ -11489,7 +11489,7 @@ await client.preEncounter.coverages.v1.getEligibility(CandidApi.CoverageId("d5e9
|
|
|
11489
11489
|
</details>
|
|
11490
11490
|
|
|
11491
11491
|
## PreEncounter EligibilityChecks V1
|
|
11492
|
-
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">post</a>({ ...params }) -> core.APIResponse
|
|
11492
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">post</a>({ ...params }) -> core.APIResponse<CandidApi.EligibilityResponse, CandidApi.preEncounter.eligibilityChecks.v1.post.Error></code></summary>
|
|
11493
11493
|
<dl>
|
|
11494
11494
|
<dd>
|
|
11495
11495
|
|
|
@@ -11561,7 +11561,7 @@ await client.preEncounter.eligibilityChecks.v1.post({
|
|
|
11561
11561
|
</dl>
|
|
11562
11562
|
</details>
|
|
11563
11563
|
|
|
11564
|
-
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">batch</a>({ ...params }) -> core.APIResponse
|
|
11564
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">batch</a>({ ...params }) -> core.APIResponse<CandidApi.BatchEligibilityResponse, CandidApi.preEncounter.eligibilityChecks.v1.batch.Error></code></summary>
|
|
11565
11565
|
<dl>
|
|
11566
11566
|
<dd>
|
|
11567
11567
|
|
|
@@ -11642,7 +11642,7 @@ await client.preEncounter.eligibilityChecks.v1.batch([{
|
|
|
11642
11642
|
</dl>
|
|
11643
11643
|
</details>
|
|
11644
11644
|
|
|
11645
|
-
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">pollBatch</a>(batchId, { ...params }) -> core.APIResponse
|
|
11645
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">pollBatch</a>(batchId, { ...params }) -> core.APIResponse<CandidApi.EligibilityCheckPage, CandidApi.preEncounter.eligibilityChecks.v1.pollBatch.Error></code></summary>
|
|
11646
11646
|
<dl>
|
|
11647
11647
|
<dd>
|
|
11648
11648
|
|
|
@@ -11713,7 +11713,7 @@ await client.preEncounter.eligibilityChecks.v1.pollBatch("batch_id");
|
|
|
11713
11713
|
</dl>
|
|
11714
11714
|
</details>
|
|
11715
11715
|
|
|
11716
|
-
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">payerSearch</a>({ ...params }) -> core.APIResponse
|
|
11716
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">payerSearch</a>({ ...params }) -> core.APIResponse<CandidApi.PayerSearchResponse, CandidApi.preEncounter.eligibilityChecks.v1.payerSearch.Error></code></summary>
|
|
11717
11717
|
<dl>
|
|
11718
11718
|
<dd>
|
|
11719
11719
|
|
|
@@ -11776,7 +11776,7 @@ await client.preEncounter.eligibilityChecks.v1.payerSearch();
|
|
|
11776
11776
|
</dl>
|
|
11777
11777
|
</details>
|
|
11778
11778
|
|
|
11779
|
-
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">recommendation</a>({ ...params }) -> core.APIResponse
|
|
11779
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">recommendation</a>({ ...params }) -> core.APIResponse<CandidApi.EligibilityRecommendation[], CandidApi.preEncounter.eligibilityChecks.v1.recommendation.Error></code></summary>
|
|
11780
11780
|
<dl>
|
|
11781
11781
|
<dd>
|
|
11782
11782
|
|
|
@@ -11839,7 +11839,7 @@ await client.preEncounter.eligibilityChecks.v1.recommendation();
|
|
|
11839
11839
|
</dl>
|
|
11840
11840
|
</details>
|
|
11841
11841
|
|
|
11842
|
-
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">createRecommendation</a>({ ...params }) -> core.APIResponse
|
|
11842
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">createRecommendation</a>({ ...params }) -> core.APIResponse<CandidApi.EligibilityRecommendation, CandidApi.preEncounter.eligibilityChecks.v1.createRecommendation.Error></code></summary>
|
|
11843
11843
|
<dl>
|
|
11844
11844
|
<dd>
|
|
11845
11845
|
|
|
@@ -11910,7 +11910,7 @@ await client.preEncounter.eligibilityChecks.v1.createRecommendation({
|
|
|
11910
11910
|
</details>
|
|
11911
11911
|
|
|
11912
11912
|
## PreEncounter Images V1
|
|
11913
|
-
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
11913
|
+
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Image, CandidApi.preEncounter.images.v1.create.Error></code></summary>
|
|
11914
11914
|
<dl>
|
|
11915
11915
|
<dd>
|
|
11916
11916
|
|
|
@@ -11978,7 +11978,7 @@ await client.preEncounter.images.v1.create({
|
|
|
11978
11978
|
</dl>
|
|
11979
11979
|
</details>
|
|
11980
11980
|
|
|
11981
|
-
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse
|
|
11981
|
+
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Image, CandidApi.preEncounter.images.v1.get.Error></code></summary>
|
|
11982
11982
|
<dl>
|
|
11983
11983
|
<dd>
|
|
11984
11984
|
|
|
@@ -12041,7 +12041,7 @@ await client.preEncounter.images.v1.get(CandidApi.ImageId("id"));
|
|
|
12041
12041
|
</dl>
|
|
12042
12042
|
</details>
|
|
12043
12043
|
|
|
12044
|
-
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse
|
|
12044
|
+
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Image, CandidApi.preEncounter.images.v1.update.Error></code></summary>
|
|
12045
12045
|
<dl>
|
|
12046
12046
|
<dd>
|
|
12047
12047
|
|
|
@@ -12125,7 +12125,7 @@ await client.preEncounter.images.v1.update(CandidApi.ImageId("id"), "version", {
|
|
|
12125
12125
|
</dl>
|
|
12126
12126
|
</details>
|
|
12127
12127
|
|
|
12128
|
-
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse
|
|
12128
|
+
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.images.v1.deactivate.Error></code></summary>
|
|
12129
12129
|
<dl>
|
|
12130
12130
|
<dd>
|
|
12131
12131
|
|
|
@@ -12196,7 +12196,7 @@ await client.preEncounter.images.v1.deactivate(CandidApi.ImageId("id"), "version
|
|
|
12196
12196
|
</dl>
|
|
12197
12197
|
</details>
|
|
12198
12198
|
|
|
12199
|
-
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
12199
|
+
<details><summary><code>client.preEncounter.images.v1.<a href="/src/api/resources/preEncounter/resources/images/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.Image[], CandidApi.preEncounter.images.v1.getMulti.Error></code></summary>
|
|
12200
12200
|
<dl>
|
|
12201
12201
|
<dd>
|
|
12202
12202
|
|
|
@@ -12260,7 +12260,7 @@ await client.preEncounter.images.v1.getMulti();
|
|
|
12260
12260
|
</details>
|
|
12261
12261
|
|
|
12262
12262
|
## PreEncounter Lists V1
|
|
12263
|
-
<details><summary><code>client.preEncounter.lists.v1.<a href="/src/api/resources/preEncounter/resources/lists/resources/v1/client/Client.ts">getPatientList</a>({ ...params }) -> core.APIResponse
|
|
12263
|
+
<details><summary><code>client.preEncounter.lists.v1.<a href="/src/api/resources/preEncounter/resources/lists/resources/v1/client/Client.ts">getPatientList</a>({ ...params }) -> core.APIResponse<CandidApi.PatientListPage, CandidApi.preEncounter.lists.v1.getPatientList.Error></code></summary>
|
|
12264
12264
|
<dl>
|
|
12265
12265
|
<dd>
|
|
12266
12266
|
|
|
@@ -12323,7 +12323,7 @@ await client.preEncounter.lists.v1.getPatientList();
|
|
|
12323
12323
|
</dl>
|
|
12324
12324
|
</details>
|
|
12325
12325
|
|
|
12326
|
-
<details><summary><code>client.preEncounter.lists.v1.<a href="/src/api/resources/preEncounter/resources/lists/resources/v1/client/Client.ts">getAppointmentList</a>({ ...params }) -> core.APIResponse
|
|
12326
|
+
<details><summary><code>client.preEncounter.lists.v1.<a href="/src/api/resources/preEncounter/resources/lists/resources/v1/client/Client.ts">getAppointmentList</a>({ ...params }) -> core.APIResponse<CandidApi.AppointmentListPage, CandidApi.preEncounter.lists.v1.getAppointmentList.Error></code></summary>
|
|
12327
12327
|
<dl>
|
|
12328
12328
|
<dd>
|
|
12329
12329
|
|
|
@@ -12387,7 +12387,7 @@ await client.preEncounter.lists.v1.getAppointmentList();
|
|
|
12387
12387
|
</details>
|
|
12388
12388
|
|
|
12389
12389
|
## PreEncounter Notes V1
|
|
12390
|
-
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse
|
|
12390
|
+
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Note, CandidApi.preEncounter.notes.v1.get.Error></code></summary>
|
|
12391
12391
|
<dl>
|
|
12392
12392
|
<dd>
|
|
12393
12393
|
|
|
@@ -12450,7 +12450,7 @@ await client.preEncounter.notes.v1.get(CandidApi.NoteId("id"));
|
|
|
12450
12450
|
</dl>
|
|
12451
12451
|
</details>
|
|
12452
12452
|
|
|
12453
|
-
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
12453
|
+
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Note, CandidApi.preEncounter.notes.v1.create.Error></code></summary>
|
|
12454
12454
|
<dl>
|
|
12455
12455
|
<dd>
|
|
12456
12456
|
|
|
@@ -12515,7 +12515,7 @@ await client.preEncounter.notes.v1.create({
|
|
|
12515
12515
|
</dl>
|
|
12516
12516
|
</details>
|
|
12517
12517
|
|
|
12518
|
-
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse
|
|
12518
|
+
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Note, CandidApi.preEncounter.notes.v1.update.Error></code></summary>
|
|
12519
12519
|
<dl>
|
|
12520
12520
|
<dd>
|
|
12521
12521
|
|
|
@@ -12596,7 +12596,7 @@ await client.preEncounter.notes.v1.update(CandidApi.NoteId("id"), "version", {
|
|
|
12596
12596
|
</dl>
|
|
12597
12597
|
</details>
|
|
12598
12598
|
|
|
12599
|
-
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse
|
|
12599
|
+
<details><summary><code>client.preEncounter.notes.v1.<a href="/src/api/resources/preEncounter/resources/notes/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.notes.v1.deactivate.Error></code></summary>
|
|
12600
12600
|
<dl>
|
|
12601
12601
|
<dd>
|
|
12602
12602
|
|
|
@@ -12668,7 +12668,7 @@ await client.preEncounter.notes.v1.deactivate(CandidApi.NoteId("id"), "version")
|
|
|
12668
12668
|
</details>
|
|
12669
12669
|
|
|
12670
12670
|
## PreEncounter Patients V1
|
|
12671
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
12671
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.create.Error></code></summary>
|
|
12672
12672
|
<dl>
|
|
12673
12673
|
<dd>
|
|
12674
12674
|
|
|
@@ -12869,7 +12869,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
12869
12869
|
</dl>
|
|
12870
12870
|
</details>
|
|
12871
12871
|
|
|
12872
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">createWithMrn</a>({ ...params }) -> core.APIResponse
|
|
12872
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">createWithMrn</a>({ ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.createWithMrn.Error></code></summary>
|
|
12873
12873
|
<dl>
|
|
12874
12874
|
<dd>
|
|
12875
12875
|
|
|
@@ -13071,7 +13071,7 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
13071
13071
|
</dl>
|
|
13072
13072
|
</details>
|
|
13073
13073
|
|
|
13074
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse
|
|
13074
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PatientPage, CandidApi.preEncounter.patients.v1.getMulti.Error></code></summary>
|
|
13075
13075
|
<dl>
|
|
13076
13076
|
<dd>
|
|
13077
13077
|
|
|
@@ -13134,7 +13134,7 @@ await client.preEncounter.patients.v1.getMulti();
|
|
|
13134
13134
|
</dl>
|
|
13135
13135
|
</details>
|
|
13136
13136
|
|
|
13137
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">searchProviders</a>({ ...params }) -> core.APIResponse
|
|
13137
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">searchProviders</a>({ ...params }) -> core.APIResponse<CandidApi.ExternalProvider[], CandidApi.preEncounter.patients.v1.searchProviders.Error></code></summary>
|
|
13138
13138
|
<dl>
|
|
13139
13139
|
<dd>
|
|
13140
13140
|
|
|
@@ -13199,7 +13199,7 @@ await client.preEncounter.patients.v1.searchProviders({
|
|
|
13199
13199
|
</dl>
|
|
13200
13200
|
</details>
|
|
13201
13201
|
|
|
13202
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse
|
|
13202
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.get.Error></code></summary>
|
|
13203
13203
|
<dl>
|
|
13204
13204
|
<dd>
|
|
13205
13205
|
|
|
@@ -13262,7 +13262,7 @@ await client.preEncounter.patients.v1.get(CandidApi.PatientId("id"));
|
|
|
13262
13262
|
</dl>
|
|
13263
13263
|
</details>
|
|
13264
13264
|
|
|
13265
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getByMrn</a>(mrn) -> core.APIResponse
|
|
13265
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getByMrn</a>(mrn) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.getByMrn.Error></code></summary>
|
|
13266
13266
|
<dl>
|
|
13267
13267
|
<dd>
|
|
13268
13268
|
|
|
@@ -13325,7 +13325,7 @@ await client.preEncounter.patients.v1.getByMrn("mrn");
|
|
|
13325
13325
|
</dl>
|
|
13326
13326
|
</details>
|
|
13327
13327
|
|
|
13328
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse
|
|
13328
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">getHistory</a>(id) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.getHistory.Error></code></summary>
|
|
13329
13329
|
<dl>
|
|
13330
13330
|
<dd>
|
|
13331
13331
|
|
|
@@ -13388,7 +13388,7 @@ await client.preEncounter.patients.v1.getHistory(CandidApi.PatientId("id"));
|
|
|
13388
13388
|
</dl>
|
|
13389
13389
|
</details>
|
|
13390
13390
|
|
|
13391
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse
|
|
13391
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Patient, CandidApi.preEncounter.patients.v1.update.Error></code></summary>
|
|
13392
13392
|
<dl>
|
|
13393
13393
|
<dd>
|
|
13394
13394
|
|
|
@@ -13603,7 +13603,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("id"), "version
|
|
|
13603
13603
|
</dl>
|
|
13604
13604
|
</details>
|
|
13605
13605
|
|
|
13606
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse
|
|
13606
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.patients.v1.deactivate.Error></code></summary>
|
|
13607
13607
|
<dl>
|
|
13608
13608
|
<dd>
|
|
13609
13609
|
|
|
@@ -13674,7 +13674,7 @@ await client.preEncounter.patients.v1.deactivate(CandidApi.PatientId("id"), "ver
|
|
|
13674
13674
|
</dl>
|
|
13675
13675
|
</details>
|
|
13676
13676
|
|
|
13677
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">reactivate</a>(id, version) -> core.APIResponse
|
|
13677
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">reactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.patients.v1.reactivate.Error></code></summary>
|
|
13678
13678
|
<dl>
|
|
13679
13679
|
<dd>
|
|
13680
13680
|
|
|
@@ -13745,7 +13745,7 @@ await client.preEncounter.patients.v1.reactivate(CandidApi.PatientId("id"), "ver
|
|
|
13745
13745
|
</dl>
|
|
13746
13746
|
</details>
|
|
13747
13747
|
|
|
13748
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">search</a>({ ...params }) -> core.APIResponse
|
|
13748
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">search</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.search.Error></code></summary>
|
|
13749
13749
|
<dl>
|
|
13750
13750
|
<dd>
|
|
13751
13751
|
|
|
@@ -13808,7 +13808,7 @@ await client.preEncounter.patients.v1.search();
|
|
|
13808
13808
|
</dl>
|
|
13809
13809
|
</details>
|
|
13810
13810
|
|
|
13811
|
-
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse
|
|
13811
|
+
<details><summary><code>client.preEncounter.patients.v1.<a href="/src/api/resources/preEncounter/resources/patients/resources/v1/client/Client.ts">scan</a>({ ...params }) -> core.APIResponse<CandidApi.Patient[], CandidApi.preEncounter.patients.v1.scan.Error></code></summary>
|
|
13812
13812
|
<dl>
|
|
13813
13813
|
<dd>
|
|
13814
13814
|
|
|
@@ -13887,7 +13887,7 @@ await client.preEncounter.patients.v1.scan({
|
|
|
13887
13887
|
</details>
|
|
13888
13888
|
|
|
13889
13889
|
## PreEncounter Tags V1
|
|
13890
|
-
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse
|
|
13890
|
+
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">get</a>(id) -> core.APIResponse<CandidApi.Tag, CandidApi.preEncounter.tags.v1.get.Error></code></summary>
|
|
13891
13891
|
<dl>
|
|
13892
13892
|
<dd>
|
|
13893
13893
|
|
|
@@ -13950,7 +13950,7 @@ await client.preEncounter.tags.v1.get(CandidApi.TagId("id"));
|
|
|
13950
13950
|
</dl>
|
|
13951
13951
|
</details>
|
|
13952
13952
|
|
|
13953
|
-
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse
|
|
13953
|
+
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">getAll</a>({ ...params }) -> core.APIResponse<CandidApi.TagPage, CandidApi.preEncounter.tags.v1.getAll.Error></code></summary>
|
|
13954
13954
|
<dl>
|
|
13955
13955
|
<dd>
|
|
13956
13956
|
|
|
@@ -14013,7 +14013,7 @@ await client.preEncounter.tags.v1.getAll();
|
|
|
14013
14013
|
</dl>
|
|
14014
14014
|
</details>
|
|
14015
14015
|
|
|
14016
|
-
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
14016
|
+
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Tag, CandidApi.preEncounter.tags.v1.create.Error></code></summary>
|
|
14017
14017
|
<dl>
|
|
14018
14018
|
<dd>
|
|
14019
14019
|
|
|
@@ -14078,7 +14078,7 @@ await client.preEncounter.tags.v1.create({
|
|
|
14078
14078
|
</dl>
|
|
14079
14079
|
</details>
|
|
14080
14080
|
|
|
14081
|
-
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse
|
|
14081
|
+
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">update</a>(id, version, { ...params }) -> core.APIResponse<CandidApi.Tag, CandidApi.preEncounter.tags.v1.update.Error></code></summary>
|
|
14082
14082
|
<dl>
|
|
14083
14083
|
<dd>
|
|
14084
14084
|
|
|
@@ -14159,7 +14159,7 @@ await client.preEncounter.tags.v1.update(CandidApi.TagId("id"), "version", {
|
|
|
14159
14159
|
</dl>
|
|
14160
14160
|
</details>
|
|
14161
14161
|
|
|
14162
|
-
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse
|
|
14162
|
+
<details><summary><code>client.preEncounter.tags.v1.<a href="/src/api/resources/preEncounter/resources/tags/resources/v1/client/Client.ts">deactivate</a>(id, version) -> core.APIResponse<void, CandidApi.preEncounter.tags.v1.deactivate.Error></code></summary>
|
|
14163
14163
|
<dl>
|
|
14164
14164
|
<dd>
|
|
14165
14165
|
|
|
@@ -14231,7 +14231,7 @@ await client.preEncounter.tags.v1.deactivate(CandidApi.TagId("id"), "version");
|
|
|
14231
14231
|
</details>
|
|
14232
14232
|
|
|
14233
14233
|
## Diagnoses
|
|
14234
|
-
<details><summary><code>client.diagnoses.<a href="/src/api/resources/diagnoses/client/Client.ts">create</a>({ ...params }) -> core.APIResponse
|
|
14234
|
+
<details><summary><code>client.diagnoses.<a href="/src/api/resources/diagnoses/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.Diagnosis, CandidApi.diagnoses.create.Error></code></summary>
|
|
14235
14235
|
<dl>
|
|
14236
14236
|
<dd>
|
|
14237
14237
|
|
|
@@ -14298,7 +14298,7 @@ await client.diagnoses.create({
|
|
|
14298
14298
|
</dl>
|
|
14299
14299
|
</details>
|
|
14300
14300
|
|
|
14301
|
-
<details><summary><code>client.diagnoses.<a href="/src/api/resources/diagnoses/client/Client.ts">update</a>(diagnosisId, { ...params }) -> core.APIResponse
|
|
14301
|
+
<details><summary><code>client.diagnoses.<a href="/src/api/resources/diagnoses/client/Client.ts">update</a>(diagnosisId, { ...params }) -> core.APIResponse<CandidApi.Diagnosis, CandidApi.diagnoses.update.Error></code></summary>
|
|
14302
14302
|
<dl>
|
|
14303
14303
|
<dd>
|
|
14304
14304
|
|
|
@@ -14369,7 +14369,7 @@ await client.diagnoses.update(CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
14369
14369
|
</dl>
|
|
14370
14370
|
</details>
|
|
14371
14371
|
|
|
14372
|
-
<details><summary><code>client.diagnoses.<a href="/src/api/resources/diagnoses/client/Client.ts">delete</a>(diagnosisId) -> core.APIResponse
|
|
14372
|
+
<details><summary><code>client.diagnoses.<a href="/src/api/resources/diagnoses/client/Client.ts">delete</a>(diagnosisId) -> core.APIResponse<void, CandidApi.diagnoses.delete.Error></code></summary>
|
|
14373
14373
|
<dl>
|
|
14374
14374
|
<dd>
|
|
14375
14375
|
|