@icanbwell/bwell-sdk-ts 1.55.0 → 1.56.0
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/README.md +3 -19
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/api/api-provider-factory.d.ts +1 -1
- package/dist/api/api-provider-factory.js +1 -2
- package/dist/api/base/activity/activity-manager.d.ts +25 -18
- package/dist/api/base/activity/get-tasks-request.d.ts +49 -29
- package/dist/api/base/activity/get-tasks-request.js +15 -42
- package/dist/api/base/activity/index.d.ts +4 -2
- package/dist/api/base/activity/index.js +1 -0
- package/dist/api/base/activity/types.d.ts +3 -0
- package/dist/api/base/activity/types.js +5 -0
- package/dist/api/base/activity/update-task-status-request.d.ts +18 -0
- package/dist/api/base/activity/update-task-status-request.js +15 -0
- package/dist/api/base/api-provider.d.ts +14 -12
- package/dist/api/base/connection/connection-manager.d.ts +51 -68
- package/dist/api/base/connection/connection-manager.js +0 -3
- package/dist/api/base/connection/connection-request.d.ts +1 -15
- package/dist/api/base/connection/connection-request.js +0 -8
- package/dist/api/base/connection/index.d.ts +1 -1
- package/dist/api/base/device/device-manager.d.ts +12 -34
- package/dist/api/base/device/device-manager.js +5 -1
- package/dist/api/base/device/device-request.d.ts +42 -35
- package/dist/api/base/device/device-request.js +42 -30
- package/dist/api/base/device/index.d.ts +2 -2
- package/dist/api/base/device/index.js +2 -2
- package/dist/api/base/event/event-manager.d.ts +16 -0
- package/dist/api/base/event/event-request.d.ts +35 -0
- package/dist/api/base/event/event-request.js +64 -0
- package/dist/api/base/event/index.d.ts +2 -0
- package/dist/api/base/event/index.js +1 -0
- package/dist/api/base/financial/coverage-request.d.ts +6 -5
- package/dist/api/base/financial/coverage-request.js +7 -7
- package/dist/api/base/financial/{explanation-of-benefit-request.d.ts → explanation-of-benefit.d.ts} +9 -15
- package/dist/api/base/financial/{explanation-of-benefit-request.js → explanation-of-benefit.js} +18 -8
- package/dist/api/base/financial/financial-manager.d.ts +14 -46
- package/dist/api/base/financial/index.d.ts +2 -3
- package/dist/api/base/financial/index.js +2 -2
- package/dist/api/base/health-data/health-data-request.d.ts +8 -116
- package/dist/api/base/health-data/health-data-request.js +2 -83
- package/dist/api/base/health-data/health-manager.d.ts +243 -293
- package/dist/api/base/health-data/index.d.ts +3 -2
- package/dist/api/base/health-data/index.js +2 -0
- package/dist/api/base/health-data/lab-knowledge-request.d.ts +0 -9
- package/dist/api/base/health-data/lab-knowledge-request.js +0 -3
- package/dist/api/base/health-data/medication-knowledge-request.d.ts +0 -9
- package/dist/api/base/health-data/medication-knowledge-request.js +0 -3
- package/dist/api/base/health-data/medication-pricing-request.d.ts +21 -0
- package/dist/api/base/health-data/medication-pricing-request.js +26 -0
- package/dist/api/base/health-data/medication-statement-request.d.ts +29 -0
- package/dist/api/base/health-data/medication-statement-request.js +35 -0
- package/dist/api/base/health-space/add-care-team-member-request.d.ts +33 -0
- package/dist/api/base/health-space/add-care-team-member-request.js +36 -0
- package/dist/api/base/health-space/add-care-team-members-request.d.ts +35 -0
- package/dist/api/base/health-space/add-care-team-members-request.js +61 -0
- package/dist/api/base/health-space/appointments-request.d.ts +0 -9
- package/dist/api/base/health-space/appointments-request.js +0 -3
- package/dist/api/base/health-space/cancel-appointment-request.d.ts +1 -8
- package/dist/api/base/health-space/cancel-appointment-request.js +0 -4
- package/dist/api/base/health-space/cancelationReasons-request.d.ts +16 -0
- package/dist/api/base/health-space/{cancellation-reasons-request.js → cancelationReasons-request.js} +4 -10
- package/dist/api/base/health-space/care-team-members-request.d.ts +31 -0
- package/dist/api/base/health-space/care-team-members-request.js +33 -0
- package/dist/api/base/health-space/health-space-manager.d.ts +116 -29
- package/dist/api/base/health-space/index.d.ts +7 -2
- package/dist/api/base/health-space/index.js +6 -1
- package/dist/api/base/health-space/remove-care-team-member-request.d.ts +34 -0
- package/dist/api/base/health-space/remove-care-team-member-request.js +36 -0
- package/dist/api/base/health-space/update-care-team-member-request.d.ts +55 -0
- package/dist/api/base/health-space/update-care-team-member-request.js +71 -0
- package/dist/api/base/identity/identity-manager.d.ts +11 -98
- package/dist/api/base/index.d.ts +3 -1
- package/dist/api/base/index.js +3 -2
- package/dist/api/base/questionnaire/index.d.ts +4 -1
- package/dist/api/base/questionnaire/index.js +3 -0
- package/dist/api/base/questionnaire/next-question-request.d.ts +2 -8
- package/dist/api/base/questionnaire/next-question-request.js +1 -4
- package/dist/api/base/questionnaire/questionnaire-manager.d.ts +42 -24
- package/dist/api/base/questionnaire/questionnaire-responses-request.d.ts +30 -0
- package/dist/api/base/questionnaire/questionnaire-responses-request.js +49 -0
- package/dist/api/base/questionnaire/questionnaires-request.d.ts +18 -0
- package/dist/api/base/questionnaire/questionnaires-request.js +42 -0
- package/dist/api/base/questionnaire/save-questionnaire-response-request.d.ts +22 -0
- package/dist/api/base/questionnaire/save-questionnaire-response-request.js +33 -0
- package/dist/api/base/requests/index.d.ts +0 -2
- package/dist/api/base/requests/search-date.d.ts +0 -12
- package/dist/api/base/requests/search-reference.d.ts +1 -9
- package/dist/api/base/requests/search-string.d.ts +0 -6
- package/dist/api/base/requests/search-token.d.ts +0 -18
- package/dist/api/base/requests/search-token.js +17 -17
- package/dist/api/base/search/index.d.ts +5 -3
- package/dist/api/base/search/index.js +3 -1
- package/dist/api/base/search/request-connection-request.d.ts +24 -0
- package/dist/api/base/search/request-connection-request.js +3 -0
- package/dist/api/base/search/search-health-resources-request.d.ts +44 -33
- package/dist/api/base/search/search-health-resources-request.js +0 -3
- package/dist/api/base/search/search-manager.d.ts +42 -39
- package/dist/api/base/search/search-request.d.ts +84 -0
- package/dist/api/base/search/search-request.js +78 -0
- package/dist/api/base/support/create-support-comment-request.d.ts +13 -0
- package/dist/api/base/support/create-support-comment-request.js +18 -0
- package/dist/api/base/support/create-support-request-request.d.ts +22 -0
- package/dist/api/base/support/create-support-request-request.js +20 -0
- package/dist/api/base/support/delete-support-attachment-request.d.ts +11 -0
- package/dist/api/base/support/delete-support-attachment-request.js +14 -0
- package/dist/api/base/support/get-support-articles-request.d.ts +14 -0
- package/dist/api/base/support/get-support-articles-request.js +12 -0
- package/dist/api/base/support/get-support-attachment-request.d.ts +14 -0
- package/dist/api/base/support/get-support-attachment-request.js +18 -0
- package/dist/api/base/support/get-support-comments-request.d.ts +14 -0
- package/dist/api/base/support/get-support-comments-request.js +15 -0
- package/dist/api/base/support/get-support-requests-request.d.ts +16 -0
- package/dist/api/base/support/get-support-requests-request.js +14 -0
- package/dist/api/base/support/index.d.ts +9 -0
- package/dist/api/base/support/index.js +9 -0
- package/dist/api/base/support/support-manager.d.ts +78 -0
- package/dist/api/base/support/upload-support-attachment-request.d.ts +25 -0
- package/dist/api/base/support/upload-support-attachment-request.js +27 -0
- package/dist/api/base/user/create-consent-request.d.ts +1 -13
- package/dist/api/base/user/create-consent-request.js +5 -10
- package/dist/api/base/user/create-data-export-direct-download-url-request.d.ts +0 -9
- package/dist/api/base/user/create-data-export-direct-download-url-request.js +0 -3
- package/dist/api/base/user/create-verification-url-request.d.ts +0 -12
- package/dist/api/base/user/create-verification-url-request.js +0 -6
- package/dist/api/base/user/get-consents-request.d.ts +1 -19
- package/dist/api/base/user/get-consents-request.js +1 -13
- package/dist/api/base/user/index.d.ts +2 -1
- package/dist/api/base/user/types.d.ts +9 -0
- package/dist/api/base/user/types.js +17 -0
- package/dist/api/base/user/update-profile-request.d.ts +3 -11
- package/dist/api/base/user/update-profile-request.js +3 -5
- package/dist/api/base/user/user-manager.d.ts +49 -100
- package/dist/api/graphql-api/activity/{get-tasks-request-factory.d.ts → activity-request-factories.d.ts} +7 -0
- package/dist/api/graphql-api/activity/activity-request-factories.js +70 -0
- package/dist/api/graphql-api/activity/graphql-activity-manager.d.ts +8 -6
- package/dist/api/graphql-api/activity/graphql-activity-manager.js +30 -19
- package/dist/api/graphql-api/activity/index.d.ts +1 -1
- package/dist/api/graphql-api/activity/index.js +1 -1
- package/dist/api/graphql-api/connection/graphql-connection-manager.d.ts +9 -9
- package/dist/api/graphql-api/connection/graphql-connection-manager.js +5 -7
- package/dist/api/graphql-api/connection/graphql-get-member-connections-bwell-response-factory.d.ts +18 -0
- package/dist/api/graphql-api/connection/graphql-get-member-connections-bwell-response-factory.js +40 -0
- package/dist/api/graphql-api/connection/index.d.ts +1 -0
- package/dist/api/graphql-api/connection/index.js +1 -1
- package/dist/api/graphql-api/device/graphql-device-manager.d.ts +1 -2
- package/dist/api/graphql-api/device/graphql-device-manager.js +2 -4
- package/dist/api/graphql-api/errors/errors.js +1 -1
- package/dist/api/graphql-api/event/event-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/event/event-request-factory.js +11 -0
- package/dist/api/graphql-api/event/graphql-event-manager.d.ts +15 -0
- package/dist/api/graphql-api/event/graphql-event-manager.js +65 -0
- package/dist/api/graphql-api/event/index.d.ts +1 -0
- package/dist/api/graphql-api/event/index.js +1 -0
- package/dist/api/graphql-api/financial/graphql-coverages-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/financial/graphql-coverages-bwell-request-factory.js +17 -0
- package/dist/api/graphql-api/financial/{explanation-of-benefit-request-factory.d.ts → graphql-explanation-of-benefits-factory.d.ts} +3 -3
- package/dist/api/graphql-api/financial/graphql-explanation-of-benefits-factory.js +23 -0
- package/dist/api/graphql-api/financial/graphql-financial-manager.d.ts +12 -4
- package/dist/api/graphql-api/financial/graphql-financial-manager.js +19 -32
- package/dist/api/graphql-api/financial/index.d.ts +1 -3
- package/dist/api/graphql-api/financial/index.js +1 -3
- package/dist/api/graphql-api/graphql-api-provider.d.ts +14 -6
- package/dist/api/graphql-api/graphql-api-provider.js +7 -6
- package/dist/api/graphql-api/health-space/add-care-team-member-request-factory.d.ts +20 -0
- package/dist/api/graphql-api/health-space/add-care-team-member-request-factory.js +29 -0
- package/dist/api/graphql-api/health-space/add-care-team-members-request-factory.d.ts +16 -0
- package/dist/api/graphql-api/health-space/add-care-team-members-request-factory.js +23 -0
- package/dist/api/graphql-api/health-space/cancel-appointment-request-factory.js +2 -1
- package/dist/api/graphql-api/health-space/care-team-factory-utils.d.ts +23 -0
- package/dist/api/graphql-api/health-space/care-team-factory-utils.js +30 -0
- package/dist/api/graphql-api/health-space/care-team-members-request-factory.d.ts +12 -0
- package/dist/api/graphql-api/health-space/care-team-members-request-factory.js +17 -0
- package/dist/api/graphql-api/health-space/graphql-health-space-manager.d.ts +62 -5
- package/dist/api/graphql-api/health-space/graphql-health-space-manager.js +163 -9
- package/dist/api/graphql-api/health-space/index.d.ts +4 -0
- package/dist/api/graphql-api/health-space/index.js +4 -0
- package/dist/api/graphql-api/health-space/remove-care-team-member-request-factory.d.ts +16 -0
- package/dist/api/graphql-api/health-space/remove-care-team-member-request-factory.js +24 -0
- package/dist/api/graphql-api/health-space/update-care-team-member-request-factory.d.ts +16 -0
- package/dist/api/graphql-api/health-space/update-care-team-member-request-factory.js +20 -0
- package/dist/api/graphql-api/healthdata/graphql-diagnostic-reports-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/healthdata/graphql-diagnostic-reports-bwell-request-factory.js +12 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.d.ts +10 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.js +35 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.d.ts +10 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.js +35 -0
- package/dist/api/graphql-api/healthdata/graphql-health-manager.d.ts +41 -30
- package/dist/api/graphql-api/healthdata/graphql-health-manager.js +256 -311
- package/dist/api/graphql-api/healthdata/graphql-update-medication-statement-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/healthdata/graphql-update-medication-statement-request-factory.js +11 -0
- package/dist/api/graphql-api/identity/graphql-identity-manager.d.ts +1 -2
- package/dist/api/graphql-api/identity/graphql-identity-manager.js +3 -5
- package/dist/api/graphql-api/questionnaire/get-questionnaire-responses-request-factory.d.ts +9 -0
- package/dist/api/graphql-api/questionnaire/get-questionnaire-responses-request-factory.js +22 -0
- package/dist/api/graphql-api/questionnaire/get-questionnaires-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/questionnaire/get-questionnaires-request-factory.js +16 -0
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.d.ts +22 -4
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.js +69 -4
- package/dist/api/graphql-api/questionnaire/index.d.ts +2 -0
- package/dist/api/graphql-api/questionnaire/index.js +2 -0
- package/dist/api/graphql-api/search/connection-search-request-factory.d.ts +7 -0
- package/dist/api/graphql-api/search/connection-search-request-factory.js +21 -0
- package/dist/api/graphql-api/search/graphql-search-manager.d.ts +6 -4
- package/dist/api/graphql-api/search/graphql-search-manager.js +71 -9
- package/dist/api/graphql-api/search/index.d.ts +1 -0
- package/dist/api/graphql-api/search/index.js +1 -0
- package/dist/api/graphql-api/search/provider-search-request-factory.d.ts +7 -0
- package/dist/api/graphql-api/search/provider-search-request-factory.js +21 -0
- package/dist/api/graphql-api/search/request-connection-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/search/{submit-provider-for-review-request-factory.js → request-connection-request-factory.js} +1 -1
- package/dist/api/graphql-api/search/search-health-resources-request-factory.js +11 -12
- package/dist/api/graphql-api/search/search-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/search/search-request-factory.js +44 -0
- package/dist/api/graphql-api/support/create-support-comment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/create-support-comment-request-factory.js +12 -0
- package/dist/api/graphql-api/support/create-support-request-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/create-support-request-request-factory.js +19 -0
- package/dist/api/graphql-api/support/delete-support-attachment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/delete-support-attachment-request-factory.js +10 -0
- package/dist/api/graphql-api/support/get-support-articles-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-articles-bwell-request-factory.js +15 -0
- package/dist/api/graphql-api/support/get-support-attachment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-attachment-request-factory.js +11 -0
- package/dist/api/graphql-api/support/get-support-comments-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-comments-bwell-request-factory.js +14 -0
- package/dist/api/graphql-api/support/get-support-requests-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-requests-bwell-request-factory.js +16 -0
- package/dist/api/graphql-api/support/graphql-support-manager.d.ts +28 -0
- package/dist/api/graphql-api/support/graphql-support-manager.js +210 -0
- package/dist/api/graphql-api/support/index.d.ts +1 -0
- package/dist/api/graphql-api/support/index.js +1 -0
- package/dist/api/graphql-api/support/upload-support-attachment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/upload-support-attachment-request-factory.js +11 -0
- package/dist/api/graphql-api/user/create-data-export-direct-download-url-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/user/create-data-export-direct-download-url-request-factory.js +9 -0
- package/dist/api/graphql-api/user/get-consent-request-factory.d.ts +2 -1
- package/dist/api/graphql-api/user/get-consent-request-factory.js +1 -5
- package/dist/api/graphql-api/user/graphql-user-manager.d.ts +11 -10
- package/dist/api/graphql-api/user/graphql-user-manager.js +10 -11
- package/dist/api/graphql-api/user/update-profile-request-factory.js +2 -1
- package/dist/api/identity-manager-factory.js +1 -1
- package/dist/auth/auth-code-strategy.d.ts +1 -2
- package/dist/auth/auth-strategy.d.ts +1 -1
- package/dist/auth/credentials.d.ts +1 -1
- package/dist/auth/credentials.js +2 -2
- package/dist/auth/oauth-strategy.d.ts +1 -2
- package/dist/auth/username-password-strategy.d.ts +1 -2
- package/dist/auth/username-password-strategy.js +2 -2
- package/dist/bwell-sdk/bwell-sdk.d.ts +48 -319
- package/dist/bwell-sdk/bwell-sdk.js +53 -368
- package/dist/config/bwell-config.d.ts +12 -12
- package/dist/config/bwell-config.js +5 -2
- package/dist/config/sdk-config.d.ts +3 -2
- package/dist/config/sdk-config.js +6 -4
- package/dist/errors/authentication-error.d.ts +0 -7
- package/dist/errors/authentication-error.js +0 -7
- package/dist/errors/bwell-error.d.ts +2 -12
- package/dist/errors/bwell-error.js +2 -5
- package/dist/errors/illegal-argument-error.d.ts +0 -7
- package/dist/errors/illegal-argument-error.js +0 -7
- package/dist/errors/illegal-state-error.d.ts +0 -7
- package/dist/errors/illegal-state-error.js +0 -7
- package/dist/errors/invalid-client-key-error.d.ts +0 -7
- package/dist/errors/invalid-client-key-error.js +0 -7
- package/dist/errors/invalid-credentials-type-error.d.ts +0 -7
- package/dist/errors/invalid-credentials-type-error.js +0 -7
- package/dist/errors/invalid-token-error.d.ts +1 -4
- package/dist/errors/invalid-token-error.js +1 -4
- package/dist/errors/network-error.d.ts +0 -7
- package/dist/errors/network-error.js +0 -7
- package/dist/errors/operation-outcome-error.d.ts +1 -8
- package/dist/errors/operation-outcome-error.js +0 -7
- package/dist/errors/unknown-error.d.ts +0 -7
- package/dist/errors/unknown-error.js +0 -7
- package/dist/errors/validation-error.d.ts +0 -7
- package/dist/errors/validation-error.js +0 -7
- package/dist/graphql/operations/index.d.ts +315 -116
- package/dist/graphql/operations/index.js +2235 -1815
- package/dist/graphql/operations/types.d.ts +17800 -15757
- package/dist/graphql/schema.d.ts +5904 -68232
- package/dist/graphql/schema.js +484 -1
- package/dist/index.d.ts +5 -7
- package/dist/index.js +4 -5
- package/dist/language/language-manager.d.ts +10 -25
- package/dist/language/language-manager.js +0 -5
- package/dist/models/coding.d.ts +5 -0
- package/dist/models/fhir-error.d.ts +9 -0
- package/dist/models/index.d.ts +4 -12
- package/dist/models/index.js +4 -12
- package/dist/models/user.d.ts +4 -0
- package/dist/requests/paged-request.d.ts +0 -35
- package/dist/requests/paged-request.js +0 -22
- package/dist/requests/request.d.ts +0 -16
- package/dist/requests/request.js +0 -8
- package/dist/requests/validator.d.ts +0 -15
- package/dist/requests/validator.js +0 -7
- package/dist/results/bwell-query-result.d.ts +0 -5
- package/dist/results/bwell-query-result.js +0 -5
- package/dist/results/bwell-transaction-result.d.ts +3 -17
- package/dist/results/bwell-transaction-result.js +1 -15
- package/dist/results/index.d.ts +0 -1
- package/dist/results/index.js +0 -1
- package/dist/telemetry/open-telemetry-instrumentation.js +4 -1
- package/dist/tokens/index.d.ts +0 -2
- package/dist/tokens/index.js +0 -2
- package/dist/tokens/jwt-token-manager.d.ts +7 -3
- package/dist/tokens/jwt-token-manager.js +8 -9
- package/dist/tokens/token-storage.d.ts +0 -20
- package/dist/tokens/token-storage.js +0 -19
- package/dist/utils/date-utils.d.ts +6 -0
- package/dist/utils/date-utils.js +8 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/parsing-utils.d.ts +1 -11
- package/dist/utils/parsing-utils.js +1 -33
- package/package.json +19 -23
- package/dist/api/base/device/constants.d.ts +0 -3
- package/dist/api/base/device/constants.js +0 -3
- package/dist/api/base/health-data/health-data-response-factory.d.ts +0 -27
- package/dist/api/base/health-space/cancellation-reasons-request.d.ts +0 -28
- package/dist/api/base/requests/field-sort-order.d.ts +0 -11
- package/dist/api/base/search/submit-provider-for-review-request.d.ts +0 -33
- package/dist/api/base/search/submit-provider-for-review-request.js +0 -9
- package/dist/api/base/user/validators.d.ts +0 -5
- package/dist/api/base/user/validators.js +0 -13
- package/dist/api/graphql-api/activity/get-tasks-request-factory.js +0 -56
- package/dist/api/graphql-api/connection/connection-response-factory.d.ts +0 -7
- package/dist/api/graphql-api/connection/connection-response-factory.js +0 -101
- package/dist/api/graphql-api/financial/coverage-request-factory.d.ts +0 -9
- package/dist/api/graphql-api/financial/coverage-request-factory.js +0 -19
- package/dist/api/graphql-api/financial/explanation-of-benefit-request-factory.js +0 -19
- package/dist/api/graphql-api/healthdata/get-encounters-request-factory.d.ts +0 -7
- package/dist/api/graphql-api/healthdata/get-encounters-request-factory.js +0 -76
- package/dist/api/graphql-api/healthdata/get-medication-dispenses-request-factory.d.ts +0 -6
- package/dist/api/graphql-api/healthdata/get-medication-dispenses-request-factory.js +0 -25
- package/dist/api/graphql-api/healthdata/health-data-request-factory.d.ts +0 -18
- package/dist/api/graphql-api/healthdata/health-data-request-factory.js +0 -25
- package/dist/api/graphql-api/healthdata/health-data-response-factory.d.ts +0 -8
- package/dist/api/graphql-api/healthdata/health-data-response-factory.js +0 -58
- package/dist/api/graphql-api/search/submit-provider-for-review-request-factory.d.ts +0 -6
- package/dist/models/activity/index.d.ts +0 -1
- package/dist/models/activity/task.d.ts +0 -77
- package/dist/models/activity/task.js +0 -1
- package/dist/models/common/address.d.ts +0 -41
- package/dist/models/common/address.js +0 -1
- package/dist/models/common/annotation.d.ts +0 -18
- package/dist/models/common/annotation.js +0 -1
- package/dist/models/common/attachment.d.ts +0 -18
- package/dist/models/common/attachment.js +0 -1
- package/dist/models/common/bundle.d.ts +0 -83
- package/dist/models/common/bundle.js +0 -1
- package/dist/models/common/codeable-concept.d.ts +0 -17
- package/dist/models/common/codeable-concept.js +0 -1
- package/dist/models/common/coding.d.ts +0 -18
- package/dist/models/common/component.d.ts +0 -23
- package/dist/models/common/component.js +0 -1
- package/dist/models/common/contact-point.d.ts +0 -32
- package/dist/models/common/contact-point.js +0 -1
- package/dist/models/common/dispense-request.d.ts +0 -67
- package/dist/models/common/dispense-request.js +0 -1
- package/dist/models/common/dosage.d.ts +0 -68
- package/dist/models/common/dosage.js +0 -1
- package/dist/models/common/endpoint.d.ts +0 -23
- package/dist/models/common/endpoint.js +0 -1
- package/dist/models/common/expression.d.ts +0 -20
- package/dist/models/common/expression.js +0 -1
- package/dist/models/common/extension.d.ts +0 -49
- package/dist/models/common/extension.js +0 -1
- package/dist/models/common/fhir-error.d.ts +0 -23
- package/dist/models/common/human-name.d.ts +0 -20
- package/dist/models/common/human-name.js +0 -1
- package/dist/models/common/identifier.d.ts +0 -19
- package/dist/models/common/identifier.js +0 -1
- package/dist/models/common/index.d.ts +0 -38
- package/dist/models/common/index.js +0 -2
- package/dist/models/common/location.d.ts +0 -51
- package/dist/models/common/location.js +0 -1
- package/dist/models/common/medication.d.ts +0 -42
- package/dist/models/common/medication.js +0 -1
- package/dist/models/common/meta.d.ts +0 -21
- package/dist/models/common/meta.js +0 -1
- package/dist/models/common/money.d.ts +0 -15
- package/dist/models/common/money.js +0 -1
- package/dist/models/common/narrative.d.ts +0 -14
- package/dist/models/common/narrative.js +0 -1
- package/dist/models/common/operation-outcome.d.ts +0 -48
- package/dist/models/common/operation-outcome.js +0 -1
- package/dist/models/common/organization.d.ts +0 -46
- package/dist/models/common/organization.js +0 -1
- package/dist/models/common/paging-info.d.ts +0 -18
- package/dist/models/common/paging-info.js +0 -1
- package/dist/models/common/patient.d.ts +0 -13
- package/dist/models/common/patient.js +0 -1
- package/dist/models/common/period.d.ts +0 -14
- package/dist/models/common/period.js +0 -1
- package/dist/models/common/practitioner-role.d.ts +0 -42
- package/dist/models/common/practitioner-role.js +0 -1
- package/dist/models/common/practitioner.d.ts +0 -17
- package/dist/models/common/practitioner.js +0 -1
- package/dist/models/common/quantity.d.ts +0 -20
- package/dist/models/common/quantity.js +0 -1
- package/dist/models/common/range.d.ts +0 -15
- package/dist/models/common/range.js +0 -1
- package/dist/models/common/ratio.d.ts +0 -15
- package/dist/models/common/ratio.js +0 -1
- package/dist/models/common/reference-range.d.ts +0 -13
- package/dist/models/common/reference-range.js +0 -1
- package/dist/models/common/reference.d.ts +0 -27
- package/dist/models/common/reference.js +0 -1
- package/dist/models/common/related-person.d.ts +0 -34
- package/dist/models/common/related-person.js +0 -1
- package/dist/models/common/score.d.ts +0 -16
- package/dist/models/common/score.js +0 -1
- package/dist/models/common/service-request.d.ts +0 -21
- package/dist/models/common/service-request.js +0 -1
- package/dist/models/common/specimen.d.ts +0 -30
- package/dist/models/common/specimen.js +0 -7
- package/dist/models/common/timing.d.ts +0 -107
- package/dist/models/common/timing.js +0 -1
- package/dist/models/common/value.d.ts +0 -22
- package/dist/models/common/value.js +0 -1
- package/dist/models/connection/base-connection.d.ts +0 -27
- package/dist/models/connection/base-connection.js +0 -1
- package/dist/models/connection/connection-status.d.ts +0 -15
- package/dist/models/connection/connection-status.js +0 -1
- package/dist/models/connection/connection.d.ts +0 -32
- package/dist/models/connection/connection.js +0 -1
- package/dist/models/connection/data-source.d.ts +0 -27
- package/dist/models/connection/data-source.js +0 -1
- package/dist/models/connection/index.d.ts +0 -6
- package/dist/models/connection/index.js +0 -1
- package/dist/models/connection/member-connection.d.ts +0 -37
- package/dist/models/connection/member-connection.js +0 -1
- package/dist/models/connection/oauth-url.d.ts +0 -12
- package/dist/models/connection/oauth-url.js +0 -1
- package/dist/models/device/device-registration-results.d.ts +0 -12
- package/dist/models/device/device-registration-results.js +0 -1
- package/dist/models/device/index.d.ts +0 -1
- package/dist/models/device/index.js +0 -1
- package/dist/models/enums/category-code.d.ts +0 -11
- package/dist/models/enums/category-code.js +0 -13
- package/dist/models/enums/connection-category.d.ts +0 -9
- package/dist/models/enums/connection-category.js +0 -1
- package/dist/models/enums/consent-provision-type.d.ts +0 -11
- package/dist/models/enums/consent-provision-type.js +0 -2
- package/dist/models/enums/consent-status.d.ts +0 -11
- package/dist/models/enums/consent-status.js +0 -9
- package/dist/models/enums/data-connection-status.d.ts +0 -9
- package/dist/models/enums/data-connection-status.js +0 -1
- package/dist/models/enums/data-connection-type.d.ts +0 -9
- package/dist/models/enums/data-connection-type.js +0 -1
- package/dist/models/enums/data-set.d.ts +0 -10
- package/dist/models/enums/data-set.js +0 -1
- package/dist/models/enums/device-platform.d.ts +0 -11
- package/dist/models/enums/device-platform.js +0 -2
- package/dist/models/enums/endpoint-status.d.ts +0 -9
- package/dist/models/enums/endpoint-status.js +0 -1
- package/dist/models/enums/filter-field.d.ts +0 -9
- package/dist/models/enums/filter-field.js +0 -1
- package/dist/models/enums/gender.d.ts +0 -9
- package/dist/models/enums/gender.js +0 -1
- package/dist/models/enums/index.d.ts +0 -18
- package/dist/models/enums/index.js +0 -5
- package/dist/models/enums/log-level.d.ts +0 -8
- package/dist/models/enums/log-level.js +0 -1
- package/dist/models/enums/person-gender.d.ts +0 -11
- package/dist/models/enums/person-gender.js +0 -7
- package/dist/models/enums/search-context.d.ts +0 -10
- package/dist/models/enums/search-context.js +0 -1
- package/dist/models/enums/search-result-type.d.ts +0 -9
- package/dist/models/enums/search-result-type.js +0 -1
- package/dist/models/enums/sort-field.d.ts +0 -10
- package/dist/models/enums/sort-field.js +0 -1
- package/dist/models/enums/sort-order.d.ts +0 -9
- package/dist/models/enums/sort-order.js +0 -1
- package/dist/models/enums/sync-status.d.ts +0 -9
- package/dist/models/enums/sync-status.js +0 -1
- package/dist/models/financial/coverage-bundle.d.ts +0 -18
- package/dist/models/financial/coverage-bundle.js +0 -1
- package/dist/models/financial/coverage.d.ts +0 -65
- package/dist/models/financial/coverage.js +0 -1
- package/dist/models/financial/explanation-of-benefit-bundle.d.ts +0 -26
- package/dist/models/financial/explanation-of-benefit-bundle.js +0 -1
- package/dist/models/financial/explanation-of-benefit.d.ts +0 -274
- package/dist/models/financial/explanation-of-benefit.js +0 -1
- package/dist/models/financial/index.d.ts +0 -4
- package/dist/models/financial/index.js +0 -4
- package/dist/models/health-data/allergy-intolerance-bundle.d.ts +0 -11
- package/dist/models/health-data/allergy-intolerance-bundle.js +0 -1
- package/dist/models/health-data/allergy-intolerance-group.d.ts +0 -44
- package/dist/models/health-data/allergy-intolerance-group.js +0 -1
- package/dist/models/health-data/allergy-intolerance-reaction.d.ts +0 -23
- package/dist/models/health-data/allergy-intolerance-reaction.js +0 -1
- package/dist/models/health-data/allergy-intolerance.d.ts +0 -54
- package/dist/models/health-data/allergy-intolerance.js +0 -1
- package/dist/models/health-data/care-plan-group.d.ts +0 -42
- package/dist/models/health-data/care-plan-group.js +0 -1
- package/dist/models/health-data/care-plan.d.ts +0 -134
- package/dist/models/health-data/care-plan.js +0 -1
- package/dist/models/health-data/care-team.d.ts +0 -77
- package/dist/models/health-data/care-team.js +0 -1
- package/dist/models/health-data/condition-group.d.ts +0 -42
- package/dist/models/health-data/condition-group.js +0 -1
- package/dist/models/health-data/condition.d.ts +0 -104
- package/dist/models/health-data/condition.js +0 -1
- package/dist/models/health-data/diagnostic-report-lab-group.d.ts +0 -45
- package/dist/models/health-data/diagnostic-report-lab-group.js +0 -1
- package/dist/models/health-data/diagnostic-report.d.ts +0 -90
- package/dist/models/health-data/diagnostic-report.js +0 -1
- package/dist/models/health-data/encounter-group.d.ts +0 -48
- package/dist/models/health-data/encounter-group.js +0 -1
- package/dist/models/health-data/encounter.d.ts +0 -79
- package/dist/models/health-data/encounter.js +0 -1
- package/dist/models/health-data/health-summary.d.ts +0 -18
- package/dist/models/health-data/health-summary.js +0 -1
- package/dist/models/health-data/immunization-group.d.ts +0 -41
- package/dist/models/health-data/immunization-group.js +0 -1
- package/dist/models/health-data/immunization.d.ts +0 -150
- package/dist/models/health-data/immunization.js +0 -1
- package/dist/models/health-data/index.d.ts +0 -30
- package/dist/models/health-data/index.js +0 -1
- package/dist/models/health-data/lab-bundle.d.ts +0 -26
- package/dist/models/health-data/lab-bundle.js +0 -1
- package/dist/models/health-data/lab-group.d.ts +0 -51
- package/dist/models/health-data/lab-group.js +0 -1
- package/dist/models/health-data/lab-knowledge.d.ts +0 -28
- package/dist/models/health-data/lab-knowledge.js +0 -1
- package/dist/models/health-data/medication-dispense.d.ts +0 -108
- package/dist/models/health-data/medication-dispense.js +0 -1
- package/dist/models/health-data/medication-group.d.ts +0 -43
- package/dist/models/health-data/medication-group.js +0 -1
- package/dist/models/health-data/medication-knowledge.d.ts +0 -30
- package/dist/models/health-data/medication-knowledge.js +0 -1
- package/dist/models/health-data/medication-pricing.d.ts +0 -28
- package/dist/models/health-data/medication-pricing.js +0 -1
- package/dist/models/health-data/medication-request.d.ts +0 -107
- package/dist/models/health-data/medication-request.js +0 -1
- package/dist/models/health-data/medication-statement.d.ts +0 -68
- package/dist/models/health-data/medication-statement.js +0 -1
- package/dist/models/health-data/observation.d.ts +0 -102
- package/dist/models/health-data/observation.js +0 -1
- package/dist/models/health-data/procedure-group.d.ts +0 -43
- package/dist/models/health-data/procedure-group.js +0 -1
- package/dist/models/health-data/procedure.d.ts +0 -84
- package/dist/models/health-data/procedure.js +0 -1
- package/dist/models/health-data/vital-sign-bundle.d.ts +0 -18
- package/dist/models/health-data/vital-sign-bundle.js +0 -1
- package/dist/models/health-data/vital-sign-group.d.ts +0 -51
- package/dist/models/health-data/vital-sign-group.js +0 -1
- package/dist/models/health-space/appointment-bundle.d.ts +0 -11
- package/dist/models/health-space/appointment-bundle.js +0 -1
- package/dist/models/health-space/appointment-participant.d.ts +0 -17
- package/dist/models/health-space/appointment-participant.js +0 -1
- package/dist/models/health-space/appointment-update.d.ts +0 -14
- package/dist/models/health-space/appointment-update.js +0 -1
- package/dist/models/health-space/appointment.d.ts +0 -30
- package/dist/models/health-space/appointment.js +0 -1
- package/dist/models/health-space/cancellation-reasons.d.ts +0 -32
- package/dist/models/health-space/cancellation-reasons.js +0 -1
- package/dist/models/health-space/index.d.ts +0 -5
- package/dist/models/health-space/index.js +0 -1
- package/dist/models/identity/auth-tokens.d.ts +0 -25
- package/dist/models/identity/auth-tokens.js +0 -1
- package/dist/models/identity/create-guest-access-token-results.d.ts +0 -12
- package/dist/models/identity/create-guest-access-token-results.js +0 -1
- package/dist/models/identity/index.d.ts +0 -4
- package/dist/models/identity/index.js +0 -1
- package/dist/models/identity/refresh-token-results.d.ts +0 -8
- package/dist/models/identity/refresh-token-results.js +0 -1
- package/dist/models/identity/sdk-configuration-result.d.ts +0 -26
- package/dist/models/identity/sdk-configuration-result.js +0 -1
- package/dist/models/questionnaire/index.d.ts +0 -5
- package/dist/models/questionnaire/index.js +0 -1
- package/dist/models/questionnaire/questionnaire-item.d.ts +0 -38
- package/dist/models/questionnaire/questionnaire-item.js +0 -1
- package/dist/models/questionnaire/questionnaire-response-answer.d.ts +0 -33
- package/dist/models/questionnaire/questionnaire-response-answer.js +0 -1
- package/dist/models/questionnaire/questionnaire-response-item.d.ts +0 -19
- package/dist/models/questionnaire/questionnaire-response-item.js +0 -1
- package/dist/models/questionnaire/questionnaire-response.d.ts +0 -29
- package/dist/models/questionnaire/questionnaire-response.js +0 -1
- package/dist/models/questionnaire/questionnaire.d.ts +0 -30
- package/dist/models/questionnaire/questionnaire.js +0 -1
- package/dist/models/search/health-resources.d.ts +0 -133
- package/dist/models/search/health-resources.js +0 -1
- package/dist/models/search/index.d.ts +0 -2
- package/dist/models/search/index.js +0 -1
- package/dist/models/search/provider-review-result.d.ts +0 -15
- package/dist/models/search/provider-review-result.js +0 -1
- package/dist/models/user/consent.d.ts +0 -100
- package/dist/models/user/consent.js +0 -1
- package/dist/models/user/index.d.ts +0 -4
- package/dist/models/user/index.js +0 -1
- package/dist/models/user/person.d.ts +0 -43
- package/dist/models/user/person.js +0 -1
- package/dist/models/user/user.d.ts +0 -12
- package/dist/models/user/user.js +0 -1
- package/dist/models/user/verification-result.d.ts +0 -30
- package/dist/models/user/verification-result.js +0 -1
- package/dist/tokens/load-auth-tokens.d.ts +0 -6
- package/dist/tokens/load-auth-tokens.js +0 -43
- package/dist/tokens/token-manager.d.ts +0 -12
- package/dist/tokens/token-manager.js +0 -5
- package/dist/utils/search-token-utils.d.ts +0 -8
- package/dist/utils/search-token-utils.js +0 -23
- /package/dist/api/base/{health-data/health-data-response-factory.js → event/event-manager.js} +0 -0
- /package/dist/api/base/{requests/field-sort-order.js → support/support-manager.js} +0 -0
- /package/dist/models/{common/coding.js → coding.js} +0 -0
- /package/dist/models/{common/fhir-error.js → fhir-error.js} +0 -0
- /package/dist/{results → models}/operation-outcome.d.ts +0 -0
- /package/dist/{results → models}/operation-outcome.js +0 -0
- /package/dist/models/{activity/index.js → user.js} +0 -0
|
@@ -1,32 +1,50 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { ValidationError } from "../../../errors/index.js";
|
|
2
|
+
import { GetQuestionnaireResponsesQueryResults, GetQuestionnairesQueryResults, NextQuestionMutationResults, SaveQuestionnaireResponseMutationResults } from "../../../graphql/operations/types.js";
|
|
3
|
+
import { BWellQueryResult, BWellTransactionResult } from "../../../results/index.js";
|
|
4
4
|
import { BaseManagerError } from "../errors.js";
|
|
5
|
+
import { NextQuestionRequest } from "./next-question-request.js";
|
|
6
|
+
import { QuestionnaireResponsesRequest } from "./questionnaire-responses-request.js";
|
|
7
|
+
import { QuestionnairesRequest } from "./questionnaires-request.js";
|
|
8
|
+
import { SaveQuestionnaireResponseRequest } from "./save-questionnaire-response-request.js";
|
|
9
|
+
export type NextQuestionResults = NextQuestionMutationResults["nextQuestion"];
|
|
10
|
+
export type SaveQuestionnaireResponseResults = SaveQuestionnaireResponseMutationResults["saveQuestionnaireResponse"];
|
|
11
|
+
export type QuestionnaireResponsesResults = GetQuestionnaireResponsesQueryResults["questionnaireResponses"];
|
|
12
|
+
export type QuestionnairesResults = GetQuestionnairesQueryResults["questionnaires"];
|
|
5
13
|
/**
|
|
6
|
-
*
|
|
7
|
-
* Provides methods for managing questionnaire workflows and form processing.
|
|
8
|
-
* @title QuestionnaireManager
|
|
9
|
-
* @excerpt Questionnaire Manager for dynamic questionnaire processing and response handling
|
|
10
|
-
* @category Managers
|
|
14
|
+
* Interface representing a manager for handling operations related to questionnaires.
|
|
11
15
|
*/
|
|
12
16
|
export interface QuestionnaireManager {
|
|
13
17
|
/**
|
|
14
|
-
*
|
|
15
|
-
* Advances through dynamic questionnaire based on responses.
|
|
18
|
+
* Calls the nextQuestion mutation with the provided request.
|
|
16
19
|
* @experimental This method is experimental and may change in future releases.
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* questionnaireResponse: {
|
|
22
|
-
* resourceType: 'QuestionnaireResponse',
|
|
23
|
-
* status: 'in-progress',
|
|
24
|
-
* questionnaire: 'health-assessment',
|
|
25
|
-
* contained: []
|
|
26
|
-
* }
|
|
27
|
-
* })
|
|
28
|
-
* );
|
|
29
|
-
* ```
|
|
20
|
+
*
|
|
21
|
+
* @param request - The request object containing parameters for the mutation.
|
|
22
|
+
* @returns A promise that resolves to a `BWellTransactionResult` containing the mutation results
|
|
23
|
+
* or an error of type `BaseManagerError`.
|
|
30
24
|
*/
|
|
31
|
-
nextQuestion(request: NextQuestionRequest): Promise<BWellTransactionResult<
|
|
25
|
+
nextQuestion(request: NextQuestionRequest): Promise<BWellTransactionResult<NextQuestionResults, BaseManagerError>>;
|
|
26
|
+
/**
|
|
27
|
+
* Saves a questionnaire response.
|
|
28
|
+
*
|
|
29
|
+
* @param request - The request object containing the questionnaire response data to save.
|
|
30
|
+
* @returns A promise that resolves to a `BWellTransactionResult` containing the saved questionnaire response
|
|
31
|
+
* or an error of type `BaseManagerError`.
|
|
32
|
+
*/
|
|
33
|
+
saveQuestionnaireResponse(request: SaveQuestionnaireResponseRequest): Promise<BWellTransactionResult<SaveQuestionnaireResponseResults, BaseManagerError>>;
|
|
34
|
+
/**
|
|
35
|
+
* Retrieves questionnaire responses based on the provided request parameters.
|
|
36
|
+
*
|
|
37
|
+
* @param request - The request object containing parameters for filtering questionnaire responses.
|
|
38
|
+
* @returns A promise that resolves to a `BWellQueryResult` containing the questionnaire responses
|
|
39
|
+
* or an error of type `ValidationError` or `BaseManagerError`.
|
|
40
|
+
*/
|
|
41
|
+
getQuestionnaireResponses(request?: QuestionnaireResponsesRequest): Promise<BWellQueryResult<QuestionnaireResponsesResults, ValidationError | BaseManagerError>>;
|
|
42
|
+
/**
|
|
43
|
+
* Retrieves questionnaires based on provided request parameters.
|
|
44
|
+
*
|
|
45
|
+
* @param request - The request object containing parameters for filtering questionnaires.
|
|
46
|
+
* @returns A promise that resolves to a `BWellQueryResult` containing the questionnaires
|
|
47
|
+
* or an error of type `ValidationError` or `BaseManagerError`.
|
|
48
|
+
*/
|
|
49
|
+
getQuestionnaires(request?: QuestionnairesRequest): Promise<BWellQueryResult<QuestionnairesResults, ValidationError | BaseManagerError>>;
|
|
32
50
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SearchReference, TotalType } from "../../../graphql/schema.js";
|
|
2
|
+
import { ErrorsCollector, PagedRequest, PagedRequestInput, PagedRequestValidator } from "../../../requests/index.js";
|
|
3
|
+
import { SearchDate } from "../requests/search-date.js";
|
|
4
|
+
import { SearchString } from "../requests/search-string.js";
|
|
5
|
+
import { SearchToken } from "../requests/search-token.js";
|
|
6
|
+
export type QuestionnaireResponsesRequestInput = PagedRequestInput & {
|
|
7
|
+
id?: SearchString;
|
|
8
|
+
lastUpdated?: SearchDate;
|
|
9
|
+
sort?: string[];
|
|
10
|
+
questionnaire?: SearchReference;
|
|
11
|
+
status?: SearchToken;
|
|
12
|
+
patient?: SearchReference;
|
|
13
|
+
tag?: SearchToken;
|
|
14
|
+
total?: TotalType;
|
|
15
|
+
};
|
|
16
|
+
export declare class QuestionnaireResponsesRequestValidator extends PagedRequestValidator<QuestionnaireResponsesRequestInput> {
|
|
17
|
+
#private;
|
|
18
|
+
/**
|
|
19
|
+
* Validates the questionnaire responses request input data
|
|
20
|
+
* @param data - The input data to validate
|
|
21
|
+
* @param errors - Error collector for validation errors
|
|
22
|
+
*/
|
|
23
|
+
validate(data: QuestionnaireResponsesRequestInput, errors: ErrorsCollector): void;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Request object for fetching Questionnaire Responses
|
|
27
|
+
*/
|
|
28
|
+
export declare class QuestionnaireResponsesRequest extends PagedRequest<QuestionnaireResponsesRequestInput> {
|
|
29
|
+
protected validator: QuestionnaireResponsesRequestValidator;
|
|
30
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
2
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
3
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
4
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
5
|
+
};
|
|
6
|
+
var _QuestionnaireResponsesRequestValidator_searchDateValidator, _QuestionnaireResponsesRequestValidator_searchStringValidator, _QuestionnaireResponsesRequestValidator_searchTokenValidator;
|
|
7
|
+
import { PagedRequest, PagedRequestValidator, } from "../../../requests/index.js";
|
|
8
|
+
import { isNotNullOrUndefined } from "../../../utils/type-utils.js";
|
|
9
|
+
import { SearchDateValidator } from "../requests/search-date.js";
|
|
10
|
+
import { SearchStringValidator, } from "../requests/search-string.js";
|
|
11
|
+
import { SearchTokenValidator } from "../requests/search-token.js";
|
|
12
|
+
export class QuestionnaireResponsesRequestValidator extends PagedRequestValidator {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
_QuestionnaireResponsesRequestValidator_searchDateValidator.set(this, new SearchDateValidator());
|
|
16
|
+
_QuestionnaireResponsesRequestValidator_searchStringValidator.set(this, new SearchStringValidator());
|
|
17
|
+
_QuestionnaireResponsesRequestValidator_searchTokenValidator.set(this, new SearchTokenValidator());
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Validates the questionnaire responses request input data
|
|
21
|
+
* @param data - The input data to validate
|
|
22
|
+
* @param errors - Error collector for validation errors
|
|
23
|
+
*/
|
|
24
|
+
validate(data, errors) {
|
|
25
|
+
super.validate(data, errors);
|
|
26
|
+
if (isNotNullOrUndefined(data.id)) {
|
|
27
|
+
__classPrivateFieldGet(this, _QuestionnaireResponsesRequestValidator_searchStringValidator, "f").validate(data.id, errors);
|
|
28
|
+
}
|
|
29
|
+
if (isNotNullOrUndefined(data.lastUpdated)) {
|
|
30
|
+
__classPrivateFieldGet(this, _QuestionnaireResponsesRequestValidator_searchDateValidator, "f").validate(data.lastUpdated, errors);
|
|
31
|
+
}
|
|
32
|
+
if (isNotNullOrUndefined(data.status)) {
|
|
33
|
+
__classPrivateFieldGet(this, _QuestionnaireResponsesRequestValidator_searchTokenValidator, "f").validate(data.status, errors);
|
|
34
|
+
}
|
|
35
|
+
if (isNotNullOrUndefined(data.tag)) {
|
|
36
|
+
__classPrivateFieldGet(this, _QuestionnaireResponsesRequestValidator_searchTokenValidator, "f").validate(data.tag, errors);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
_QuestionnaireResponsesRequestValidator_searchDateValidator = new WeakMap(), _QuestionnaireResponsesRequestValidator_searchStringValidator = new WeakMap(), _QuestionnaireResponsesRequestValidator_searchTokenValidator = new WeakMap();
|
|
41
|
+
/**
|
|
42
|
+
* Request object for fetching Questionnaire Responses
|
|
43
|
+
*/
|
|
44
|
+
export class QuestionnaireResponsesRequest extends PagedRequest {
|
|
45
|
+
constructor() {
|
|
46
|
+
super(...arguments);
|
|
47
|
+
this.validator = new QuestionnaireResponsesRequestValidator();
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ErrorsCollector, PagedRequest, PagedRequestInput, PagedRequestValidator } from "../../../requests/index.js";
|
|
2
|
+
import { SearchString } from "../requests/search-string.js";
|
|
3
|
+
import { SearchToken } from "../requests/search-token.js";
|
|
4
|
+
export type QuestionnairesRequestInput = PagedRequestInput & {
|
|
5
|
+
id?: SearchString;
|
|
6
|
+
security?: SearchToken;
|
|
7
|
+
tag?: SearchToken;
|
|
8
|
+
sort?: string[];
|
|
9
|
+
context?: SearchToken;
|
|
10
|
+
identifier?: SearchToken;
|
|
11
|
+
};
|
|
12
|
+
export declare class QuestionnairesRequestValidator extends PagedRequestValidator<QuestionnairesRequestInput> {
|
|
13
|
+
#private;
|
|
14
|
+
validate(data: QuestionnairesRequestInput, errors: ErrorsCollector): void;
|
|
15
|
+
}
|
|
16
|
+
export declare class QuestionnairesRequest extends PagedRequest<QuestionnairesRequestInput> {
|
|
17
|
+
protected validator: QuestionnairesRequestValidator;
|
|
18
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
2
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
3
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
4
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
5
|
+
};
|
|
6
|
+
var _QuestionnairesRequestValidator_searchStringValidator, _QuestionnairesRequestValidator_searchTokenValidator;
|
|
7
|
+
import { PagedRequest, PagedRequestValidator, } from "../../../requests/index.js";
|
|
8
|
+
import { isNotNullOrUndefined } from "../../../utils/type-utils.js";
|
|
9
|
+
import { SearchStringValidator, } from "../requests/search-string.js";
|
|
10
|
+
import { SearchTokenValidator } from "../requests/search-token.js";
|
|
11
|
+
export class QuestionnairesRequestValidator extends PagedRequestValidator {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
_QuestionnairesRequestValidator_searchStringValidator.set(this, new SearchStringValidator());
|
|
15
|
+
_QuestionnairesRequestValidator_searchTokenValidator.set(this, new SearchTokenValidator());
|
|
16
|
+
}
|
|
17
|
+
validate(data, errors) {
|
|
18
|
+
super.validate(data, errors);
|
|
19
|
+
if (isNotNullOrUndefined(data.id)) {
|
|
20
|
+
__classPrivateFieldGet(this, _QuestionnairesRequestValidator_searchStringValidator, "f").validate(data.id, errors);
|
|
21
|
+
}
|
|
22
|
+
if (isNotNullOrUndefined(data.tag)) {
|
|
23
|
+
__classPrivateFieldGet(this, _QuestionnairesRequestValidator_searchTokenValidator, "f").validate(data.tag, errors);
|
|
24
|
+
}
|
|
25
|
+
if (isNotNullOrUndefined(data.security)) {
|
|
26
|
+
__classPrivateFieldGet(this, _QuestionnairesRequestValidator_searchTokenValidator, "f").validate(data.security, errors);
|
|
27
|
+
}
|
|
28
|
+
if (isNotNullOrUndefined(data.context)) {
|
|
29
|
+
__classPrivateFieldGet(this, _QuestionnairesRequestValidator_searchTokenValidator, "f").validate(data.context, errors);
|
|
30
|
+
}
|
|
31
|
+
if (isNotNullOrUndefined(data.identifier)) {
|
|
32
|
+
__classPrivateFieldGet(this, _QuestionnairesRequestValidator_searchTokenValidator, "f").validate(data.identifier, errors);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
_QuestionnairesRequestValidator_searchStringValidator = new WeakMap(), _QuestionnairesRequestValidator_searchTokenValidator = new WeakMap();
|
|
37
|
+
export class QuestionnairesRequest extends PagedRequest {
|
|
38
|
+
constructor() {
|
|
39
|
+
super(...arguments);
|
|
40
|
+
this.validator = new QuestionnairesRequestValidator();
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { SaveQuestionnaireResponseMutationVariables } from "../../../graphql/operations/types.js";
|
|
2
|
+
import { ErrorsCollector, ValidationRequest, Validator } from "../../../requests/index.js";
|
|
3
|
+
/**
|
|
4
|
+
* Input type for the `saveQuestionnaireResponse` mutation. Used to save questionnaire responses.
|
|
5
|
+
* @title SaveQuestionnaireResponseRequestInput
|
|
6
|
+
* @excerpt Input for saving questionnaire responses
|
|
7
|
+
* @category Inputs
|
|
8
|
+
*/
|
|
9
|
+
export type SaveQuestionnaireResponseRequestInput = SaveQuestionnaireResponseMutationVariables;
|
|
10
|
+
declare class SaveQuestionnaireResponseRequestValidator implements Validator<SaveQuestionnaireResponseRequestInput> {
|
|
11
|
+
validate(data: SaveQuestionnaireResponseRequestInput, errors: ErrorsCollector): void;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Request object for handling save questionnaire response mutations.
|
|
15
|
+
* @category Requests
|
|
16
|
+
* @title SaveQuestionnaireResponseRequest
|
|
17
|
+
* @excerpt Request object for handling save questionnaire response mutations
|
|
18
|
+
*/
|
|
19
|
+
export declare class SaveQuestionnaireResponseRequest extends ValidationRequest<SaveQuestionnaireResponseRequestInput> {
|
|
20
|
+
protected validator: SaveQuestionnaireResponseRequestValidator;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ValidationRequest, } from "../../../requests/index.js";
|
|
2
|
+
import { isNullOrUndefined, isNullOrUndefinedOrEmptyString, } from "../../../utils/type-utils.js";
|
|
3
|
+
class SaveQuestionnaireResponseRequestValidator {
|
|
4
|
+
validate(data, errors) {
|
|
5
|
+
const questionnaireResponse = data.questionnaireResponse;
|
|
6
|
+
if (isNullOrUndefined(questionnaireResponse)) {
|
|
7
|
+
errors.add("questionnaireResponse is required");
|
|
8
|
+
return;
|
|
9
|
+
}
|
|
10
|
+
if (isNullOrUndefinedOrEmptyString(questionnaireResponse.resourceType) ||
|
|
11
|
+
questionnaireResponse.resourceType !== "QuestionnaireResponse") {
|
|
12
|
+
errors.add('questionnaireResponse.resourceType must be "QuestionnaireResponse"');
|
|
13
|
+
}
|
|
14
|
+
if (isNullOrUndefinedOrEmptyString(questionnaireResponse.status)) {
|
|
15
|
+
errors.add("questionnaireResponse.status is required");
|
|
16
|
+
}
|
|
17
|
+
if (isNullOrUndefinedOrEmptyString(questionnaireResponse.questionnaire)) {
|
|
18
|
+
errors.add("questionnaireResponse.questionnaire is required");
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Request object for handling save questionnaire response mutations.
|
|
24
|
+
* @category Requests
|
|
25
|
+
* @title SaveQuestionnaireResponseRequest
|
|
26
|
+
* @excerpt Request object for handling save questionnaire response mutations
|
|
27
|
+
*/
|
|
28
|
+
export class SaveQuestionnaireResponseRequest extends ValidationRequest {
|
|
29
|
+
constructor() {
|
|
30
|
+
super(...arguments);
|
|
31
|
+
this.validator = new SaveQuestionnaireResponseRequestValidator();
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
export { SearchDate, SearchDateValue } from "./search-date.js";
|
|
2
2
|
export { SearchString } from "./search-string.js";
|
|
3
3
|
export { SearchToken, SearchTokenValue } from "./search-token.js";
|
|
4
|
-
export { SearchReference } from "./search-reference.js";
|
|
5
|
-
export type { FieldSortOrder } from "./field-sort-order.js";
|
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
import { ErrorsCollector, Validator } from "../../../requests/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Search criteria for date-based filtering. Supports various date comparison operators.
|
|
4
|
-
* @category Inputs
|
|
5
|
-
* @title SearchDate
|
|
6
|
-
* @excerpt Search criteria for date-based filtering
|
|
7
|
-
*/
|
|
8
2
|
export type SearchDate = {
|
|
9
3
|
values?: SearchDateValue[];
|
|
10
4
|
};
|
|
11
|
-
/**
|
|
12
|
-
* Date value with comparison operators for filtering (equals, greater than, less than, etc.).
|
|
13
|
-
* @category Inputs
|
|
14
|
-
* @title SearchDateValue
|
|
15
|
-
* @excerpt Date value with comparison operators
|
|
16
|
-
*/
|
|
17
5
|
export type SearchDateValue = {
|
|
18
6
|
equals?: Date;
|
|
19
7
|
notEquals?: Date;
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
+
import { SearchReference } from "../../../graphql/schema.js";
|
|
1
2
|
import { ErrorsCollector, Validator } from "../../../requests/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Search criteria used to filter reference fields.
|
|
4
|
-
* @category Inputs
|
|
5
|
-
* @title SearchReference
|
|
6
|
-
* @excerpt Search criteria for reference fields
|
|
7
|
-
*/
|
|
8
|
-
export type SearchReference = {
|
|
9
|
-
value?: string;
|
|
10
|
-
};
|
|
11
3
|
/**
|
|
12
4
|
* Error message for when reference value is empty
|
|
13
5
|
*/
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import { ErrorsCollector, Validator } from "../../../requests/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Search criteria for string-based filtering. Contains an array of string values to search for.
|
|
4
|
-
* @category Inputs
|
|
5
|
-
* @title SearchString
|
|
6
|
-
* @excerpt Search criteria for string-based filtering
|
|
7
|
-
*/
|
|
8
2
|
export type SearchString = {
|
|
9
3
|
values?: string[];
|
|
10
4
|
};
|
|
@@ -1,30 +1,12 @@
|
|
|
1
1
|
import { ErrorsCollector, Validator } from "../../../requests/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Token value with system, code, and display for structured search criteria.
|
|
4
|
-
* @category Inputs
|
|
5
|
-
* @title SearchTokenValue
|
|
6
|
-
* @excerpt Token value with system, code, and display
|
|
7
|
-
*/
|
|
8
2
|
export type SearchTokenValue = {
|
|
9
3
|
system?: string;
|
|
10
4
|
code?: string;
|
|
11
5
|
value?: string;
|
|
12
6
|
};
|
|
13
|
-
/**
|
|
14
|
-
* Negated search token value that extends SearchTokenValue with additional values array.
|
|
15
|
-
* @category Inputs
|
|
16
|
-
* @title NotSearchTokenValue
|
|
17
|
-
* @excerpt Negated search token value with values array
|
|
18
|
-
*/
|
|
19
7
|
export type NotSearchTokenValue = SearchTokenValue & {
|
|
20
8
|
values?: SearchTokenValue[];
|
|
21
9
|
};
|
|
22
|
-
/**
|
|
23
|
-
* Search criteria for token-based filtering. Supports single values, multiple values, or negation.
|
|
24
|
-
* @category Inputs
|
|
25
|
-
* @title SearchToken
|
|
26
|
-
* @excerpt Search criteria for token-based filtering
|
|
27
|
-
*/
|
|
28
10
|
export type SearchToken = {
|
|
29
11
|
values?: SearchTokenValue[];
|
|
30
12
|
value?: SearchTokenValue;
|
|
@@ -35,26 +35,26 @@ export class SearchTokenValidator {
|
|
|
35
35
|
for (const value of (_a = data.values) !== null && _a !== void 0 ? _a : []) {
|
|
36
36
|
__classPrivateFieldGet(this, _SearchTokenValidator_searchTokenValueValidator, "f").validate(value, errors);
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
// Add validation for notEquals
|
|
39
|
+
if (data.notEquals !== undefined) {
|
|
40
|
+
// Validate notEquals values array if present
|
|
41
|
+
if (data.notEquals.values !== undefined) {
|
|
42
|
+
if (data.notEquals.values.length === 0) {
|
|
43
|
+
errors.add("If notEquals values are provided, at least one Coding must be set");
|
|
44
|
+
return;
|
|
45
|
+
}
|
|
46
|
+
for (const value of data.notEquals.values) {
|
|
47
|
+
__classPrivateFieldGet(this, _SearchTokenValidator_searchTokenValueValidator, "f").validate(value, errors);
|
|
48
|
+
}
|
|
46
49
|
}
|
|
47
|
-
|
|
48
|
-
|
|
50
|
+
// Ensure at least one property is set in notEquals
|
|
51
|
+
if (data.notEquals.code === undefined &&
|
|
52
|
+
data.notEquals.value === undefined &&
|
|
53
|
+
data.notEquals.system === undefined &&
|
|
54
|
+
data.notEquals.values === undefined) {
|
|
55
|
+
errors.add("NotEquals must have at least one non-null property (code, value, system, or values)");
|
|
49
56
|
}
|
|
50
57
|
}
|
|
51
|
-
// Ensure at least one property is set in notEquals
|
|
52
|
-
if (data.notEquals.code === undefined &&
|
|
53
|
-
data.notEquals.value === undefined &&
|
|
54
|
-
data.notEquals.system === undefined &&
|
|
55
|
-
data.notEquals.values === undefined) {
|
|
56
|
-
errors.add("NotEquals must have at least one non-null property (code, value, system, or values)");
|
|
57
|
-
}
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
_SearchTokenValidator_searchTokenValueValidator = new WeakMap();
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
1
|
+
export { SearchContextEnum } from "../../../graphql/schema.js";
|
|
2
|
+
export type { SearchResults, RequestConnectionResults, SearchManager, SearchHealthResourcesResults, } from "./search-manager.js";
|
|
3
|
+
export { SearchRequest, SearchRequestInput, FilterField, OrganizationType, OrderBy, SortOrder, SortField, SearchPosition, } from "./search-request.js";
|
|
4
|
+
export { RequestConnectionRequestInput, RequestConnectionRequest, } from "./request-connection-request.js";
|
|
5
|
+
export { SearchHealthResourcesRequest, SearchHealthResourcesRequestInput, } from "./search-health-resources-request.js";
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { SearchContextEnum } from "../../../graphql/schema.js";
|
|
2
|
+
export { SearchRequest, } from "./search-request.js";
|
|
3
|
+
export { RequestConnectionRequest, } from "./request-connection-request.js";
|
|
2
4
|
export { SearchHealthResourcesRequest, } from "./search-health-resources-request.js";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { BaseRequest } from "../../../requests/index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Parameters for a connection request
|
|
4
|
+
*/
|
|
5
|
+
export type RequestConnectionRequestInput = {
|
|
6
|
+
/**
|
|
7
|
+
* Institution of the connection request
|
|
8
|
+
*/
|
|
9
|
+
institution?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Provider name of the connection request
|
|
12
|
+
*/
|
|
13
|
+
provider?: string;
|
|
14
|
+
/**
|
|
15
|
+
* State of the connection request
|
|
16
|
+
*/
|
|
17
|
+
state?: string;
|
|
18
|
+
/**
|
|
19
|
+
* City of the connection request
|
|
20
|
+
*/
|
|
21
|
+
city?: string;
|
|
22
|
+
};
|
|
23
|
+
export declare class RequestConnectionRequest extends BaseRequest<RequestConnectionRequestInput> {
|
|
24
|
+
}
|
|
@@ -1,12 +1,29 @@
|
|
|
1
|
-
import { OrderByInput, SearchFiltersInput, SearchLocation, UserInput } from "../../../graphql/schema.js";
|
|
2
|
-
import { DataSet, SearchContext, SortField } from "../../../models/enums/index.js";
|
|
1
|
+
import { ClientInput, FilterField as GraphQLFilterField, FilterFieldEnum as GraphQLFilterFieldEnum, OrganizationType as GraphQLOrganizationType, SortField as GraphQLSortField, SortOrder as GraphQLSortOrder, OrderByInput, SearchFiltersInput, SearchLocation, UserInput } from "../../../graphql/schema.js";
|
|
3
2
|
import { PagedRequest, PagedRequestInput, PagedRequestValidator } from "../../../requests/index.js";
|
|
4
|
-
import {
|
|
3
|
+
import { SearchContextEnum } from "./index.js";
|
|
4
|
+
/**
|
|
5
|
+
* Type representing the search filters for health resources.
|
|
6
|
+
*/
|
|
7
|
+
export type FilterField = `${GraphQLFilterField}`;
|
|
8
|
+
/**
|
|
9
|
+
* Type representing the organization type for health resources.
|
|
10
|
+
*/
|
|
11
|
+
export type OrganizationType = `${GraphQLOrganizationType}`;
|
|
12
|
+
/**
|
|
13
|
+
* Type representing the sort field for health resources.
|
|
14
|
+
* @experimental
|
|
15
|
+
*/
|
|
16
|
+
export type SortField = `${GraphQLSortField}`;
|
|
17
|
+
/**
|
|
18
|
+
* Type representing the sort order for health resources.
|
|
19
|
+
*/
|
|
20
|
+
export type SortOrder = `${GraphQLSortOrder}`;
|
|
21
|
+
/**
|
|
22
|
+
* Type representing the filter field enum for health resources.
|
|
23
|
+
*/
|
|
24
|
+
export type HealthResourcesFilter = `${GraphQLFilterFieldEnum}`;
|
|
5
25
|
/**
|
|
6
26
|
* The provider location to search by
|
|
7
|
-
* @category Inputs
|
|
8
|
-
* @title SearchPosition
|
|
9
|
-
* @excerpt Position coordinates for location-based searches
|
|
10
27
|
*/
|
|
11
28
|
export type SearchPosition = {
|
|
12
29
|
/**
|
|
@@ -24,38 +41,30 @@ export type SearchPosition = {
|
|
|
24
41
|
};
|
|
25
42
|
/**
|
|
26
43
|
* Type representing a provider search result sorting
|
|
27
|
-
* @category Inputs
|
|
28
|
-
* @title OrderBy
|
|
29
|
-
* @excerpt Sorting configuration for search results
|
|
30
44
|
*/
|
|
31
|
-
export type OrderBy =
|
|
32
|
-
/**
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
config?: string;
|
|
41
|
-
dataSets?: DataSet[];
|
|
45
|
+
export type OrderBy = {
|
|
46
|
+
/**
|
|
47
|
+
* The provider search field to sort by
|
|
48
|
+
*/
|
|
49
|
+
field?: SortField;
|
|
50
|
+
/**
|
|
51
|
+
* The direction to sort by
|
|
52
|
+
*/
|
|
53
|
+
order?: SortOrder;
|
|
42
54
|
};
|
|
43
55
|
/**
|
|
44
56
|
* Represents the parameters for a search request.
|
|
45
57
|
* @experimental
|
|
46
|
-
* @category Inputs
|
|
47
|
-
* @title SearchHealthResourcesRequestInput
|
|
48
|
-
* @excerpt Input parameters for searching health resources
|
|
49
58
|
*/
|
|
50
59
|
export type SearchHealthResourcesRequestInput = PagedRequestInput & {
|
|
51
60
|
/**
|
|
52
|
-
*
|
|
61
|
+
* The client configuration to search for health resources.
|
|
53
62
|
*/
|
|
54
|
-
client?:
|
|
63
|
+
client?: [ClientInput];
|
|
55
64
|
/**
|
|
56
65
|
* The filters to apply to the search.
|
|
57
66
|
*/
|
|
58
|
-
filters
|
|
67
|
+
filters: SearchFiltersInput;
|
|
59
68
|
/**
|
|
60
69
|
* Specifies order options for the search.
|
|
61
70
|
*/
|
|
@@ -65,10 +74,6 @@ export type SearchHealthResourcesRequestInput = PagedRequestInput & {
|
|
|
65
74
|
* This can be something like an organization name, location, address, or phone number.
|
|
66
75
|
*/
|
|
67
76
|
search?: string;
|
|
68
|
-
/**
|
|
69
|
-
* Context to be used for search.
|
|
70
|
-
*/
|
|
71
|
-
searchContext?: SearchContext;
|
|
72
77
|
/**
|
|
73
78
|
* The location to search health resources by.
|
|
74
79
|
*/
|
|
@@ -77,13 +82,19 @@ export type SearchHealthResourcesRequestInput = PagedRequestInput & {
|
|
|
77
82
|
* The user for whom the search is being performed.
|
|
78
83
|
*/
|
|
79
84
|
user?: UserInput;
|
|
85
|
+
/**
|
|
86
|
+
* Defines the context in which a search is being performed, which determines
|
|
87
|
+
* which configurations are applied to the search results.
|
|
88
|
+
*/
|
|
89
|
+
searchContext?: SearchContextEnum;
|
|
90
|
+
/**
|
|
91
|
+
* The filter keys for which dynamic filter values are requested.
|
|
92
|
+
*/
|
|
93
|
+
filterValues?: HealthResourcesFilter[];
|
|
80
94
|
};
|
|
81
95
|
/**
|
|
82
96
|
* Request for searching health resources.
|
|
83
97
|
* @experimental
|
|
84
|
-
* @category Requests
|
|
85
|
-
* @title SearchHealthResourcesRequest
|
|
86
|
-
* @excerpt Request class for searching health resources
|
|
87
98
|
*/
|
|
88
99
|
export declare class SearchHealthResourcesRequest extends PagedRequest<SearchHealthResourcesRequestInput> {
|
|
89
100
|
protected validator: PagedRequestValidator<SearchHealthResourcesRequestInput>;
|
|
@@ -2,9 +2,6 @@ import { PagedRequest, PagedRequestValidator, } from "../../../requests/index.js
|
|
|
2
2
|
/**
|
|
3
3
|
* Request for searching health resources.
|
|
4
4
|
* @experimental
|
|
5
|
-
* @category Requests
|
|
6
|
-
* @title SearchHealthResourcesRequest
|
|
7
|
-
* @excerpt Request class for searching health resources
|
|
8
5
|
*/
|
|
9
6
|
export class SearchHealthResourcesRequest extends PagedRequest {
|
|
10
7
|
constructor() {
|