candidhealth 1.17.1 → 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.d.ts +0 -3
- package/Client.js +50 -55
- package/api/resources/commons/types/index.d.ts +0 -1
- package/api/resources/commons/types/index.js +0 -1
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +0 -29
- package/api/resources/eligibility/resources/v2/client/Client.js +0 -85
- package/api/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/api/resources/eligibility/resources/v2/client/index.js +1 -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/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/api/resources/financials/types/AllocationCreate.d.ts +5 -0
- package/api/resources/financials/types/AllocationEarmarkType.d.ts +23 -0
- package/api/resources/financials/types/index.d.ts +1 -0
- package/api/resources/financials/types/index.js +1 -0
- package/api/resources/index.d.ts +2 -3
- package/api/resources/index.js +4 -5
- package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +2 -0
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/client/create.js +11 -0
- package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -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.d.ts +0 -3
- package/dist/Client.js +50 -55
- package/dist/api/resources/commons/types/index.d.ts +0 -1
- package/dist/api/resources/commons/types/index.js +0 -1
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +0 -29
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +0 -85
- package/dist/api/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/dist/api/resources/eligibility/resources/v2/client/index.js +1 -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/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +5 -0
- package/dist/api/resources/financials/types/AllocationEarmarkType.d.ts +23 -0
- package/dist/api/resources/financials/types/index.d.ts +1 -0
- package/dist/api/resources/financials/types/index.js +1 -0
- package/dist/api/resources/index.d.ts +2 -3
- package/dist/api/resources/index.js +4 -5
- package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +2 -0
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +11 -0
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +11 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +5 -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/claims/types/Claim.d.ts +1 -1
- package/dist/serialization/resources/claims/types/Claim.js +1 -1
- package/dist/serialization/resources/commons/types/index.d.ts +0 -1
- package/dist/serialization/resources/commons/types/index.js +0 -1
- package/dist/serialization/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/dist/serialization/resources/eligibility/resources/v2/client/index.js +1 -2
- 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/{expectedNetworkStatus/resources/v2/types/LineOfBusiness.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js} +2 -2
- 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/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +2 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.js +2 -0
- package/dist/serialization/resources/financials/types/AllocationEarmarkType.d.ts +17 -0
- package/dist/serialization/resources/financials/types/AllocationEarmarkType.js +53 -0
- package/dist/serialization/resources/financials/types/index.d.ts +1 -0
- package/dist/serialization/resources/financials/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +2 -3
- package/dist/serialization/resources/index.js +4 -5
- 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/serviceLines/resources/v2/client/create.d.ts +6 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -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 -557
- package/serialization/resources/claims/types/Claim.d.ts +1 -1
- package/serialization/resources/claims/types/Claim.js +1 -1
- package/serialization/resources/commons/types/index.d.ts +0 -1
- package/serialization/resources/commons/types/index.js +0 -1
- package/serialization/resources/eligibility/resources/v2/client/index.d.ts +0 -1
- package/serialization/resources/eligibility/resources/v2/client/index.js +1 -2
- 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/{expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js → encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js} +2 -2
- 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/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/serialization/resources/financials/types/AllocationCreate.d.ts +2 -0
- package/serialization/resources/financials/types/AllocationCreate.js +2 -0
- package/serialization/resources/financials/types/AllocationEarmarkType.d.ts +17 -0
- package/serialization/resources/financials/types/AllocationEarmarkType.js +53 -0
- package/serialization/resources/financials/types/index.d.ts +1 -0
- package/serialization/resources/financials/types/index.js +1 -0
- package/serialization/resources/index.d.ts +2 -3
- package/serialization/resources/index.js +4 -5
- 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/serviceLines/resources/v2/client/create.d.ts +6 -1
- package/serialization/resources/serviceLines/resources/v2/client/create.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +6 -1
- package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -1
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -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/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -25
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -66
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +0 -17
- package/api/resources/expectedNetworkStatus/client/Client.js +0 -20
- package/api/resources/expectedNetworkStatus/client/index.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/client/index.js +0 -2
- package/api/resources/expectedNetworkStatus/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/index.js +0 -18
- package/api/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -34
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +0 -130
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +0 -19
- package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +0 -55
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -41
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -31
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -9
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -7
- package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -88
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +0 -269
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -31
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -77
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -31
- package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -77
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/api/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -24
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -13
- package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -1
- package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -24
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -9
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -13
- package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -11
- package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -14
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -7
- package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -23
- package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -9
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -5
- package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -7
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -6
- package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -3
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -44
- package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -47
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -3
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -25
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -66
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +0 -17
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +0 -20
- package/dist/api/resources/expectedNetworkStatus/client/index.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/client/index.js +0 -2
- package/dist/api/resources/expectedNetworkStatus/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +0 -34
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +0 -130
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +0 -19
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +0 -55
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -41
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -31
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +0 -88
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +0 -269
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -31
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -77
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -31
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -77
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -24
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -24
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -13
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -11
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -14
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -23
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -9
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -7
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -6
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -3
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -44
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -47
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -9
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -41
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -12
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -69
- package/dist/serialization/resources/expectedNetworkStatus/index.d.ts +0 -1
- package/dist/serialization/resources/expectedNetworkStatus/index.js +0 -17
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -17
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -21
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -53
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +0 -39
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -45
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -17
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -75
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -17
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -75
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -21
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -53
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -44
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -51
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +0 -39
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -41
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -21
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -53
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -44
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -45
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -51
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -48
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -13
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -45
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -44
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -15
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -47
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -12
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -44
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -52
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -43
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -14
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -46
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -7
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -81
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -9
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +0 -41
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +0 -12
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +0 -69
- package/serialization/resources/expectedNetworkStatus/index.d.ts +0 -1
- package/serialization/resources/expectedNetworkStatus/index.js +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/index.js +0 -38
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/index.js +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +0 -21
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +0 -53
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +0 -13
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +0 -45
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +0 -75
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +0 -17
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +0 -75
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +0 -38
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +0 -2
- package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +0 -18
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +0 -21
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +0 -53
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +0 -51
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +0 -39
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -9
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +0 -41
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +0 -21
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +0 -53
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +0 -13
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +0 -45
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +0 -51
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +0 -48
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +0 -13
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +0 -45
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +0 -15
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +0 -47
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +0 -12
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +0 -44
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +0 -52
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +0 -39
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +0 -43
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +0 -14
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +0 -46
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +0 -7
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +0 -81
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +0 -19
- package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +0 -35
- /package/api/resources/{era → eras}/index.d.ts +0 -0
- /package/api/resources/{era → eras}/index.js +0 -0
- /package/api/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/api/resources/{era → eras}/types/Era.js +0 -0
- /package/api/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/api/resources/{era → eras}/types/EraBase.js +0 -0
- /package/api/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/api/resources/{era → eras}/types/EraId.js +0 -0
- /package/api/resources/{era → eras}/types/index.d.ts +0 -0
- /package/api/resources/{era → eras}/types/index.js +0 -0
- /package/api/resources/{commons/types/HttpServiceUnavailableErrorMessage.js → financials/types/AllocationEarmarkType.js} +0 -0
- /package/dist/api/resources/{era → eras}/index.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/index.js +0 -0
- /package/dist/api/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/Era.js +0 -0
- /package/dist/api/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/EraBase.js +0 -0
- /package/dist/api/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/EraId.js +0 -0
- /package/dist/api/resources/{era → eras}/types/index.d.ts +0 -0
- /package/dist/api/resources/{era → eras}/types/index.js +0 -0
- /package/{api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js → dist/api/resources/financials/types/AllocationEarmarkType.js} +0 -0
- /package/dist/serialization/resources/{era → eras}/index.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/index.js +0 -0
- /package/dist/serialization/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/Era.js +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraBase.js +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/EraId.js +0 -0
- /package/dist/serialization/resources/{era → eras}/types/index.d.ts +0 -0
- /package/dist/serialization/resources/{era → eras}/types/index.js +0 -0
- /package/serialization/resources/{era → eras}/index.d.ts +0 -0
- /package/serialization/resources/{era → eras}/index.js +0 -0
- /package/serialization/resources/{era → eras}/types/Era.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/Era.js +0 -0
- /package/serialization/resources/{era → eras}/types/EraBase.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/EraBase.js +0 -0
- /package/serialization/resources/{era → eras}/types/EraId.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/EraId.js +0 -0
- /package/serialization/resources/{era → eras}/types/index.d.ts +0 -0
- /package/serialization/resources/{era → eras}/types/index.js +0 -0
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,88 +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">
|
|
2362
|
-
<dl>
|
|
2363
|
-
<dd>
|
|
2364
|
-
|
|
2365
|
-
#### 📝 Description
|
|
2366
|
-
|
|
2367
|
-
<dl>
|
|
2368
|
-
<dd>
|
|
2369
|
-
|
|
2370
|
-
<dl>
|
|
2371
|
-
<dd>
|
|
2372
|
-
|
|
2373
|
-
<Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
|
|
2374
|
-
For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
|
|
2375
|
-
|
|
2376
|
-
This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
|
|
2377
|
-
|
|
2378
|
-
- [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
|
|
2379
|
-
- [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
|
|
2380
|
-
- [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
|
|
2381
|
-
- [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
|
|
2382
|
-
- [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
|
|
2383
|
-
- [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
|
|
2384
|
-
- [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
|
|
2385
|
-
- [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
|
|
2386
|
-
- [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
|
|
2387
|
-
- [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
|
|
2388
|
-
|
|
2389
|
-
A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
|
|
2390
|
-
</dd>
|
|
2391
|
-
</dl>
|
|
2392
|
-
</dd>
|
|
2393
|
-
</dl>
|
|
2394
|
-
|
|
2395
|
-
#### 🔌 Usage
|
|
2396
|
-
|
|
2397
|
-
<dl>
|
|
2398
|
-
<dd>
|
|
2399
|
-
|
|
2400
|
-
<dl>
|
|
2401
|
-
<dd>
|
|
2402
|
-
|
|
2403
|
-
```typescript
|
|
2404
|
-
await client.eligibility.v2.submitEligibilityCheck({
|
|
2405
|
-
"key": "value"
|
|
2406
|
-
});
|
|
2407
|
-
|
|
2408
|
-
```
|
|
2409
|
-
</dd>
|
|
2410
|
-
</dl>
|
|
2411
|
-
</dd>
|
|
2412
|
-
</dl>
|
|
2413
|
-
|
|
2414
|
-
#### ⚙️ Parameters
|
|
2415
|
-
|
|
2416
|
-
<dl>
|
|
2417
|
-
<dd>
|
|
2418
|
-
|
|
2419
|
-
<dl>
|
|
2420
|
-
<dd>
|
|
2421
|
-
|
|
2422
|
-
**request:** `unknown`
|
|
2423
|
-
|
|
2424
|
-
</dd>
|
|
2425
|
-
</dl>
|
|
2426
|
-
|
|
2427
|
-
<dl>
|
|
2428
|
-
<dd>
|
|
2429
|
-
|
|
2430
|
-
**requestOptions:** `V2.RequestOptions`
|
|
2431
|
-
|
|
2432
|
-
</dd>
|
|
2433
|
-
</dl>
|
|
2434
|
-
</dd>
|
|
2435
|
-
</dl>
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
</dd>
|
|
2439
|
-
</dl>
|
|
2440
|
-
</details>
|
|
2441
|
-
|
|
2442
|
-
<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>
|
|
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>
|
|
2443
2362
|
<dl>
|
|
2444
2363
|
<dd>
|
|
2445
2364
|
|
|
@@ -2512,7 +2431,7 @@ await client.eligibility.v2.submitEligibilityCheckAvaility();
|
|
|
2512
2431
|
</dl>
|
|
2513
2432
|
</details>
|
|
2514
2433
|
|
|
2515
|
-
<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>
|
|
2516
2435
|
<dl>
|
|
2517
2436
|
<dd>
|
|
2518
2437
|
|
|
@@ -2592,7 +2511,7 @@ await client.eligibility.v2.submitEligibilityCheckAvailityPost({
|
|
|
2592
2511
|
</details>
|
|
2593
2512
|
|
|
2594
2513
|
## EncounterAttachments V1
|
|
2595
|
-
<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>
|
|
2596
2515
|
<dl>
|
|
2597
2516
|
<dd>
|
|
2598
2517
|
|
|
@@ -2641,7 +2560,7 @@ await client.encounterAttachments.v1.get(CandidApi.EncounterId("d5e9c84f-c2b2-4b
|
|
|
2641
2560
|
</dl>
|
|
2642
2561
|
</details>
|
|
2643
2562
|
|
|
2644
|
-
<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>
|
|
2645
2564
|
<dl>
|
|
2646
2565
|
<dd>
|
|
2647
2566
|
|
|
@@ -2701,7 +2620,7 @@ await client.encounterAttachments.v1.delete(CandidApi.EncounterId("d5e9c84f-c2b2
|
|
|
2701
2620
|
</details>
|
|
2702
2621
|
|
|
2703
2622
|
## EncounterProviders V2
|
|
2704
|
-
<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>
|
|
2705
2624
|
<dl>
|
|
2706
2625
|
<dd>
|
|
2707
2626
|
|
|
@@ -2758,7 +2677,7 @@ await client.encounterProviders.v2.updateReferringProvider(CandidApi.EncounterId
|
|
|
2758
2677
|
</dl>
|
|
2759
2678
|
</details>
|
|
2760
2679
|
|
|
2761
|
-
<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>
|
|
2762
2681
|
<dl>
|
|
2763
2682
|
<dd>
|
|
2764
2683
|
|
|
@@ -2815,7 +2734,7 @@ await client.encounterProviders.v2.updateInitialReferringProvider(CandidApi.Enco
|
|
|
2815
2734
|
</dl>
|
|
2816
2735
|
</details>
|
|
2817
2736
|
|
|
2818
|
-
<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>
|
|
2819
2738
|
<dl>
|
|
2820
2739
|
<dd>
|
|
2821
2740
|
|
|
@@ -2872,7 +2791,7 @@ await client.encounterProviders.v2.updateSupervisingProvider(CandidApi.Encounter
|
|
|
2872
2791
|
</dl>
|
|
2873
2792
|
</details>
|
|
2874
2793
|
|
|
2875
|
-
<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>
|
|
2876
2795
|
<dl>
|
|
2877
2796
|
<dd>
|
|
2878
2797
|
|
|
@@ -2929,7 +2848,7 @@ await client.encounterProviders.v2.updateOrderingProvider(CandidApi.ServiceLineI
|
|
|
2929
2848
|
</dl>
|
|
2930
2849
|
</details>
|
|
2931
2850
|
|
|
2932
|
-
<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>
|
|
2933
2852
|
<dl>
|
|
2934
2853
|
<dd>
|
|
2935
2854
|
|
|
@@ -2988,7 +2907,7 @@ await client.encounterProviders.v2.createReferringProvider(CandidApi.EncounterId
|
|
|
2988
2907
|
</dl>
|
|
2989
2908
|
</details>
|
|
2990
2909
|
|
|
2991
|
-
<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>
|
|
2992
2911
|
<dl>
|
|
2993
2912
|
<dd>
|
|
2994
2913
|
|
|
@@ -3047,7 +2966,7 @@ await client.encounterProviders.v2.createInitialReferringProvider(CandidApi.Enco
|
|
|
3047
2966
|
</dl>
|
|
3048
2967
|
</details>
|
|
3049
2968
|
|
|
3050
|
-
<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>
|
|
3051
2970
|
<dl>
|
|
3052
2971
|
<dd>
|
|
3053
2972
|
|
|
@@ -3106,7 +3025,7 @@ await client.encounterProviders.v2.createSupervisingProvider(CandidApi.Encounter
|
|
|
3106
3025
|
</dl>
|
|
3107
3026
|
</details>
|
|
3108
3027
|
|
|
3109
|
-
<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>
|
|
3110
3029
|
<dl>
|
|
3111
3030
|
<dd>
|
|
3112
3031
|
|
|
@@ -3165,7 +3084,7 @@ await client.encounterProviders.v2.createOrderingProvider(CandidApi.ServiceLineI
|
|
|
3165
3084
|
</dl>
|
|
3166
3085
|
</details>
|
|
3167
3086
|
|
|
3168
|
-
<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>
|
|
3169
3088
|
<dl>
|
|
3170
3089
|
<dd>
|
|
3171
3090
|
|
|
@@ -3214,7 +3133,7 @@ await client.encounterProviders.v2.deleteReferringProvider(CandidApi.EncounterId
|
|
|
3214
3133
|
</dl>
|
|
3215
3134
|
</details>
|
|
3216
3135
|
|
|
3217
|
-
<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>
|
|
3218
3137
|
<dl>
|
|
3219
3138
|
<dd>
|
|
3220
3139
|
|
|
@@ -3263,7 +3182,7 @@ await client.encounterProviders.v2.deleteInitialReferringProvider(CandidApi.Enco
|
|
|
3263
3182
|
</dl>
|
|
3264
3183
|
</details>
|
|
3265
3184
|
|
|
3266
|
-
<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>
|
|
3267
3186
|
<dl>
|
|
3268
3187
|
<dd>
|
|
3269
3188
|
|
|
@@ -3312,7 +3231,7 @@ await client.encounterProviders.v2.deleteSupervisingProvider(CandidApi.Encounter
|
|
|
3312
3231
|
</dl>
|
|
3313
3232
|
</details>
|
|
3314
3233
|
|
|
3315
|
-
<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>
|
|
3316
3235
|
<dl>
|
|
3317
3236
|
<dd>
|
|
3318
3237
|
|
|
@@ -3362,7 +3281,7 @@ await client.encounterProviders.v2.deleteOrderingProvider(CandidApi.ServiceLineI
|
|
|
3362
3281
|
</details>
|
|
3363
3282
|
|
|
3364
3283
|
## EncounterSupplementalInformation V1
|
|
3365
|
-
<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>
|
|
3366
3285
|
<dl>
|
|
3367
3286
|
<dd>
|
|
3368
3287
|
|
|
@@ -3411,7 +3330,7 @@ await client.encounterSupplementalInformation.v1.get(CandidApi.EncounterId("d5e9
|
|
|
3411
3330
|
</dl>
|
|
3412
3331
|
</details>
|
|
3413
3332
|
|
|
3414
|
-
<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>
|
|
3415
3334
|
<dl>
|
|
3416
3335
|
<dd>
|
|
3417
3336
|
|
|
@@ -3472,7 +3391,7 @@ await client.encounterSupplementalInformation.v1.create(CandidApi.EncounterId("d
|
|
|
3472
3391
|
</dl>
|
|
3473
3392
|
</details>
|
|
3474
3393
|
|
|
3475
|
-
<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>
|
|
3476
3395
|
<dl>
|
|
3477
3396
|
<dd>
|
|
3478
3397
|
|
|
@@ -3537,7 +3456,7 @@ await client.encounterSupplementalInformation.v1.update(CandidApi.EncounterId("d
|
|
|
3537
3456
|
</dl>
|
|
3538
3457
|
</details>
|
|
3539
3458
|
|
|
3540
|
-
<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>
|
|
3541
3460
|
<dl>
|
|
3542
3461
|
<dd>
|
|
3543
3462
|
|
|
@@ -3595,7 +3514,7 @@ await client.encounterSupplementalInformation.v1.delete(CandidApi.EncounterId("d
|
|
|
3595
3514
|
</details>
|
|
3596
3515
|
|
|
3597
3516
|
## Encounters V4
|
|
3598
|
-
<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>
|
|
3599
3518
|
<dl>
|
|
3600
3519
|
<dd>
|
|
3601
3520
|
|
|
@@ -3655,7 +3574,7 @@ await client.encounters.v4.getAll({
|
|
|
3655
3574
|
</dl>
|
|
3656
3575
|
</details>
|
|
3657
3576
|
|
|
3658
|
-
<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>
|
|
3659
3578
|
<dl>
|
|
3660
3579
|
<dd>
|
|
3661
3580
|
|
|
@@ -3704,7 +3623,7 @@ await client.encounters.v4.get(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-7f
|
|
|
3704
3623
|
</dl>
|
|
3705
3624
|
</details>
|
|
3706
3625
|
|
|
3707
|
-
<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>
|
|
3708
3627
|
<dl>
|
|
3709
3628
|
<dd>
|
|
3710
3629
|
|
|
@@ -3802,7 +3721,7 @@ await client.encounters.v4.createUniversal({
|
|
|
3802
3721
|
</dl>
|
|
3803
3722
|
</details>
|
|
3804
3723
|
|
|
3805
|
-
<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>
|
|
3806
3725
|
<dl>
|
|
3807
3726
|
<dd>
|
|
3808
3727
|
|
|
@@ -3893,7 +3812,7 @@ await client.encounters.v4.create({
|
|
|
3893
3812
|
</dl>
|
|
3894
3813
|
</details>
|
|
3895
3814
|
|
|
3896
|
-
<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>
|
|
3897
3816
|
<dl>
|
|
3898
3817
|
<dd>
|
|
3899
3818
|
|
|
@@ -3996,7 +3915,7 @@ await client.encounters.v4.createFromPreEncounterPatientUniversal({
|
|
|
3996
3915
|
</dl>
|
|
3997
3916
|
</details>
|
|
3998
3917
|
|
|
3999
|
-
<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>
|
|
4000
3919
|
<dl>
|
|
4001
3920
|
<dd>
|
|
4002
3921
|
|
|
@@ -4104,7 +4023,7 @@ await client.encounters.v4.createFromPreEncounterPatient({
|
|
|
4104
4023
|
</dl>
|
|
4105
4024
|
</details>
|
|
4106
4025
|
|
|
4107
|
-
<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>
|
|
4108
4027
|
<dl>
|
|
4109
4028
|
<dd>
|
|
4110
4029
|
|
|
@@ -4178,7 +4097,7 @@ await client.encounters.v4.updateUniversal(CandidApi.EncounterId("d5e9c84f-c2b2-
|
|
|
4178
4097
|
</dl>
|
|
4179
4098
|
</details>
|
|
4180
4099
|
|
|
4181
|
-
<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>
|
|
4182
4101
|
<dl>
|
|
4183
4102
|
<dd>
|
|
4184
4103
|
|
|
@@ -4236,7 +4155,7 @@ await client.encounters.v4.update(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0
|
|
|
4236
4155
|
</details>
|
|
4237
4156
|
|
|
4238
4157
|
## Events V1
|
|
4239
|
-
<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>
|
|
4240
4159
|
<dl>
|
|
4241
4160
|
<dd>
|
|
4242
4161
|
|
|
@@ -4299,7 +4218,7 @@ await client.events.v1.scan();
|
|
|
4299
4218
|
</dl>
|
|
4300
4219
|
</details>
|
|
4301
4220
|
|
|
4302
|
-
<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>
|
|
4303
4222
|
<dl>
|
|
4304
4223
|
<dd>
|
|
4305
4224
|
|
|
@@ -4344,269 +4263,12 @@ await client.events.v1.get(CandidApi.EventId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc
|
|
|
4344
4263
|
</dl>
|
|
4345
4264
|
|
|
4346
4265
|
|
|
4347
|
-
</dd>
|
|
4348
|
-
</dl>
|
|
4349
|
-
</details>
|
|
4350
|
-
|
|
4351
|
-
## ExpectedNetworkStatus V1
|
|
4352
|
-
<details><summary><code>client.expectedNetworkStatus.v1.<a href="/src/api/resources/expectedNetworkStatus/resources/v1/client/Client.ts">compute</a>({ ...params }) -> core.APIResponse<CandidApi.ExpectedNetworkStatusResponse, CandidApi.expectedNetworkStatus.v1.compute.Error></code></summary>
|
|
4353
|
-
<dl>
|
|
4354
|
-
<dd>
|
|
4355
|
-
|
|
4356
|
-
#### 📝 Description
|
|
4357
|
-
|
|
4358
|
-
<dl>
|
|
4359
|
-
<dd>
|
|
4360
|
-
|
|
4361
|
-
<dl>
|
|
4362
|
-
<dd>
|
|
4363
|
-
|
|
4364
|
-
Computes the expected network status given the provided information.
|
|
4365
|
-
</dd>
|
|
4366
|
-
</dl>
|
|
4367
|
-
</dd>
|
|
4368
|
-
</dl>
|
|
4369
|
-
|
|
4370
|
-
#### 🔌 Usage
|
|
4371
|
-
|
|
4372
|
-
<dl>
|
|
4373
|
-
<dd>
|
|
4374
|
-
|
|
4375
|
-
<dl>
|
|
4376
|
-
<dd>
|
|
4377
|
-
|
|
4378
|
-
```typescript
|
|
4379
|
-
await client.expectedNetworkStatus.v1.compute({
|
|
4380
|
-
subscriberPayerId: "subscriber_payer_id",
|
|
4381
|
-
subscriberPayerName: "subscriber_payer_name",
|
|
4382
|
-
billingProviderNpi: "billing_provider_npi",
|
|
4383
|
-
billingProviderTin: "billing_provider_tin",
|
|
4384
|
-
renderingProviderNpi: "rendering_provider_npi",
|
|
4385
|
-
contractedState: "AA",
|
|
4386
|
-
dateOfService: CandidApi.Date_("date_of_service")
|
|
4387
|
-
});
|
|
4388
|
-
|
|
4389
|
-
```
|
|
4390
|
-
</dd>
|
|
4391
|
-
</dl>
|
|
4392
|
-
</dd>
|
|
4393
|
-
</dl>
|
|
4394
|
-
|
|
4395
|
-
#### ⚙️ Parameters
|
|
4396
|
-
|
|
4397
|
-
<dl>
|
|
4398
|
-
<dd>
|
|
4399
|
-
|
|
4400
|
-
<dl>
|
|
4401
|
-
<dd>
|
|
4402
|
-
|
|
4403
|
-
**request:** `CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest`
|
|
4404
|
-
|
|
4405
|
-
</dd>
|
|
4406
|
-
</dl>
|
|
4407
|
-
|
|
4408
|
-
<dl>
|
|
4409
|
-
<dd>
|
|
4410
|
-
|
|
4411
|
-
**requestOptions:** `V1.RequestOptions`
|
|
4412
|
-
|
|
4413
|
-
</dd>
|
|
4414
|
-
</dl>
|
|
4415
|
-
</dd>
|
|
4416
|
-
</dl>
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
</dd>
|
|
4420
|
-
</dl>
|
|
4421
|
-
</details>
|
|
4422
|
-
|
|
4423
|
-
## ExpectedNetworkStatus V2
|
|
4424
|
-
<details><summary><code>client.expectedNetworkStatus.v2.<a href="/src/api/resources/expectedNetworkStatus/resources/v2/client/Client.ts">computeForRenderingProvider</a>(renderingProviderId, { ...params }) -> core.APIResponse<CandidApi.ExpectedNetworkStatusResponseV2, CandidApi.expectedNetworkStatus.v2.computeForRenderingProvider.Error></code></summary>
|
|
4425
|
-
<dl>
|
|
4426
|
-
<dd>
|
|
4427
|
-
|
|
4428
|
-
#### 📝 Description
|
|
4429
|
-
|
|
4430
|
-
<dl>
|
|
4431
|
-
<dd>
|
|
4432
|
-
|
|
4433
|
-
<dl>
|
|
4434
|
-
<dd>
|
|
4435
|
-
|
|
4436
|
-
Computes the expected network status for a given rendering provider.
|
|
4437
|
-
This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
4438
|
-
to discuss enabling this endpoint if it is not available for your organization.
|
|
4439
|
-
</dd>
|
|
4440
|
-
</dl>
|
|
4441
|
-
</dd>
|
|
4442
|
-
</dl>
|
|
4443
|
-
|
|
4444
|
-
#### 🔌 Usage
|
|
4445
|
-
|
|
4446
|
-
<dl>
|
|
4447
|
-
<dd>
|
|
4448
|
-
|
|
4449
|
-
<dl>
|
|
4450
|
-
<dd>
|
|
4451
|
-
|
|
4452
|
-
```typescript
|
|
4453
|
-
await client.expectedNetworkStatus.v2.computeForRenderingProvider(CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
4454
|
-
serviceType: "new_patient_video_appt",
|
|
4455
|
-
placeOfServiceCode: "01",
|
|
4456
|
-
subscriberInformation: {
|
|
4457
|
-
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4458
|
-
memberId: "member_id",
|
|
4459
|
-
insuranceType: {
|
|
4460
|
-
lineOfBusiness: "medicare",
|
|
4461
|
-
insuranceTypeCodes: {
|
|
4462
|
-
type: "insurance_type_code",
|
|
4463
|
-
value: "01"
|
|
4464
|
-
}
|
|
4465
|
-
}
|
|
4466
|
-
},
|
|
4467
|
-
patientAddress: {
|
|
4468
|
-
address1: "address1",
|
|
4469
|
-
city: "city",
|
|
4470
|
-
state: "AA",
|
|
4471
|
-
zipCode: "zip_code"
|
|
4472
|
-
},
|
|
4473
|
-
billingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4474
|
-
organizationServiceFacilityId: CandidApi.OrganizationServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4475
|
-
dateOfService: "2023-01-15"
|
|
4476
|
-
});
|
|
4477
|
-
|
|
4478
|
-
```
|
|
4479
|
-
</dd>
|
|
4480
|
-
</dl>
|
|
4481
|
-
</dd>
|
|
4482
|
-
</dl>
|
|
4483
|
-
|
|
4484
|
-
#### ⚙️ Parameters
|
|
4485
|
-
|
|
4486
|
-
<dl>
|
|
4487
|
-
<dd>
|
|
4488
|
-
|
|
4489
|
-
<dl>
|
|
4490
|
-
<dd>
|
|
4491
|
-
|
|
4492
|
-
**renderingProviderId:** `CandidApi.OrganizationProviderId`
|
|
4493
|
-
|
|
4494
|
-
</dd>
|
|
4495
|
-
</dl>
|
|
4496
|
-
|
|
4497
|
-
<dl>
|
|
4498
|
-
<dd>
|
|
4499
|
-
|
|
4500
|
-
**request:** `CandidApi.ExpectedNetworkStatusRequestV2`
|
|
4501
|
-
|
|
4502
|
-
</dd>
|
|
4503
|
-
</dl>
|
|
4504
|
-
|
|
4505
|
-
<dl>
|
|
4506
|
-
<dd>
|
|
4507
|
-
|
|
4508
|
-
**requestOptions:** `V2.RequestOptions`
|
|
4509
|
-
|
|
4510
|
-
</dd>
|
|
4511
|
-
</dl>
|
|
4512
|
-
</dd>
|
|
4513
|
-
</dl>
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
</dd>
|
|
4517
|
-
</dl>
|
|
4518
|
-
</details>
|
|
4519
|
-
|
|
4520
|
-
<details><summary><code>client.expectedNetworkStatus.v2.<a href="/src/api/resources/expectedNetworkStatus/resources/v2/client/Client.ts">computeAllInNetworkProviders</a>({ ...params }) -> core.APIResponse<CandidApi.ComputeAllInNetworkProvidersResponse, CandidApi.expectedNetworkStatus.v2.computeAllInNetworkProviders.Error></code></summary>
|
|
4521
|
-
<dl>
|
|
4522
|
-
<dd>
|
|
4523
|
-
|
|
4524
|
-
#### 📝 Description
|
|
4525
|
-
|
|
4526
|
-
<dl>
|
|
4527
|
-
<dd>
|
|
4528
|
-
|
|
4529
|
-
<dl>
|
|
4530
|
-
<dd>
|
|
4531
|
-
|
|
4532
|
-
Computes all the in network providers for a given set of inputs.
|
|
4533
|
-
This endpoint is not available to all customers. Reach out to the Candid sales team
|
|
4534
|
-
to discuss enabling this endpoint if it is not available for your organization.
|
|
4535
|
-
</dd>
|
|
4536
|
-
</dl>
|
|
4537
|
-
</dd>
|
|
4538
|
-
</dl>
|
|
4539
|
-
|
|
4540
|
-
#### 🔌 Usage
|
|
4541
|
-
|
|
4542
|
-
<dl>
|
|
4543
|
-
<dd>
|
|
4544
|
-
|
|
4545
|
-
<dl>
|
|
4546
|
-
<dd>
|
|
4547
|
-
|
|
4548
|
-
```typescript
|
|
4549
|
-
await client.expectedNetworkStatus.v2.computeAllInNetworkProviders({
|
|
4550
|
-
serviceType: "new_patient_video_appt",
|
|
4551
|
-
placeOfServiceCode: "01",
|
|
4552
|
-
subscriberInformation: {
|
|
4553
|
-
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4554
|
-
memberId: "member_id",
|
|
4555
|
-
insuranceType: {
|
|
4556
|
-
lineOfBusiness: "medicare",
|
|
4557
|
-
insuranceTypeCodes: {
|
|
4558
|
-
type: "insurance_type_code",
|
|
4559
|
-
value: "01"
|
|
4560
|
-
}
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
|
-
patientAddress: {
|
|
4564
|
-
address1: "address1",
|
|
4565
|
-
city: "city",
|
|
4566
|
-
state: "AA",
|
|
4567
|
-
zipCode: "zip_code"
|
|
4568
|
-
},
|
|
4569
|
-
billingProviderId: CandidApi.OrganizationProviderId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4570
|
-
organizationServiceFacilityId: CandidApi.OrganizationServiceFacilityId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
4571
|
-
dateOfService: "2023-01-15"
|
|
4572
|
-
});
|
|
4573
|
-
|
|
4574
|
-
```
|
|
4575
|
-
</dd>
|
|
4576
|
-
</dl>
|
|
4577
|
-
</dd>
|
|
4578
|
-
</dl>
|
|
4579
|
-
|
|
4580
|
-
#### ⚙️ Parameters
|
|
4581
|
-
|
|
4582
|
-
<dl>
|
|
4583
|
-
<dd>
|
|
4584
|
-
|
|
4585
|
-
<dl>
|
|
4586
|
-
<dd>
|
|
4587
|
-
|
|
4588
|
-
**request:** `CandidApi.ComputeAllInNetworkProvidersRequest`
|
|
4589
|
-
|
|
4590
|
-
</dd>
|
|
4591
|
-
</dl>
|
|
4592
|
-
|
|
4593
|
-
<dl>
|
|
4594
|
-
<dd>
|
|
4595
|
-
|
|
4596
|
-
**requestOptions:** `V2.RequestOptions`
|
|
4597
|
-
|
|
4598
|
-
</dd>
|
|
4599
|
-
</dl>
|
|
4600
|
-
</dd>
|
|
4601
|
-
</dl>
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
4266
|
</dd>
|
|
4605
4267
|
</dl>
|
|
4606
4268
|
</details>
|
|
4607
4269
|
|
|
4608
4270
|
## Exports V3
|
|
4609
|
-
<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>
|
|
4610
4272
|
<dl>
|
|
4611
4273
|
<dd>
|
|
4612
4274
|
|
|
@@ -4690,7 +4352,7 @@ await client.exports.v3.getExports({
|
|
|
4690
4352
|
</details>
|
|
4691
4353
|
|
|
4692
4354
|
## ExternalPaymentAccountConfig V1
|
|
4693
|
-
<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>
|
|
4694
4356
|
<dl>
|
|
4695
4357
|
<dd>
|
|
4696
4358
|
|
|
@@ -4740,7 +4402,7 @@ await client.externalPaymentAccountConfig.v1.getMulti();
|
|
|
4740
4402
|
</details>
|
|
4741
4403
|
|
|
4742
4404
|
## FeeSchedules V3
|
|
4743
|
-
<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>
|
|
4744
4406
|
<dl>
|
|
4745
4407
|
<dd>
|
|
4746
4408
|
|
|
@@ -4803,7 +4465,7 @@ await client.feeSchedules.v3.getMatch(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf
|
|
|
4803
4465
|
</dl>
|
|
4804
4466
|
</details>
|
|
4805
4467
|
|
|
4806
|
-
<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>
|
|
4807
4469
|
<dl>
|
|
4808
4470
|
<dd>
|
|
4809
4471
|
|
|
@@ -4874,7 +4536,7 @@ await client.feeSchedules.v3.testMatch(CandidApi.ServiceLineId("d5e9c84f-c2b2-4b
|
|
|
4874
4536
|
</dl>
|
|
4875
4537
|
</details>
|
|
4876
4538
|
|
|
4877
|
-
<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>
|
|
4878
4540
|
<dl>
|
|
4879
4541
|
<dd>
|
|
4880
4542
|
|
|
@@ -4937,7 +4599,7 @@ await client.feeSchedules.v3.getMulti();
|
|
|
4937
4599
|
</dl>
|
|
4938
4600
|
</details>
|
|
4939
4601
|
|
|
4940
|
-
<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>
|
|
4941
4603
|
<dl>
|
|
4942
4604
|
<dd>
|
|
4943
4605
|
|
|
@@ -5002,7 +4664,7 @@ await client.feeSchedules.v3.getUniqueValuesForDimension({
|
|
|
5002
4664
|
</dl>
|
|
5003
4665
|
</details>
|
|
5004
4666
|
|
|
5005
|
-
<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>
|
|
5006
4668
|
<dl>
|
|
5007
4669
|
<dd>
|
|
5008
4670
|
|
|
@@ -5065,7 +4727,7 @@ await client.feeSchedules.v3.getRateHistory(CandidApi.RateId("d5e9c84f-c2b2-4bf4
|
|
|
5065
4727
|
</dl>
|
|
5066
4728
|
</details>
|
|
5067
4729
|
|
|
5068
|
-
<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>
|
|
5069
4731
|
<dl>
|
|
5070
4732
|
<dd>
|
|
5071
4733
|
|
|
@@ -5185,7 +4847,7 @@ await client.feeSchedules.v3.uploadFeeSchedule({
|
|
|
5185
4847
|
</dl>
|
|
5186
4848
|
</details>
|
|
5187
4849
|
|
|
5188
|
-
<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>
|
|
5189
4851
|
<dl>
|
|
5190
4852
|
<dd>
|
|
5191
4853
|
|
|
@@ -5256,7 +4918,7 @@ await client.feeSchedules.v3.deleteRate(CandidApi.RateId("d5e9c84f-c2b2-4bf4-b4b
|
|
|
5256
4918
|
</dl>
|
|
5257
4919
|
</details>
|
|
5258
4920
|
|
|
5259
|
-
<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>
|
|
5260
4922
|
<dl>
|
|
5261
4923
|
<dd>
|
|
5262
4924
|
|
|
@@ -5311,7 +4973,7 @@ await client.feeSchedules.v3.getPayerThresholdsDefault();
|
|
|
5311
4973
|
</dl>
|
|
5312
4974
|
</details>
|
|
5313
4975
|
|
|
5314
|
-
<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>
|
|
5315
4977
|
<dl>
|
|
5316
4978
|
<dd>
|
|
5317
4979
|
|
|
@@ -5376,7 +5038,7 @@ await client.feeSchedules.v3.getPayerThresholds({
|
|
|
5376
5038
|
</dl>
|
|
5377
5039
|
</details>
|
|
5378
5040
|
|
|
5379
|
-
<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>
|
|
5380
5042
|
<dl>
|
|
5381
5043
|
<dd>
|
|
5382
5044
|
|
|
@@ -5449,7 +5111,7 @@ await client.feeSchedules.v3.setPayerThreshold(CandidApi.PayerUuid("d5e9c84f-c2b
|
|
|
5449
5111
|
</dl>
|
|
5450
5112
|
</details>
|
|
5451
5113
|
|
|
5452
|
-
<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>
|
|
5453
5115
|
<dl>
|
|
5454
5116
|
<dd>
|
|
5455
5117
|
|
|
@@ -5520,7 +5182,7 @@ await client.feeSchedules.v3.hardDeleteRates({
|
|
|
5520
5182
|
</dl>
|
|
5521
5183
|
</details>
|
|
5522
5184
|
|
|
5523
|
-
<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>
|
|
5524
5186
|
<dl>
|
|
5525
5187
|
<dd>
|
|
5526
5188
|
|
|
@@ -5586,7 +5248,7 @@ await client.feeSchedules.v3.hardDeleteRatesByIds({
|
|
|
5586
5248
|
</details>
|
|
5587
5249
|
|
|
5588
5250
|
## Guarantor V1
|
|
5589
|
-
<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>
|
|
5590
5252
|
<dl>
|
|
5591
5253
|
<dd>
|
|
5592
5254
|
|
|
@@ -5667,7 +5329,7 @@ await client.guarantor.v1.create(CandidApi.EncounterId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
5667
5329
|
</dl>
|
|
5668
5330
|
</details>
|
|
5669
5331
|
|
|
5670
|
-
<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>
|
|
5671
5333
|
<dl>
|
|
5672
5334
|
<dd>
|
|
5673
5335
|
|
|
@@ -5730,7 +5392,7 @@ await client.guarantor.v1.get(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
5730
5392
|
</dl>
|
|
5731
5393
|
</details>
|
|
5732
5394
|
|
|
5733
|
-
<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>
|
|
5734
5396
|
<dl>
|
|
5735
5397
|
<dd>
|
|
5736
5398
|
|
|
@@ -5802,7 +5464,7 @@ await client.guarantor.v1.update(CandidApi.GuarantorId("d5e9c84f-c2b2-4bf4-b4b0-
|
|
|
5802
5464
|
</details>
|
|
5803
5465
|
|
|
5804
5466
|
## HealthCareCodeInformation V1
|
|
5805
|
-
<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>
|
|
5806
5468
|
<dl>
|
|
5807
5469
|
<dd>
|
|
5808
5470
|
|
|
@@ -5859,7 +5521,7 @@ await client.healthCareCodeInformation.v1.update(CandidApi.EncounterId("d5e9c84f
|
|
|
5859
5521
|
</dl>
|
|
5860
5522
|
</details>
|
|
5861
5523
|
|
|
5862
|
-
<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>
|
|
5863
5525
|
<dl>
|
|
5864
5526
|
<dd>
|
|
5865
5527
|
|
|
@@ -5909,7 +5571,7 @@ await client.healthCareCodeInformation.v1.getAllForEncounter(CandidApi.Encounter
|
|
|
5909
5571
|
</details>
|
|
5910
5572
|
|
|
5911
5573
|
## ImportInvoice V1
|
|
5912
|
-
<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>
|
|
5913
5575
|
<dl>
|
|
5914
5576
|
<dd>
|
|
5915
5577
|
|
|
@@ -5991,7 +5653,7 @@ await client.importInvoice.v1.importInvoice({
|
|
|
5991
5653
|
</dl>
|
|
5992
5654
|
</details>
|
|
5993
5655
|
|
|
5994
|
-
<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>
|
|
5995
5657
|
<dl>
|
|
5996
5658
|
<dd>
|
|
5997
5659
|
|
|
@@ -6054,7 +5716,7 @@ await client.importInvoice.v1.getMulti();
|
|
|
6054
5716
|
</dl>
|
|
6055
5717
|
</details>
|
|
6056
5718
|
|
|
6057
|
-
<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>
|
|
6058
5720
|
<dl>
|
|
6059
5721
|
<dd>
|
|
6060
5722
|
|
|
@@ -6117,7 +5779,7 @@ await client.importInvoice.v1.get(CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
6117
5779
|
</dl>
|
|
6118
5780
|
</details>
|
|
6119
5781
|
|
|
6120
|
-
<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>
|
|
6121
5783
|
<dl>
|
|
6122
5784
|
<dd>
|
|
6123
5785
|
|
|
@@ -6189,7 +5851,7 @@ await client.importInvoice.v1.update(CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b
|
|
|
6189
5851
|
</details>
|
|
6190
5852
|
|
|
6191
5853
|
## InsuranceAdjudications V1
|
|
6192
|
-
<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>
|
|
6193
5855
|
<dl>
|
|
6194
5856
|
<dd>
|
|
6195
5857
|
|
|
@@ -6253,7 +5915,7 @@ await client.insuranceAdjudications.v1.get(CandidApi.InsuranceAdjudicationId("d5
|
|
|
6253
5915
|
</details>
|
|
6254
5916
|
|
|
6255
5917
|
## InsuranceRefunds V1
|
|
6256
|
-
<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>
|
|
6257
5919
|
<dl>
|
|
6258
5920
|
<dd>
|
|
6259
5921
|
|
|
@@ -6317,7 +5979,7 @@ await client.insuranceRefunds.v1.getMulti();
|
|
|
6317
5979
|
</dl>
|
|
6318
5980
|
</details>
|
|
6319
5981
|
|
|
6320
|
-
<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>
|
|
6321
5983
|
<dl>
|
|
6322
5984
|
<dd>
|
|
6323
5985
|
|
|
@@ -6381,7 +6043,7 @@ await client.insuranceRefunds.v1.get(CandidApi.InsuranceRefundId("d5e9c84f-c2b2-
|
|
|
6381
6043
|
</dl>
|
|
6382
6044
|
</details>
|
|
6383
6045
|
|
|
6384
|
-
<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>
|
|
6385
6047
|
<dl>
|
|
6386
6048
|
<dd>
|
|
6387
6049
|
|
|
@@ -6466,7 +6128,7 @@ await client.insuranceRefunds.v1.create({
|
|
|
6466
6128
|
</dl>
|
|
6467
6129
|
</details>
|
|
6468
6130
|
|
|
6469
|
-
<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>
|
|
6470
6132
|
<dl>
|
|
6471
6133
|
<dd>
|
|
6472
6134
|
|
|
@@ -6538,7 +6200,7 @@ await client.insuranceRefunds.v1.update(CandidApi.InsuranceRefundId("d5e9c84f-c2
|
|
|
6538
6200
|
</dl>
|
|
6539
6201
|
</details>
|
|
6540
6202
|
|
|
6541
|
-
<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>
|
|
6542
6204
|
<dl>
|
|
6543
6205
|
<dd>
|
|
6544
6206
|
|
|
@@ -6604,7 +6266,7 @@ await client.insuranceRefunds.v1.delete(CandidApi.InsuranceRefundId("d5e9c84f-c2
|
|
|
6604
6266
|
</details>
|
|
6605
6267
|
|
|
6606
6268
|
## MedicationDispense V1
|
|
6607
|
-
<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>
|
|
6608
6270
|
<dl>
|
|
6609
6271
|
<dd>
|
|
6610
6272
|
|
|
@@ -6661,7 +6323,7 @@ await client.medicationDispense.v1.create({
|
|
|
6661
6323
|
</details>
|
|
6662
6324
|
|
|
6663
6325
|
## NonInsurancePayerPayments V1
|
|
6664
|
-
<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>
|
|
6665
6327
|
<dl>
|
|
6666
6328
|
<dd>
|
|
6667
6329
|
|
|
@@ -6724,7 +6386,7 @@ await client.nonInsurancePayerPayments.v1.getMulti();
|
|
|
6724
6386
|
</dl>
|
|
6725
6387
|
</details>
|
|
6726
6388
|
|
|
6727
|
-
<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>
|
|
6728
6390
|
<dl>
|
|
6729
6391
|
<dd>
|
|
6730
6392
|
|
|
@@ -6787,7 +6449,7 @@ await client.nonInsurancePayerPayments.v1.get(CandidApi.NonInsurancePayerPayment
|
|
|
6787
6449
|
</dl>
|
|
6788
6450
|
</details>
|
|
6789
6451
|
|
|
6790
|
-
<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>
|
|
6791
6453
|
<dl>
|
|
6792
6454
|
<dd>
|
|
6793
6455
|
|
|
@@ -6852,7 +6514,7 @@ await client.nonInsurancePayerPayments.v1.create({
|
|
|
6852
6514
|
</dl>
|
|
6853
6515
|
</details>
|
|
6854
6516
|
|
|
6855
|
-
<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>
|
|
6856
6518
|
<dl>
|
|
6857
6519
|
<dd>
|
|
6858
6520
|
|
|
@@ -6909,7 +6571,7 @@ await client.nonInsurancePayerPayments.v1.update(CandidApi.NonInsurancePayerPaym
|
|
|
6909
6571
|
</dl>
|
|
6910
6572
|
</details>
|
|
6911
6573
|
|
|
6912
|
-
<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>
|
|
6913
6575
|
<dl>
|
|
6914
6576
|
<dd>
|
|
6915
6577
|
|
|
@@ -6973,7 +6635,7 @@ await client.nonInsurancePayerPayments.v1.delete(CandidApi.NonInsurancePayerPaym
|
|
|
6973
6635
|
</details>
|
|
6974
6636
|
|
|
6975
6637
|
## NonInsurancePayerRefunds V1
|
|
6976
|
-
<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>
|
|
6977
6639
|
<dl>
|
|
6978
6640
|
<dd>
|
|
6979
6641
|
|
|
@@ -7036,7 +6698,7 @@ await client.nonInsurancePayerRefunds.v1.getMulti();
|
|
|
7036
6698
|
</dl>
|
|
7037
6699
|
</details>
|
|
7038
6700
|
|
|
7039
|
-
<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>
|
|
7040
6702
|
<dl>
|
|
7041
6703
|
<dd>
|
|
7042
6704
|
|
|
@@ -7099,7 +6761,7 @@ await client.nonInsurancePayerRefunds.v1.get(CandidApi.NonInsurancePayerRefundId
|
|
|
7099
6761
|
</dl>
|
|
7100
6762
|
</details>
|
|
7101
6763
|
|
|
7102
|
-
<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>
|
|
7103
6765
|
<dl>
|
|
7104
6766
|
<dd>
|
|
7105
6767
|
|
|
@@ -7180,7 +6842,7 @@ await client.nonInsurancePayerRefunds.v1.create({
|
|
|
7180
6842
|
</dl>
|
|
7181
6843
|
</details>
|
|
7182
6844
|
|
|
7183
|
-
<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>
|
|
7184
6846
|
<dl>
|
|
7185
6847
|
<dd>
|
|
7186
6848
|
|
|
@@ -7252,7 +6914,7 @@ await client.nonInsurancePayerRefunds.v1.update(CandidApi.NonInsurancePayerRefun
|
|
|
7252
6914
|
</dl>
|
|
7253
6915
|
</details>
|
|
7254
6916
|
|
|
7255
|
-
<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>
|
|
7256
6918
|
<dl>
|
|
7257
6919
|
<dd>
|
|
7258
6920
|
|
|
@@ -7316,7 +6978,7 @@ await client.nonInsurancePayerRefunds.v1.delete(CandidApi.NonInsurancePayerRefun
|
|
|
7316
6978
|
</details>
|
|
7317
6979
|
|
|
7318
6980
|
## NonInsurancePayers V1
|
|
7319
|
-
<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>
|
|
7320
6982
|
<dl>
|
|
7321
6983
|
<dd>
|
|
7322
6984
|
|
|
@@ -7367,7 +7029,7 @@ await client.nonInsurancePayers.v1.create({
|
|
|
7367
7029
|
</dl>
|
|
7368
7030
|
</details>
|
|
7369
7031
|
|
|
7370
|
-
<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>
|
|
7371
7033
|
<dl>
|
|
7372
7034
|
<dd>
|
|
7373
7035
|
|
|
@@ -7426,7 +7088,7 @@ await client.nonInsurancePayers.v1.toggleEnablement(CandidApi.NonInsurancePayerI
|
|
|
7426
7088
|
</dl>
|
|
7427
7089
|
</details>
|
|
7428
7090
|
|
|
7429
|
-
<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>
|
|
7430
7092
|
<dl>
|
|
7431
7093
|
<dd>
|
|
7432
7094
|
|
|
@@ -7475,7 +7137,7 @@ await client.nonInsurancePayers.v1.getMulti();
|
|
|
7475
7137
|
</dl>
|
|
7476
7138
|
</details>
|
|
7477
7139
|
|
|
7478
|
-
<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>
|
|
7479
7141
|
<dl>
|
|
7480
7142
|
<dd>
|
|
7481
7143
|
|
|
@@ -7543,7 +7205,7 @@ await client.nonInsurancePayers.v1.getCategories();
|
|
|
7543
7205
|
</dl>
|
|
7544
7206
|
</details>
|
|
7545
7207
|
|
|
7546
|
-
<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>
|
|
7547
7209
|
<dl>
|
|
7548
7210
|
<dd>
|
|
7549
7211
|
|
|
@@ -7592,7 +7254,7 @@ await client.nonInsurancePayers.v1.get(CandidApi.NonInsurancePayerId("d5e9c84f-c
|
|
|
7592
7254
|
</dl>
|
|
7593
7255
|
</details>
|
|
7594
7256
|
|
|
7595
|
-
<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>
|
|
7596
7258
|
<dl>
|
|
7597
7259
|
<dd>
|
|
7598
7260
|
|
|
@@ -7649,7 +7311,7 @@ await client.nonInsurancePayers.v1.update(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
7649
7311
|
</dl>
|
|
7650
7312
|
</details>
|
|
7651
7313
|
|
|
7652
|
-
<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>
|
|
7653
7315
|
<dl>
|
|
7654
7316
|
<dd>
|
|
7655
7317
|
|
|
@@ -7699,7 +7361,7 @@ await client.nonInsurancePayers.v1.delete(CandidApi.NonInsurancePayerId("d5e9c84
|
|
|
7699
7361
|
</details>
|
|
7700
7362
|
|
|
7701
7363
|
## OrganizationProviders V3
|
|
7702
|
-
<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>
|
|
7703
7365
|
<dl>
|
|
7704
7366
|
<dd>
|
|
7705
7367
|
|
|
@@ -7748,7 +7410,7 @@ await client.organizationProviders.v3.get(CandidApi.OrganizationProviderId("965A
|
|
|
7748
7410
|
</dl>
|
|
7749
7411
|
</details>
|
|
7750
7412
|
|
|
7751
|
-
<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>
|
|
7752
7414
|
<dl>
|
|
7753
7415
|
<dd>
|
|
7754
7416
|
|
|
@@ -7805,7 +7467,7 @@ await client.organizationProviders.v3.getMulti({
|
|
|
7805
7467
|
</dl>
|
|
7806
7468
|
</details>
|
|
7807
7469
|
|
|
7808
|
-
<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>
|
|
7809
7471
|
<dl>
|
|
7810
7472
|
<dd>
|
|
7811
7473
|
|
|
@@ -7875,7 +7537,7 @@ await client.organizationProviders.v3.create({
|
|
|
7875
7537
|
</dl>
|
|
7876
7538
|
</details>
|
|
7877
7539
|
|
|
7878
|
-
<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>
|
|
7879
7541
|
<dl>
|
|
7880
7542
|
<dd>
|
|
7881
7543
|
|
|
@@ -7933,7 +7595,7 @@ await client.organizationProviders.v3.update(CandidApi.OrganizationProviderId("d
|
|
|
7933
7595
|
</details>
|
|
7934
7596
|
|
|
7935
7597
|
## OrganizationServiceFacilities V2
|
|
7936
|
-
<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>
|
|
7937
7599
|
<dl>
|
|
7938
7600
|
<dd>
|
|
7939
7601
|
|
|
@@ -7982,7 +7644,7 @@ await client.organizationServiceFacilities.v2.get(CandidApi.OrganizationServiceF
|
|
|
7982
7644
|
</dl>
|
|
7983
7645
|
</details>
|
|
7984
7646
|
|
|
7985
|
-
<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>
|
|
7986
7648
|
<dl>
|
|
7987
7649
|
<dd>
|
|
7988
7650
|
|
|
@@ -8035,7 +7697,7 @@ await client.organizationServiceFacilities.v2.getMulti({
|
|
|
8035
7697
|
</dl>
|
|
8036
7698
|
</details>
|
|
8037
7699
|
|
|
8038
|
-
<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>
|
|
8039
7701
|
<dl>
|
|
8040
7702
|
<dd>
|
|
8041
7703
|
|
|
@@ -8100,7 +7762,7 @@ await client.organizationServiceFacilities.v2.getByExternalId("external_id");
|
|
|
8100
7762
|
</dl>
|
|
8101
7763
|
</details>
|
|
8102
7764
|
|
|
8103
|
-
<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>
|
|
8104
7766
|
<dl>
|
|
8105
7767
|
<dd>
|
|
8106
7768
|
|
|
@@ -8167,7 +7829,7 @@ await client.organizationServiceFacilities.v2.create({
|
|
|
8167
7829
|
</dl>
|
|
8168
7830
|
</details>
|
|
8169
7831
|
|
|
8170
|
-
<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>
|
|
8171
7833
|
<dl>
|
|
8172
7834
|
<dd>
|
|
8173
7835
|
|
|
@@ -8242,7 +7904,7 @@ await client.organizationServiceFacilities.v2.update(CandidApi.OrganizationServi
|
|
|
8242
7904
|
</dl>
|
|
8243
7905
|
</details>
|
|
8244
7906
|
|
|
8245
|
-
<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>
|
|
8246
7908
|
<dl>
|
|
8247
7909
|
<dd>
|
|
8248
7910
|
|
|
@@ -8292,7 +7954,7 @@ await client.organizationServiceFacilities.v2.delete(CandidApi.OrganizationServi
|
|
|
8292
7954
|
</details>
|
|
8293
7955
|
|
|
8294
7956
|
## PatientAr V1
|
|
8295
|
-
<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>
|
|
8296
7958
|
<dl>
|
|
8297
7959
|
<dd>
|
|
8298
7960
|
|
|
@@ -8356,7 +8018,7 @@ await client.patientAr.v1.listInventory();
|
|
|
8356
8018
|
</dl>
|
|
8357
8019
|
</details>
|
|
8358
8020
|
|
|
8359
|
-
<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>
|
|
8360
8022
|
<dl>
|
|
8361
8023
|
<dd>
|
|
8362
8024
|
|
|
@@ -8420,7 +8082,7 @@ await client.patientAr.v1.itemize(CandidApi.ClaimId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
8420
8082
|
</details>
|
|
8421
8083
|
|
|
8422
8084
|
## PatientPayments V4
|
|
8423
|
-
<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>
|
|
8424
8086
|
<dl>
|
|
8425
8087
|
<dd>
|
|
8426
8088
|
|
|
@@ -8484,7 +8146,7 @@ await client.patientPayments.v4.getMulti();
|
|
|
8484
8146
|
</dl>
|
|
8485
8147
|
</details>
|
|
8486
8148
|
|
|
8487
|
-
<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>
|
|
8488
8150
|
<dl>
|
|
8489
8151
|
<dd>
|
|
8490
8152
|
|
|
@@ -8547,7 +8209,7 @@ await client.patientPayments.v4.get(CandidApi.PatientPaymentId("d5e9c84f-c2b2-4b
|
|
|
8547
8209
|
</dl>
|
|
8548
8210
|
</details>
|
|
8549
8211
|
|
|
8550
|
-
<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>
|
|
8551
8213
|
<dl>
|
|
8552
8214
|
<dd>
|
|
8553
8215
|
|
|
@@ -8628,7 +8290,7 @@ await client.patientPayments.v4.create({
|
|
|
8628
8290
|
</dl>
|
|
8629
8291
|
</details>
|
|
8630
8292
|
|
|
8631
|
-
<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>
|
|
8632
8294
|
<dl>
|
|
8633
8295
|
<dd>
|
|
8634
8296
|
|
|
@@ -8699,7 +8361,7 @@ await client.patientPayments.v4.update(CandidApi.PatientPaymentId("d5e9c84f-c2b2
|
|
|
8699
8361
|
</dl>
|
|
8700
8362
|
</details>
|
|
8701
8363
|
|
|
8702
|
-
<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>
|
|
8703
8365
|
<dl>
|
|
8704
8366
|
<dd>
|
|
8705
8367
|
|
|
@@ -8763,7 +8425,7 @@ await client.patientPayments.v4.delete(CandidApi.PatientPaymentId("d5e9c84f-c2b2
|
|
|
8763
8425
|
</details>
|
|
8764
8426
|
|
|
8765
8427
|
## PatientRefunds V1
|
|
8766
|
-
<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>
|
|
8767
8429
|
<dl>
|
|
8768
8430
|
<dd>
|
|
8769
8431
|
|
|
@@ -8827,7 +8489,7 @@ await client.patientRefunds.v1.getMulti();
|
|
|
8827
8489
|
</dl>
|
|
8828
8490
|
</details>
|
|
8829
8491
|
|
|
8830
|
-
<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>
|
|
8831
8493
|
<dl>
|
|
8832
8494
|
<dd>
|
|
8833
8495
|
|
|
@@ -8890,7 +8552,7 @@ await client.patientRefunds.v1.get(CandidApi.PatientRefundId("d5e9c84f-c2b2-4bf4
|
|
|
8890
8552
|
</dl>
|
|
8891
8553
|
</details>
|
|
8892
8554
|
|
|
8893
|
-
<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>
|
|
8894
8556
|
<dl>
|
|
8895
8557
|
<dd>
|
|
8896
8558
|
|
|
@@ -8971,7 +8633,7 @@ await client.patientRefunds.v1.create({
|
|
|
8971
8633
|
</dl>
|
|
8972
8634
|
</details>
|
|
8973
8635
|
|
|
8974
|
-
<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>
|
|
8975
8637
|
<dl>
|
|
8976
8638
|
<dd>
|
|
8977
8639
|
|
|
@@ -9042,7 +8704,7 @@ await client.patientRefunds.v1.update(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
9042
8704
|
</dl>
|
|
9043
8705
|
</details>
|
|
9044
8706
|
|
|
9045
|
-
<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>
|
|
9046
8708
|
<dl>
|
|
9047
8709
|
<dd>
|
|
9048
8710
|
|
|
@@ -9106,7 +8768,7 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
9106
8768
|
</details>
|
|
9107
8769
|
|
|
9108
8770
|
## PayerPlanGroups V1
|
|
9109
|
-
<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>
|
|
9110
8772
|
<dl>
|
|
9111
8773
|
<dd>
|
|
9112
8774
|
|
|
@@ -9169,7 +8831,7 @@ await client.payerPlanGroups.v1.getMulti();
|
|
|
9169
8831
|
</dl>
|
|
9170
8832
|
</details>
|
|
9171
8833
|
|
|
9172
|
-
<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>
|
|
9173
8835
|
<dl>
|
|
9174
8836
|
<dd>
|
|
9175
8837
|
|
|
@@ -9232,7 +8894,7 @@ await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4b
|
|
|
9232
8894
|
</dl>
|
|
9233
8895
|
</details>
|
|
9234
8896
|
|
|
9235
|
-
<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>
|
|
9236
8898
|
<dl>
|
|
9237
8899
|
<dd>
|
|
9238
8900
|
|
|
@@ -9299,7 +8961,7 @@ await client.payerPlanGroups.v1.create({
|
|
|
9299
8961
|
</dl>
|
|
9300
8962
|
</details>
|
|
9301
8963
|
|
|
9302
|
-
<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>
|
|
9303
8965
|
<dl>
|
|
9304
8966
|
<dd>
|
|
9305
8967
|
|
|
@@ -9374,7 +9036,7 @@ await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2
|
|
|
9374
9036
|
</dl>
|
|
9375
9037
|
</details>
|
|
9376
9038
|
|
|
9377
|
-
<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>
|
|
9378
9040
|
<dl>
|
|
9379
9041
|
<dd>
|
|
9380
9042
|
|
|
@@ -9438,7 +9100,7 @@ await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-
|
|
|
9438
9100
|
</details>
|
|
9439
9101
|
|
|
9440
9102
|
## Payers V3
|
|
9441
|
-
<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>
|
|
9442
9104
|
<dl>
|
|
9443
9105
|
<dd>
|
|
9444
9106
|
|
|
@@ -9487,7 +9149,7 @@ await client.payers.v3.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
9487
9149
|
</dl>
|
|
9488
9150
|
</details>
|
|
9489
9151
|
|
|
9490
|
-
<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>
|
|
9491
9153
|
<dl>
|
|
9492
9154
|
<dd>
|
|
9493
9155
|
|
|
@@ -9541,7 +9203,7 @@ await client.payers.v3.getAll({
|
|
|
9541
9203
|
</details>
|
|
9542
9204
|
|
|
9543
9205
|
## Payers V4
|
|
9544
|
-
<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>
|
|
9545
9207
|
<dl>
|
|
9546
9208
|
<dd>
|
|
9547
9209
|
|
|
@@ -9590,7 +9252,7 @@ await client.payers.v4.get(CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9f
|
|
|
9590
9252
|
</dl>
|
|
9591
9253
|
</details>
|
|
9592
9254
|
|
|
9593
|
-
<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>
|
|
9594
9256
|
<dl>
|
|
9595
9257
|
<dd>
|
|
9596
9258
|
|
|
@@ -9640,7 +9302,7 @@ await client.payers.v4.getAll();
|
|
|
9640
9302
|
</details>
|
|
9641
9303
|
|
|
9642
9304
|
## ServiceLines V2
|
|
9643
|
-
<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>
|
|
9644
9306
|
<dl>
|
|
9645
9307
|
<dd>
|
|
9646
9308
|
|
|
@@ -9694,7 +9356,7 @@ await client.serviceLines.v2.create({
|
|
|
9694
9356
|
</dl>
|
|
9695
9357
|
</details>
|
|
9696
9358
|
|
|
9697
|
-
<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>
|
|
9698
9360
|
<dl>
|
|
9699
9361
|
<dd>
|
|
9700
9362
|
|
|
@@ -9747,7 +9409,7 @@ await client.serviceLines.v2.createUniversal({
|
|
|
9747
9409
|
</dl>
|
|
9748
9410
|
</details>
|
|
9749
9411
|
|
|
9750
|
-
<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>
|
|
9751
9413
|
<dl>
|
|
9752
9414
|
<dd>
|
|
9753
9415
|
|
|
@@ -9804,7 +9466,7 @@ await client.serviceLines.v2.updateUniversal(CandidApi.ServiceLineId("d5e9c84f-c
|
|
|
9804
9466
|
</dl>
|
|
9805
9467
|
</details>
|
|
9806
9468
|
|
|
9807
|
-
<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>
|
|
9808
9470
|
<dl>
|
|
9809
9471
|
<dd>
|
|
9810
9472
|
|
|
@@ -9861,7 +9523,7 @@ await client.serviceLines.v2.update(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-
|
|
|
9861
9523
|
</dl>
|
|
9862
9524
|
</details>
|
|
9863
9525
|
|
|
9864
|
-
<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>
|
|
9865
9527
|
<dl>
|
|
9866
9528
|
<dd>
|
|
9867
9529
|
|
|
@@ -9911,7 +9573,7 @@ await client.serviceLines.v2.delete(CandidApi.ServiceLineId("d5e9c84f-c2b2-4bf4-
|
|
|
9911
9573
|
</details>
|
|
9912
9574
|
|
|
9913
9575
|
## Superbills V1
|
|
9914
|
-
<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>
|
|
9915
9577
|
<dl>
|
|
9916
9578
|
<dd>
|
|
9917
9579
|
|
|
@@ -9965,7 +9627,7 @@ await client.superbills.v1.createSuperbill({
|
|
|
9965
9627
|
</details>
|
|
9966
9628
|
|
|
9967
9629
|
## Tasks V3
|
|
9968
|
-
<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>
|
|
9969
9631
|
<dl>
|
|
9970
9632
|
<dd>
|
|
9971
9633
|
|
|
@@ -10014,7 +9676,7 @@ await client.tasks.v3.getActions(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7
|
|
|
10014
9676
|
</dl>
|
|
10015
9677
|
</details>
|
|
10016
9678
|
|
|
10017
|
-
<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>
|
|
10018
9680
|
<dl>
|
|
10019
9681
|
<dd>
|
|
10020
9682
|
|
|
@@ -10063,7 +9725,7 @@ await client.tasks.v3.getMulti();
|
|
|
10063
9725
|
</dl>
|
|
10064
9726
|
</details>
|
|
10065
9727
|
|
|
10066
|
-
<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>
|
|
10067
9729
|
<dl>
|
|
10068
9730
|
<dd>
|
|
10069
9731
|
|
|
@@ -10112,7 +9774,7 @@ await client.tasks.v3.get(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32
|
|
|
10112
9774
|
</dl>
|
|
10113
9775
|
</details>
|
|
10114
9776
|
|
|
10115
|
-
<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>
|
|
10116
9778
|
<dl>
|
|
10117
9779
|
<dd>
|
|
10118
9780
|
|
|
@@ -10166,7 +9828,7 @@ await client.tasks.v3.create({
|
|
|
10166
9828
|
</dl>
|
|
10167
9829
|
</details>
|
|
10168
9830
|
|
|
10169
|
-
<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>
|
|
10170
9832
|
<dl>
|
|
10171
9833
|
<dd>
|
|
10172
9834
|
|
|
@@ -10224,7 +9886,7 @@ await client.tasks.v3.update(CandidApi.TaskId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ff
|
|
|
10224
9886
|
</details>
|
|
10225
9887
|
|
|
10226
9888
|
## WriteOffs V1
|
|
10227
|
-
<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>
|
|
10228
9890
|
<dl>
|
|
10229
9891
|
<dd>
|
|
10230
9892
|
|
|
@@ -10287,7 +9949,7 @@ await client.writeOffs.v1.getMulti();
|
|
|
10287
9949
|
</dl>
|
|
10288
9950
|
</details>
|
|
10289
9951
|
|
|
10290
|
-
<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>
|
|
10291
9953
|
<dl>
|
|
10292
9954
|
<dd>
|
|
10293
9955
|
|
|
@@ -10350,7 +10012,7 @@ await client.writeOffs.v1.get(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7ffd
|
|
|
10350
10012
|
</dl>
|
|
10351
10013
|
</details>
|
|
10352
10014
|
|
|
10353
|
-
<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>
|
|
10354
10016
|
<dl>
|
|
10355
10017
|
<dd>
|
|
10356
10018
|
|
|
@@ -10428,7 +10090,7 @@ await client.writeOffs.v1.create({
|
|
|
10428
10090
|
</dl>
|
|
10429
10091
|
</details>
|
|
10430
10092
|
|
|
10431
|
-
<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>
|
|
10432
10094
|
<dl>
|
|
10433
10095
|
<dd>
|
|
10434
10096
|
|
|
@@ -10491,7 +10153,7 @@ await client.writeOffs.v1.revert(CandidApi.WriteOffId("d5e9c84f-c2b2-4bf4-b4b0-7
|
|
|
10491
10153
|
</dl>
|
|
10492
10154
|
</details>
|
|
10493
10155
|
|
|
10494
|
-
<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>
|
|
10495
10157
|
<dl>
|
|
10496
10158
|
<dd>
|
|
10497
10159
|
|
|
@@ -10554,7 +10216,7 @@ await client.writeOffs.v1.revertInsuranceBalanceAdjustment(CandidApi.AdjustmentI
|
|
|
10554
10216
|
</dl>
|
|
10555
10217
|
</details>
|
|
10556
10218
|
|
|
10557
|
-
<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>
|
|
10558
10220
|
<dl>
|
|
10559
10221
|
<dd>
|
|
10560
10222
|
|
|
@@ -10618,7 +10280,7 @@ await client.writeOffs.v1.revertEraOriginatedInsuranceBalanceAdjustment(CandidAp
|
|
|
10618
10280
|
</details>
|
|
10619
10281
|
|
|
10620
10282
|
## PreEncounter Appointments V1
|
|
10621
|
-
<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>
|
|
10622
10284
|
<dl>
|
|
10623
10285
|
<dd>
|
|
10624
10286
|
|
|
@@ -10686,7 +10348,7 @@ await client.preEncounter.appointments.v1.create({
|
|
|
10686
10348
|
</dl>
|
|
10687
10349
|
</details>
|
|
10688
10350
|
|
|
10689
|
-
<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>
|
|
10690
10352
|
<dl>
|
|
10691
10353
|
<dd>
|
|
10692
10354
|
|
|
@@ -10749,7 +10411,7 @@ await client.preEncounter.appointments.v1.getVisits();
|
|
|
10749
10411
|
</dl>
|
|
10750
10412
|
</details>
|
|
10751
10413
|
|
|
10752
|
-
<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>
|
|
10753
10415
|
<dl>
|
|
10754
10416
|
<dd>
|
|
10755
10417
|
|
|
@@ -10812,7 +10474,7 @@ await client.preEncounter.appointments.v1.get(CandidApi.AppointmentId("id"));
|
|
|
10812
10474
|
</dl>
|
|
10813
10475
|
</details>
|
|
10814
10476
|
|
|
10815
|
-
<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>
|
|
10816
10478
|
<dl>
|
|
10817
10479
|
<dd>
|
|
10818
10480
|
|
|
@@ -10875,7 +10537,7 @@ await client.preEncounter.appointments.v1.getHistory(CandidApi.AppointmentId("id
|
|
|
10875
10537
|
</dl>
|
|
10876
10538
|
</details>
|
|
10877
10539
|
|
|
10878
|
-
<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>
|
|
10879
10541
|
<dl>
|
|
10880
10542
|
<dd>
|
|
10881
10543
|
|
|
@@ -10959,7 +10621,7 @@ await client.preEncounter.appointments.v1.update(CandidApi.AppointmentId("id"),
|
|
|
10959
10621
|
</dl>
|
|
10960
10622
|
</details>
|
|
10961
10623
|
|
|
10962
|
-
<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>
|
|
10963
10625
|
<dl>
|
|
10964
10626
|
<dd>
|
|
10965
10627
|
|
|
@@ -11024,7 +10686,7 @@ await client.preEncounter.appointments.v1.scan({
|
|
|
11024
10686
|
</dl>
|
|
11025
10687
|
</details>
|
|
11026
10688
|
|
|
11027
|
-
<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>
|
|
11028
10690
|
<dl>
|
|
11029
10691
|
<dd>
|
|
11030
10692
|
|
|
@@ -11096,7 +10758,7 @@ await client.preEncounter.appointments.v1.deactivate(CandidApi.AppointmentId("id
|
|
|
11096
10758
|
</details>
|
|
11097
10759
|
|
|
11098
10760
|
## PreEncounter Coverages V1
|
|
11099
|
-
<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>
|
|
11100
10762
|
<dl>
|
|
11101
10763
|
<dd>
|
|
11102
10764
|
|
|
@@ -11177,7 +10839,7 @@ await client.preEncounter.coverages.v1.create({
|
|
|
11177
10839
|
</dl>
|
|
11178
10840
|
</details>
|
|
11179
10841
|
|
|
11180
|
-
<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>
|
|
11181
10843
|
<dl>
|
|
11182
10844
|
<dd>
|
|
11183
10845
|
|
|
@@ -11274,7 +10936,7 @@ await client.preEncounter.coverages.v1.update(CandidApi.CoverageId("d5e9c84f-c2b
|
|
|
11274
10936
|
</dl>
|
|
11275
10937
|
</details>
|
|
11276
10938
|
|
|
11277
|
-
<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>
|
|
11278
10940
|
<dl>
|
|
11279
10941
|
<dd>
|
|
11280
10942
|
|
|
@@ -11337,7 +10999,7 @@ await client.preEncounter.coverages.v1.getMultiPaginated();
|
|
|
11337
10999
|
</dl>
|
|
11338
11000
|
</details>
|
|
11339
11001
|
|
|
11340
|
-
<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>
|
|
11341
11003
|
<dl>
|
|
11342
11004
|
<dd>
|
|
11343
11005
|
|
|
@@ -11400,7 +11062,7 @@ await client.preEncounter.coverages.v1.get(CandidApi.CoverageId("d5e9c84f-c2b2-4
|
|
|
11400
11062
|
</dl>
|
|
11401
11063
|
</details>
|
|
11402
11064
|
|
|
11403
|
-
<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>
|
|
11404
11066
|
<dl>
|
|
11405
11067
|
<dd>
|
|
11406
11068
|
|
|
@@ -11463,7 +11125,7 @@ await client.preEncounter.coverages.v1.getHistory(CandidApi.CoverageId("d5e9c84f
|
|
|
11463
11125
|
</dl>
|
|
11464
11126
|
</details>
|
|
11465
11127
|
|
|
11466
|
-
<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>
|
|
11467
11129
|
<dl>
|
|
11468
11130
|
<dd>
|
|
11469
11131
|
|
|
@@ -11526,7 +11188,7 @@ await client.preEncounter.coverages.v1.getMulti();
|
|
|
11526
11188
|
</dl>
|
|
11527
11189
|
</details>
|
|
11528
11190
|
|
|
11529
|
-
<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>
|
|
11530
11192
|
<dl>
|
|
11531
11193
|
<dd>
|
|
11532
11194
|
|
|
@@ -11604,7 +11266,7 @@ await client.preEncounter.coverages.v1.scan({
|
|
|
11604
11266
|
</dl>
|
|
11605
11267
|
</details>
|
|
11606
11268
|
|
|
11607
|
-
<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>
|
|
11608
11270
|
<dl>
|
|
11609
11271
|
<dd>
|
|
11610
11272
|
|
|
@@ -11680,7 +11342,7 @@ await client.preEncounter.coverages.v1.batchUpdatePpg(CandidApi.PayerPlanGroupId
|
|
|
11680
11342
|
</dl>
|
|
11681
11343
|
</details>
|
|
11682
11344
|
|
|
11683
|
-
<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>
|
|
11684
11346
|
<dl>
|
|
11685
11347
|
<dd>
|
|
11686
11348
|
|
|
@@ -11755,7 +11417,7 @@ await client.preEncounter.coverages.v1.checkEligibility(CandidApi.CoverageId("d5
|
|
|
11755
11417
|
</dl>
|
|
11756
11418
|
</details>
|
|
11757
11419
|
|
|
11758
|
-
<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>
|
|
11759
11421
|
<dl>
|
|
11760
11422
|
<dd>
|
|
11761
11423
|
|
|
@@ -11827,7 +11489,7 @@ await client.preEncounter.coverages.v1.getEligibility(CandidApi.CoverageId("d5e9
|
|
|
11827
11489
|
</details>
|
|
11828
11490
|
|
|
11829
11491
|
## PreEncounter EligibilityChecks V1
|
|
11830
|
-
<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>
|
|
11831
11493
|
<dl>
|
|
11832
11494
|
<dd>
|
|
11833
11495
|
|
|
@@ -11899,7 +11561,7 @@ await client.preEncounter.eligibilityChecks.v1.post({
|
|
|
11899
11561
|
</dl>
|
|
11900
11562
|
</details>
|
|
11901
11563
|
|
|
11902
|
-
<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>
|
|
11903
11565
|
<dl>
|
|
11904
11566
|
<dd>
|
|
11905
11567
|
|
|
@@ -11980,7 +11642,7 @@ await client.preEncounter.eligibilityChecks.v1.batch([{
|
|
|
11980
11642
|
</dl>
|
|
11981
11643
|
</details>
|
|
11982
11644
|
|
|
11983
|
-
<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>
|
|
11984
11646
|
<dl>
|
|
11985
11647
|
<dd>
|
|
11986
11648
|
|
|
@@ -12051,7 +11713,7 @@ await client.preEncounter.eligibilityChecks.v1.pollBatch("batch_id");
|
|
|
12051
11713
|
</dl>
|
|
12052
11714
|
</details>
|
|
12053
11715
|
|
|
12054
|
-
<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>
|
|
12055
11717
|
<dl>
|
|
12056
11718
|
<dd>
|
|
12057
11719
|
|
|
@@ -12114,7 +11776,7 @@ await client.preEncounter.eligibilityChecks.v1.payerSearch();
|
|
|
12114
11776
|
</dl>
|
|
12115
11777
|
</details>
|
|
12116
11778
|
|
|
12117
|
-
<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>
|
|
12118
11780
|
<dl>
|
|
12119
11781
|
<dd>
|
|
12120
11782
|
|
|
@@ -12177,7 +11839,7 @@ await client.preEncounter.eligibilityChecks.v1.recommendation();
|
|
|
12177
11839
|
</dl>
|
|
12178
11840
|
</details>
|
|
12179
11841
|
|
|
12180
|
-
<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>
|
|
12181
11843
|
<dl>
|
|
12182
11844
|
<dd>
|
|
12183
11845
|
|
|
@@ -12248,7 +11910,7 @@ await client.preEncounter.eligibilityChecks.v1.createRecommendation({
|
|
|
12248
11910
|
</details>
|
|
12249
11911
|
|
|
12250
11912
|
## PreEncounter Images V1
|
|
12251
|
-
<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>
|
|
12252
11914
|
<dl>
|
|
12253
11915
|
<dd>
|
|
12254
11916
|
|
|
@@ -12316,7 +11978,7 @@ await client.preEncounter.images.v1.create({
|
|
|
12316
11978
|
</dl>
|
|
12317
11979
|
</details>
|
|
12318
11980
|
|
|
12319
|
-
<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>
|
|
12320
11982
|
<dl>
|
|
12321
11983
|
<dd>
|
|
12322
11984
|
|
|
@@ -12379,7 +12041,7 @@ await client.preEncounter.images.v1.get(CandidApi.ImageId("id"));
|
|
|
12379
12041
|
</dl>
|
|
12380
12042
|
</details>
|
|
12381
12043
|
|
|
12382
|
-
<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>
|
|
12383
12045
|
<dl>
|
|
12384
12046
|
<dd>
|
|
12385
12047
|
|
|
@@ -12463,7 +12125,7 @@ await client.preEncounter.images.v1.update(CandidApi.ImageId("id"), "version", {
|
|
|
12463
12125
|
</dl>
|
|
12464
12126
|
</details>
|
|
12465
12127
|
|
|
12466
|
-
<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>
|
|
12467
12129
|
<dl>
|
|
12468
12130
|
<dd>
|
|
12469
12131
|
|
|
@@ -12534,7 +12196,7 @@ await client.preEncounter.images.v1.deactivate(CandidApi.ImageId("id"), "version
|
|
|
12534
12196
|
</dl>
|
|
12535
12197
|
</details>
|
|
12536
12198
|
|
|
12537
|
-
<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>
|
|
12538
12200
|
<dl>
|
|
12539
12201
|
<dd>
|
|
12540
12202
|
|
|
@@ -12598,7 +12260,7 @@ await client.preEncounter.images.v1.getMulti();
|
|
|
12598
12260
|
</details>
|
|
12599
12261
|
|
|
12600
12262
|
## PreEncounter Lists V1
|
|
12601
|
-
<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>
|
|
12602
12264
|
<dl>
|
|
12603
12265
|
<dd>
|
|
12604
12266
|
|
|
@@ -12661,7 +12323,7 @@ await client.preEncounter.lists.v1.getPatientList();
|
|
|
12661
12323
|
</dl>
|
|
12662
12324
|
</details>
|
|
12663
12325
|
|
|
12664
|
-
<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>
|
|
12665
12327
|
<dl>
|
|
12666
12328
|
<dd>
|
|
12667
12329
|
|
|
@@ -12725,7 +12387,7 @@ await client.preEncounter.lists.v1.getAppointmentList();
|
|
|
12725
12387
|
</details>
|
|
12726
12388
|
|
|
12727
12389
|
## PreEncounter Notes V1
|
|
12728
|
-
<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>
|
|
12729
12391
|
<dl>
|
|
12730
12392
|
<dd>
|
|
12731
12393
|
|
|
@@ -12788,7 +12450,7 @@ await client.preEncounter.notes.v1.get(CandidApi.NoteId("id"));
|
|
|
12788
12450
|
</dl>
|
|
12789
12451
|
</details>
|
|
12790
12452
|
|
|
12791
|
-
<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>
|
|
12792
12454
|
<dl>
|
|
12793
12455
|
<dd>
|
|
12794
12456
|
|
|
@@ -12853,7 +12515,7 @@ await client.preEncounter.notes.v1.create({
|
|
|
12853
12515
|
</dl>
|
|
12854
12516
|
</details>
|
|
12855
12517
|
|
|
12856
|
-
<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>
|
|
12857
12519
|
<dl>
|
|
12858
12520
|
<dd>
|
|
12859
12521
|
|
|
@@ -12934,7 +12596,7 @@ await client.preEncounter.notes.v1.update(CandidApi.NoteId("id"), "version", {
|
|
|
12934
12596
|
</dl>
|
|
12935
12597
|
</details>
|
|
12936
12598
|
|
|
12937
|
-
<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>
|
|
12938
12600
|
<dl>
|
|
12939
12601
|
<dd>
|
|
12940
12602
|
|
|
@@ -13006,7 +12668,7 @@ await client.preEncounter.notes.v1.deactivate(CandidApi.NoteId("id"), "version")
|
|
|
13006
12668
|
</details>
|
|
13007
12669
|
|
|
13008
12670
|
## PreEncounter Patients V1
|
|
13009
|
-
<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>
|
|
13010
12672
|
<dl>
|
|
13011
12673
|
<dd>
|
|
13012
12674
|
|
|
@@ -13207,7 +12869,7 @@ await client.preEncounter.patients.v1.create({
|
|
|
13207
12869
|
</dl>
|
|
13208
12870
|
</details>
|
|
13209
12871
|
|
|
13210
|
-
<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>
|
|
13211
12873
|
<dl>
|
|
13212
12874
|
<dd>
|
|
13213
12875
|
|
|
@@ -13409,7 +13071,7 @@ await client.preEncounter.patients.v1.createWithMrn({
|
|
|
13409
13071
|
</dl>
|
|
13410
13072
|
</details>
|
|
13411
13073
|
|
|
13412
|
-
<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>
|
|
13413
13075
|
<dl>
|
|
13414
13076
|
<dd>
|
|
13415
13077
|
|
|
@@ -13472,7 +13134,7 @@ await client.preEncounter.patients.v1.getMulti();
|
|
|
13472
13134
|
</dl>
|
|
13473
13135
|
</details>
|
|
13474
13136
|
|
|
13475
|
-
<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>
|
|
13476
13138
|
<dl>
|
|
13477
13139
|
<dd>
|
|
13478
13140
|
|
|
@@ -13537,7 +13199,7 @@ await client.preEncounter.patients.v1.searchProviders({
|
|
|
13537
13199
|
</dl>
|
|
13538
13200
|
</details>
|
|
13539
13201
|
|
|
13540
|
-
<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>
|
|
13541
13203
|
<dl>
|
|
13542
13204
|
<dd>
|
|
13543
13205
|
|
|
@@ -13600,7 +13262,7 @@ await client.preEncounter.patients.v1.get(CandidApi.PatientId("id"));
|
|
|
13600
13262
|
</dl>
|
|
13601
13263
|
</details>
|
|
13602
13264
|
|
|
13603
|
-
<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>
|
|
13604
13266
|
<dl>
|
|
13605
13267
|
<dd>
|
|
13606
13268
|
|
|
@@ -13663,7 +13325,7 @@ await client.preEncounter.patients.v1.getByMrn("mrn");
|
|
|
13663
13325
|
</dl>
|
|
13664
13326
|
</details>
|
|
13665
13327
|
|
|
13666
|
-
<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>
|
|
13667
13329
|
<dl>
|
|
13668
13330
|
<dd>
|
|
13669
13331
|
|
|
@@ -13726,7 +13388,7 @@ await client.preEncounter.patients.v1.getHistory(CandidApi.PatientId("id"));
|
|
|
13726
13388
|
</dl>
|
|
13727
13389
|
</details>
|
|
13728
13390
|
|
|
13729
|
-
<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>
|
|
13730
13392
|
<dl>
|
|
13731
13393
|
<dd>
|
|
13732
13394
|
|
|
@@ -13941,7 +13603,7 @@ await client.preEncounter.patients.v1.update(CandidApi.PatientId("id"), "version
|
|
|
13941
13603
|
</dl>
|
|
13942
13604
|
</details>
|
|
13943
13605
|
|
|
13944
|
-
<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>
|
|
13945
13607
|
<dl>
|
|
13946
13608
|
<dd>
|
|
13947
13609
|
|
|
@@ -14012,7 +13674,7 @@ await client.preEncounter.patients.v1.deactivate(CandidApi.PatientId("id"), "ver
|
|
|
14012
13674
|
</dl>
|
|
14013
13675
|
</details>
|
|
14014
13676
|
|
|
14015
|
-
<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>
|
|
14016
13678
|
<dl>
|
|
14017
13679
|
<dd>
|
|
14018
13680
|
|
|
@@ -14083,7 +13745,7 @@ await client.preEncounter.patients.v1.reactivate(CandidApi.PatientId("id"), "ver
|
|
|
14083
13745
|
</dl>
|
|
14084
13746
|
</details>
|
|
14085
13747
|
|
|
14086
|
-
<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>
|
|
14087
13749
|
<dl>
|
|
14088
13750
|
<dd>
|
|
14089
13751
|
|
|
@@ -14146,7 +13808,7 @@ await client.preEncounter.patients.v1.search();
|
|
|
14146
13808
|
</dl>
|
|
14147
13809
|
</details>
|
|
14148
13810
|
|
|
14149
|
-
<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>
|
|
14150
13812
|
<dl>
|
|
14151
13813
|
<dd>
|
|
14152
13814
|
|
|
@@ -14225,7 +13887,7 @@ await client.preEncounter.patients.v1.scan({
|
|
|
14225
13887
|
</details>
|
|
14226
13888
|
|
|
14227
13889
|
## PreEncounter Tags V1
|
|
14228
|
-
<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>
|
|
14229
13891
|
<dl>
|
|
14230
13892
|
<dd>
|
|
14231
13893
|
|
|
@@ -14288,7 +13950,7 @@ await client.preEncounter.tags.v1.get(CandidApi.TagId("id"));
|
|
|
14288
13950
|
</dl>
|
|
14289
13951
|
</details>
|
|
14290
13952
|
|
|
14291
|
-
<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>
|
|
14292
13954
|
<dl>
|
|
14293
13955
|
<dd>
|
|
14294
13956
|
|
|
@@ -14351,7 +14013,7 @@ await client.preEncounter.tags.v1.getAll();
|
|
|
14351
14013
|
</dl>
|
|
14352
14014
|
</details>
|
|
14353
14015
|
|
|
14354
|
-
<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>
|
|
14355
14017
|
<dl>
|
|
14356
14018
|
<dd>
|
|
14357
14019
|
|
|
@@ -14416,7 +14078,7 @@ await client.preEncounter.tags.v1.create({
|
|
|
14416
14078
|
</dl>
|
|
14417
14079
|
</details>
|
|
14418
14080
|
|
|
14419
|
-
<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>
|
|
14420
14082
|
<dl>
|
|
14421
14083
|
<dd>
|
|
14422
14084
|
|
|
@@ -14497,7 +14159,7 @@ await client.preEncounter.tags.v1.update(CandidApi.TagId("id"), "version", {
|
|
|
14497
14159
|
</dl>
|
|
14498
14160
|
</details>
|
|
14499
14161
|
|
|
14500
|
-
<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>
|
|
14501
14163
|
<dl>
|
|
14502
14164
|
<dd>
|
|
14503
14165
|
|
|
@@ -14569,7 +14231,7 @@ await client.preEncounter.tags.v1.deactivate(CandidApi.TagId("id"), "version");
|
|
|
14569
14231
|
</details>
|
|
14570
14232
|
|
|
14571
14233
|
## Diagnoses
|
|
14572
|
-
<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>
|
|
14573
14235
|
<dl>
|
|
14574
14236
|
<dd>
|
|
14575
14237
|
|
|
@@ -14636,7 +14298,7 @@ await client.diagnoses.create({
|
|
|
14636
14298
|
</dl>
|
|
14637
14299
|
</details>
|
|
14638
14300
|
|
|
14639
|
-
<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>
|
|
14640
14302
|
<dl>
|
|
14641
14303
|
<dd>
|
|
14642
14304
|
|
|
@@ -14707,7 +14369,7 @@ await client.diagnoses.update(CandidApi.DiagnosisId("d5e9c84f-c2b2-4bf4-b4b0-7ff
|
|
|
14707
14369
|
</dl>
|
|
14708
14370
|
</details>
|
|
14709
14371
|
|
|
14710
|
-
<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>
|
|
14711
14373
|
<dl>
|
|
14712
14374
|
<dd>
|
|
14713
14375
|
|