@more-life/types-more-life-react 0.121.0 → 0.122.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/dist/dto/application/applicationEmbedded.dto.d.ts +2 -0
- package/dist/dto/application/applicationEmbedded.dto.js +8 -0
- package/dist/dto/application/applicationEmbedded.dto.js.map +1 -1
- package/dist/dto/block/blockEmbedded.dto.d.ts +2 -0
- package/dist/dto/block/blockEmbedded.dto.js +8 -0
- package/dist/dto/block/blockEmbedded.dto.js.map +1 -1
- package/dist/dto/survey/createSurvey.dto.d.ts +2 -0
- package/dist/dto/survey/createSurvey.dto.js +8 -0
- package/dist/dto/survey/createSurvey.dto.js.map +1 -1
- package/dist/dto/survey/survey.dto.d.ts +2 -0
- package/dist/dto/survey/survey.dto.js +8 -0
- package/dist/dto/survey/survey.dto.js.map +1 -1
- package/dist/dto/survey/updateSurvey.dto.d.ts +2 -0
- package/dist/dto/survey/updateSurvey.dto.js +8 -0
- package/dist/dto/survey/updateSurvey.dto.js.map +1 -1
- package/dist/dto/surveyResponse/createSurveyResponse.dto.d.ts +4 -0
- package/dist/dto/surveyResponse/createSurveyResponse.dto.js +28 -0
- package/dist/dto/surveyResponse/createSurveyResponse.dto.js.map +1 -1
- package/dist/dto/surveyResponse/surveyResponse.dto.d.ts +4 -0
- package/dist/dto/surveyResponse/surveyResponse.dto.js +28 -0
- package/dist/dto/surveyResponse/surveyResponse.dto.js.map +1 -1
- package/dist/dto/surveyResponse/surveyResponseEmbedded.dto.d.ts +1 -0
- package/dist/dto/surveyResponse/surveyResponseEmbedded.dto.js +7 -0
- package/dist/dto/surveyResponse/surveyResponseEmbedded.dto.js.map +1 -1
- package/dist/dto/surveyResponse/updateSurveyResponse.dto.d.ts +4 -0
- package/dist/dto/surveyResponse/updateSurveyResponse.dto.js +28 -0
- package/dist/dto/surveyResponse/updateSurveyResponse.dto.js.map +1 -1
- package/dist/enum/surveyAssessmentType.enum.d.ts +21 -0
- package/dist/enum/surveyAssessmentType.enum.js +26 -0
- package/dist/enum/surveyAssessmentType.enum.js.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ import { TherapySummaryDto } from '../therapySummary/therapySummary.dto';
|
|
|
9
9
|
import { GeridocPatientDto } from '../geridocPatient/geridocPatient.dto';
|
|
10
10
|
import { TherapyPlanDto } from '../therapyPlan/therapyPlan.dto';
|
|
11
11
|
import { TherapyGoalDto } from "../therapyGoal/therapyGoal.dto";
|
|
12
|
+
import { SurveyResponseDto } from '../surveyResponse/surveyResponse.dto';
|
|
12
13
|
export declare class ApplicationEmbeddedDto {
|
|
13
14
|
patientInfo?: PatientInfoDto;
|
|
14
15
|
extensions?: ExtensionDto[];
|
|
@@ -23,4 +24,5 @@ export declare class ApplicationEmbeddedDto {
|
|
|
23
24
|
geridocPatient?: GeridocPatientDto;
|
|
24
25
|
createdBy?: UserDto;
|
|
25
26
|
updatedBy?: UserDto;
|
|
27
|
+
assessments?: SurveyResponseDto[];
|
|
26
28
|
}
|
|
@@ -24,6 +24,7 @@ const therapySummary_dto_1 = require("../therapySummary/therapySummary.dto");
|
|
|
24
24
|
const geridocPatient_dto_1 = require("../geridocPatient/geridocPatient.dto");
|
|
25
25
|
const therapyPlan_dto_1 = require("../therapyPlan/therapyPlan.dto");
|
|
26
26
|
const therapyGoal_dto_1 = require("../therapyGoal/therapyGoal.dto");
|
|
27
|
+
const surveyResponse_dto_1 = require("../surveyResponse/surveyResponse.dto");
|
|
27
28
|
class ApplicationEmbeddedDto {
|
|
28
29
|
}
|
|
29
30
|
__decorate([
|
|
@@ -121,5 +122,12 @@ __decorate([
|
|
|
121
122
|
(0, class_transformer_1.Expose)(),
|
|
122
123
|
__metadata("design:type", user_dto_1.UserDto)
|
|
123
124
|
], ApplicationEmbeddedDto.prototype, "updatedBy", void 0);
|
|
125
|
+
__decorate([
|
|
126
|
+
(0, nestjs_1.ApiProperty)({ type: () => surveyResponse_dto_1.SurveyResponseDto, isArray: true, required: false }),
|
|
127
|
+
(0, class_transformer_1.Type)(() => surveyResponse_dto_1.SurveyResponseDto),
|
|
128
|
+
(0, class_validator_1.IsOptional)(),
|
|
129
|
+
(0, class_transformer_1.Expose)(),
|
|
130
|
+
__metadata("design:type", Array)
|
|
131
|
+
], ApplicationEmbeddedDto.prototype, "assessments", void 0);
|
|
124
132
|
exports.ApplicationEmbeddedDto = ApplicationEmbeddedDto;
|
|
125
133
|
//# sourceMappingURL=applicationEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/application/applicationEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,yDAAiD;AACjD,yCAA2C;AAC3C,sGAAkG;AAClG,gEAA4D;AAC5D,+CAA2C;AAC3C,8DAA0D;AAC1D,2EAAuE;AACvE,+FAA2F;AAC3F,uEAAmE;AACnE,6EAAyE;AACzE,6EAAyE;AACzE,oEAAgE;AAChE,oEAA8D;
|
|
1
|
+
{"version":3,"file":"applicationEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/application/applicationEmbedded.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,7 @@ import { PatientSummaryViewDto } from '../patient/patientSummaryView.dto';
|
|
|
8
8
|
import { GeridocAppointmentDto } from "../geridocAppointment/geridocAppointment.dto";
|
|
9
9
|
import { BlockApplicationViewDto } from './blockApplicationView.dto';
|
|
10
10
|
import { BlockEtaViewDto } from './blockEtaView.dto';
|
|
11
|
+
import { SurveyResponseDto } from '../surveyResponse/surveyResponse.dto';
|
|
11
12
|
export declare class BlockEmbeddedDto {
|
|
12
13
|
patientInfo?: PatientInfoDto;
|
|
13
14
|
therapistInfo?: TherapistInfoDto;
|
|
@@ -20,5 +21,6 @@ export declare class BlockEmbeddedDto {
|
|
|
20
21
|
updatedBy?: UserDto;
|
|
21
22
|
blockApplicationView?: BlockApplicationViewDto;
|
|
22
23
|
eta?: BlockEtaViewDto;
|
|
24
|
+
assessments?: SurveyResponseDto[];
|
|
23
25
|
static fromEntity(entity: any): BlockEmbeddedDto;
|
|
24
26
|
}
|
|
@@ -24,6 +24,7 @@ const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
|
24
24
|
const class_validator_1 = require("class-validator");
|
|
25
25
|
const blockApplicationView_dto_1 = require("./blockApplicationView.dto");
|
|
26
26
|
const blockEtaView_dto_1 = require("./blockEtaView.dto");
|
|
27
|
+
const surveyResponse_dto_1 = require("../surveyResponse/surveyResponse.dto");
|
|
27
28
|
class BlockEmbeddedDto {
|
|
28
29
|
static fromEntity(entity) {
|
|
29
30
|
return (0, convertAndValidate_1.convert)(BlockEmbeddedDto, entity);
|
|
@@ -106,5 +107,12 @@ __decorate([
|
|
|
106
107
|
(0, class_transformer_1.Expose)(),
|
|
107
108
|
__metadata("design:type", blockEtaView_dto_1.BlockEtaViewDto)
|
|
108
109
|
], BlockEmbeddedDto.prototype, "eta", void 0);
|
|
110
|
+
__decorate([
|
|
111
|
+
(0, nestjs_1.ApiProperty)({ type: () => surveyResponse_dto_1.SurveyResponseDto, isArray: true, required: false }),
|
|
112
|
+
(0, class_transformer_1.Type)(() => surveyResponse_dto_1.SurveyResponseDto),
|
|
113
|
+
(0, class_validator_1.IsOptional)(),
|
|
114
|
+
(0, class_transformer_1.Expose)(),
|
|
115
|
+
__metadata("design:type", Array)
|
|
116
|
+
], BlockEmbeddedDto.prototype, "assessments", void 0);
|
|
109
117
|
exports.BlockEmbeddedDto = BlockEmbeddedDto;
|
|
110
118
|
//# sourceMappingURL=blockEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blockEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/block/blockEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,gEAA4D;AAC5D,0EAAsE;AACtE,+CAA2C;AAC3C,+DAA2D;AAC3D,oEAAgE;AAChE,8DAA0D;AAC1D,8EAA0E;AAC1E,yFAAmF;AACnF,sEAAsD;AACtD,qDAA2C;AAC3C,yEAAqE;AACrE,yDAAqD;
|
|
1
|
+
{"version":3,"file":"blockEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/block/blockEmbedded.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
16
16
|
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
const surveyAssessmentType_enum_1 = require("../../enum/surveyAssessmentType.enum");
|
|
17
18
|
class CreateSurveyDto {
|
|
18
19
|
static fromPlain(object) {
|
|
19
20
|
return (0, convertAndValidate_1.convertAndValidate)(CreateSurveyDto, object);
|
|
@@ -25,5 +26,12 @@ __decorate([
|
|
|
25
26
|
(0, class_transformer_1.Expose)(),
|
|
26
27
|
__metadata("design:type", Object)
|
|
27
28
|
], CreateSurveyDto.prototype, "data", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ enum: surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum, required: false }),
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_validator_1.IsEnum)(surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum),
|
|
33
|
+
(0, class_transformer_1.Expose)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], CreateSurveyDto.prototype, "assessmentType", void 0);
|
|
28
36
|
exports.CreateSurveyDto = CreateSurveyDto;
|
|
29
37
|
//# sourceMappingURL=createSurvey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/createSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/createSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yCAA2C;AAC3C,sEAAmE;AACnE,yDAA2C;AAC3C,oFAAgF;AAEhF,MAAa,eAAe;IAYpB,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IACpD,CAAC;CACD;AAdA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;6CACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oDAAwB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oDAAwB,CAAC;IAChC,IAAA,0BAAM,GAAE;;uDACiC;AAV3C,0CAeC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SurveyEmbeddedDto } from './surveyEmbedded.dto';
|
|
2
|
+
import { SurveyAssessmentTypeEnum } from '../../enum/surveyAssessmentType.enum';
|
|
2
3
|
declare const SurveyDto_base: new () => {
|
|
3
4
|
createdAt: string;
|
|
4
5
|
updatedAt: string;
|
|
@@ -9,6 +10,7 @@ export declare class SurveyDto extends SurveyDto_base {
|
|
|
9
10
|
data: Record<string, any>;
|
|
10
11
|
createdById?: string;
|
|
11
12
|
updatedById?: string;
|
|
13
|
+
assessmentType?: SurveyAssessmentTypeEnum;
|
|
12
14
|
static fromEntity(entity: any): SurveyDto;
|
|
13
15
|
}
|
|
14
16
|
export {};
|
|
@@ -16,6 +16,7 @@ const nestjs_1 = require("../../nestjs");
|
|
|
16
16
|
const base_dto_1 = require("../generic/base.dto");
|
|
17
17
|
const surveyEmbedded_dto_1 = require("./surveyEmbedded.dto");
|
|
18
18
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
19
|
+
const surveyAssessmentType_enum_1 = require("../../enum/surveyAssessmentType.enum");
|
|
19
20
|
class SurveyDto extends (0, base_dto_1.BaseDto)(surveyEmbedded_dto_1.SurveyEmbeddedDto) {
|
|
20
21
|
static fromEntity(entity) {
|
|
21
22
|
return (0, convertAndValidate_1.convert)(SurveyDto, entity);
|
|
@@ -47,5 +48,12 @@ __decorate([
|
|
|
47
48
|
(0, class_transformer_1.Expose)(),
|
|
48
49
|
__metadata("design:type", String)
|
|
49
50
|
], SurveyDto.prototype, "updatedById", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, nestjs_1.ApiProperty)({ enum: surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum, required: false }),
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
(0, class_validator_1.IsEnum)(surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum),
|
|
55
|
+
(0, class_transformer_1.Expose)(),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], SurveyDto.prototype, "assessmentType", void 0);
|
|
50
58
|
exports.SurveyDto = SurveyDto;
|
|
51
59
|
//# sourceMappingURL=survey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"survey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/survey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"survey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/survey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAuE;AACvE,yCAA2C;AAC3C,kDAA8C;AAC9C,6DAAyD;AACzD,sEAAwD;AACxD,oFAAgF;AAEhF,MAAa,SAAU,SAAQ,IAAA,kBAAO,EAAC,sCAAiB,CAAC;IA6BjD,MAAM,CAAC,UAAU,CAAC,MAAW;QACnC,OAAO,IAAA,4BAAO,EAAC,SAAS,EAAE,MAAM,CAAC,CAAC;IACnC,CAAC;CACD;AA/BA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAM,GAAE;;qCACG;AAEZ;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;uCACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8CACY;AAErB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8CACY;AAErB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oDAAwB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oDAAwB,CAAC;IAChC,IAAA,0BAAM,GAAE;;iDACiC;AA3B3C,8BAgCC"}
|
|
@@ -14,6 +14,7 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const convertAndValidate_1 = require("../../util/convertAndValidate");
|
|
16
16
|
const class_transformer_1 = require("class-transformer");
|
|
17
|
+
const surveyAssessmentType_enum_1 = require("../../enum/surveyAssessmentType.enum");
|
|
17
18
|
class UpdateSurveyDto {
|
|
18
19
|
static fromPlain(object) {
|
|
19
20
|
return (0, convertAndValidate_1.convertAndValidate)(UpdateSurveyDto, object);
|
|
@@ -26,5 +27,12 @@ __decorate([
|
|
|
26
27
|
(0, class_transformer_1.Expose)(),
|
|
27
28
|
__metadata("design:type", Object)
|
|
28
29
|
], UpdateSurveyDto.prototype, "data", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ enum: surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum, required: false }),
|
|
32
|
+
(0, class_validator_1.IsOptional)(),
|
|
33
|
+
(0, class_validator_1.IsEnum)(surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum),
|
|
34
|
+
(0, class_transformer_1.Expose)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], UpdateSurveyDto.prototype, "assessmentType", void 0);
|
|
29
37
|
exports.UpdateSurveyDto = UpdateSurveyDto;
|
|
30
38
|
//# sourceMappingURL=updateSurvey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/updateSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateSurvey.dto.js","sourceRoot":"","sources":["../../../src/dto/survey/updateSurvey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yCAA2C;AAC3C,sEAAmE;AACnE,yDAA2C;AAC3C,oFAAgF;AAEhF,MAAa,eAAe;IAapB,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,eAAe,EAAE,MAAM,CAAC,CAAC;IACpD,CAAC;CACD;AAfA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;6CACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,oDAAwB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,oDAAwB,CAAC;IAChC,IAAA,0BAAM,GAAE;;uDACiC;AAX3C,0CAgBC"}
|
|
@@ -31,5 +31,33 @@ __decorate([
|
|
|
31
31
|
(0, class_transformer_1.Expose)(),
|
|
32
32
|
__metadata("design:type", String)
|
|
33
33
|
], CreateSurveyResponseDto.prototype, "patientInfoId", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
36
|
+
(0, class_validator_1.IsOptional)(),
|
|
37
|
+
(0, class_validator_1.IsUUID)(),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CreateSurveyResponseDto.prototype, "completedById", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
(0, class_validator_1.IsUUID)(),
|
|
45
|
+
(0, class_transformer_1.Expose)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], CreateSurveyResponseDto.prototype, "blockId", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
50
|
+
(0, class_validator_1.IsOptional)(),
|
|
51
|
+
(0, class_validator_1.IsUUID)(),
|
|
52
|
+
(0, class_transformer_1.Expose)(),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], CreateSurveyResponseDto.prototype, "applicationId", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
57
|
+
(0, class_validator_1.IsOptional)(),
|
|
58
|
+
(0, class_validator_1.IsString)(),
|
|
59
|
+
(0, class_transformer_1.Expose)(),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], CreateSurveyResponseDto.prototype, "comments", void 0);
|
|
34
62
|
exports.CreateSurveyResponseDto = CreateSurveyResponseDto;
|
|
35
63
|
//# sourceMappingURL=createSurveyResponse.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/createSurveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/createSurveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yCAA2C;AAC3C,sEAAmE;AACnE,yDAA2C;AAE3C,MAAa,uBAAuB;IAmC5B,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,uBAAuB,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;CACD;AArCA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;yDACS;AAElB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;wDACQ;AAEjB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;yDACS;AAjCnB,0DAsCC"}
|
|
@@ -13,6 +13,10 @@ export declare class SurveyResponseDto extends SurveyResponseDto_base {
|
|
|
13
13
|
surveyValidationErrors: SurveyValidationError[];
|
|
14
14
|
surveyId?: string;
|
|
15
15
|
patientInfoId?: string;
|
|
16
|
+
completedById?: string;
|
|
17
|
+
blockId?: string;
|
|
18
|
+
applicationId?: string;
|
|
19
|
+
comments?: string;
|
|
16
20
|
static fromEntity(entity: any): SurveyResponseDto;
|
|
17
21
|
}
|
|
18
22
|
export {};
|
|
@@ -65,5 +65,33 @@ __decorate([
|
|
|
65
65
|
(0, class_transformer_1.Expose)(),
|
|
66
66
|
__metadata("design:type", String)
|
|
67
67
|
], SurveyResponseDto.prototype, "patientInfoId", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
70
|
+
(0, class_validator_1.IsOptional)(),
|
|
71
|
+
(0, class_validator_1.IsUUID)(),
|
|
72
|
+
(0, class_transformer_1.Expose)(),
|
|
73
|
+
__metadata("design:type", String)
|
|
74
|
+
], SurveyResponseDto.prototype, "completedById", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
77
|
+
(0, class_validator_1.IsOptional)(),
|
|
78
|
+
(0, class_validator_1.IsUUID)(),
|
|
79
|
+
(0, class_transformer_1.Expose)(),
|
|
80
|
+
__metadata("design:type", String)
|
|
81
|
+
], SurveyResponseDto.prototype, "blockId", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
84
|
+
(0, class_validator_1.IsOptional)(),
|
|
85
|
+
(0, class_validator_1.IsUUID)(),
|
|
86
|
+
(0, class_transformer_1.Expose)(),
|
|
87
|
+
__metadata("design:type", String)
|
|
88
|
+
], SurveyResponseDto.prototype, "applicationId", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
91
|
+
(0, class_validator_1.IsOptional)(),
|
|
92
|
+
(0, class_validator_1.IsString)(),
|
|
93
|
+
(0, class_transformer_1.Expose)(),
|
|
94
|
+
__metadata("design:type", String)
|
|
95
|
+
], SurveyResponseDto.prototype, "comments", void 0);
|
|
68
96
|
exports.SurveyResponseDto = SurveyResponseDto;
|
|
69
97
|
//# sourceMappingURL=surveyResponse.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"surveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAQyB;AACzB,yCAA2C;AAC3C,kDAA8C;AAC9C,6EAAyE;AACzE,sEAAwD;AAGxD,MAAa,iBAAkB,SAAQ,IAAA,kBAAO,EAAC,sDAAyB,CAAC;IA8DjE,MAAM,CAAC,UAAU,CAAC,MAAW;QACnC,OAAO,IAAA,4BAAO,EAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;IAC3C,CAAC;CACD;AAhEA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAM,GAAE;;6CACG;AAEZ;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;+CACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;8DACoB;AAE7B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,2BAAS,GAAE;IACX,IAAA,0BAAM,GAAE;;kDACS;AAElB;IAAC,IAAA,oBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAM,GAAE;;iEACwC;AAEjD;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;mDACS;AAElB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;wDACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;wDACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;kDACQ;AAEjB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;wDACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;mDACS;AA5DnB,8CAiEC"}
|
|
@@ -46,5 +46,12 @@ __decorate([
|
|
|
46
46
|
(0, class_transformer_1.Expose)(),
|
|
47
47
|
__metadata("design:type", user_dto_1.UserDto)
|
|
48
48
|
], SurveyResponseEmbeddedDto.prototype, "updatedBy", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
51
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
(0, class_transformer_1.Expose)(),
|
|
54
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
55
|
+
], SurveyResponseEmbeddedDto.prototype, "completedBy", void 0);
|
|
49
56
|
exports.SurveyResponseEmbeddedDto = SurveyResponseEmbeddedDto;
|
|
50
57
|
//# sourceMappingURL=surveyResponseEmbedded.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveyResponseEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponseEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,yDAAiD;AACjD,yCAA2C;AAC3C,+CAA2C;AAC3C,gEAA4D;AAC5D,qDAAiD;
|
|
1
|
+
{"version":3,"file":"surveyResponseEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/surveyResponseEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,yDAAiD;AACjD,yCAA2C;AAC3C,+CAA2C;AAC3C,gEAA4D;AAC5D,qDAAiD;AAIjD,MAAa,yBAAyB;CA8BrC;AA7BA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,sBAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAS,CAAC;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACA,sBAAS;yDAAC;AAEnB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gCAAc,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACK,gCAAc;8DAAC;AAE7B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACG,kBAAO;4DAAC;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACG,kBAAO;4DAAC;AAEpB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;8BACK,kBAAO;8DAAC;AA7BvB,8DA8BC"}
|
|
@@ -8,5 +8,9 @@ export declare class UpdateSurveyResponseDto {
|
|
|
8
8
|
percentageCompleted?: number;
|
|
9
9
|
isValid?: boolean;
|
|
10
10
|
surveyValidationErrors?: SurveyValidationError[];
|
|
11
|
+
completedById?: string;
|
|
12
|
+
blockId?: string;
|
|
13
|
+
applicationId?: string;
|
|
14
|
+
comments?: string;
|
|
11
15
|
static fromPlain(object: any): UpdateSurveyResponseDto;
|
|
12
16
|
}
|
|
@@ -47,5 +47,33 @@ __decorate([
|
|
|
47
47
|
(0, class_transformer_1.Expose)(),
|
|
48
48
|
__metadata("design:type", Array)
|
|
49
49
|
], UpdateSurveyResponseDto.prototype, "surveyValidationErrors", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
(0, class_validator_1.IsUUID)(),
|
|
54
|
+
(0, class_transformer_1.Expose)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], UpdateSurveyResponseDto.prototype, "completedById", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
59
|
+
(0, class_validator_1.IsOptional)(),
|
|
60
|
+
(0, class_validator_1.IsUUID)(),
|
|
61
|
+
(0, class_transformer_1.Expose)(),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], UpdateSurveyResponseDto.prototype, "blockId", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
66
|
+
(0, class_validator_1.IsOptional)(),
|
|
67
|
+
(0, class_validator_1.IsUUID)(),
|
|
68
|
+
(0, class_transformer_1.Expose)(),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], UpdateSurveyResponseDto.prototype, "applicationId", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
73
|
+
(0, class_validator_1.IsOptional)(),
|
|
74
|
+
(0, class_validator_1.IsString)(),
|
|
75
|
+
(0, class_transformer_1.Expose)(),
|
|
76
|
+
__metadata("design:type", String)
|
|
77
|
+
], UpdateSurveyResponseDto.prototype, "comments", void 0);
|
|
50
78
|
exports.UpdateSurveyResponseDto = UpdateSurveyResponseDto;
|
|
51
79
|
//# sourceMappingURL=updateSurveyResponse.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/updateSurveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateSurveyResponse.dto.js","sourceRoot":"","sources":["../../../src/dto/surveyResponse/updateSurveyResponse.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yCAA2C;AAC3C,sEAAmE;AACnE,yDAA2C;AAQ3C,MAAa,uBAAuB;IAiD5B,MAAM,CAAC,SAAS,CAAC,MAAW;QAClC,OAAO,IAAA,uCAAkB,EAAC,uBAAuB,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;CACD;AAnDA;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;qDACkB;AAE3B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;oEACoB;AAE7B;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,0BAAM,GAAE;;wDACS;AAElB;IAAC,IAAA,oBAAW,EAAC,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAM,GAAE;;uEACwC;AAEjD;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;wDACQ;AAEjB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;8DACc;AAEvB;IAAC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;yDACS;AA/CnB,0DAoDC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum SurveyAssessmentTypeEnum {
|
|
2
|
+
BBS = "BBS",
|
|
3
|
+
DEMMI = "DEMMI",
|
|
4
|
+
MMSE = "MMSE",
|
|
5
|
+
SKT = "SKT",
|
|
6
|
+
CLOCK_DRAWING_TEST = "CLOCK_DRAWING_TEST",
|
|
7
|
+
BMI = "BMI",
|
|
8
|
+
WHO5 = "WHO5",
|
|
9
|
+
LACHS = "LACHS",
|
|
10
|
+
BARTHEL = "BARTHEL",
|
|
11
|
+
SINGER = "SINGER",
|
|
12
|
+
HANDKRAFTMESSUNG = "HANDKRAFTMESSUNG",
|
|
13
|
+
TUG = "TUG",
|
|
14
|
+
MNA = "MNA",
|
|
15
|
+
GDS = "GDS",
|
|
16
|
+
DEMTECT = "DEMTECT",
|
|
17
|
+
FES = "FES",
|
|
18
|
+
FES_EXPANDED = "FES_EXPANDED",
|
|
19
|
+
ORIDL = "ORIDL",
|
|
20
|
+
FOUR_DS = "4DS"
|
|
21
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SurveyAssessmentTypeEnum = void 0;
|
|
4
|
+
var SurveyAssessmentTypeEnum;
|
|
5
|
+
(function (SurveyAssessmentTypeEnum) {
|
|
6
|
+
SurveyAssessmentTypeEnum["BBS"] = "BBS";
|
|
7
|
+
SurveyAssessmentTypeEnum["DEMMI"] = "DEMMI";
|
|
8
|
+
SurveyAssessmentTypeEnum["MMSE"] = "MMSE";
|
|
9
|
+
SurveyAssessmentTypeEnum["SKT"] = "SKT";
|
|
10
|
+
SurveyAssessmentTypeEnum["CLOCK_DRAWING_TEST"] = "CLOCK_DRAWING_TEST";
|
|
11
|
+
SurveyAssessmentTypeEnum["BMI"] = "BMI";
|
|
12
|
+
SurveyAssessmentTypeEnum["WHO5"] = "WHO5";
|
|
13
|
+
SurveyAssessmentTypeEnum["LACHS"] = "LACHS";
|
|
14
|
+
SurveyAssessmentTypeEnum["BARTHEL"] = "BARTHEL";
|
|
15
|
+
SurveyAssessmentTypeEnum["SINGER"] = "SINGER";
|
|
16
|
+
SurveyAssessmentTypeEnum["HANDKRAFTMESSUNG"] = "HANDKRAFTMESSUNG";
|
|
17
|
+
SurveyAssessmentTypeEnum["TUG"] = "TUG";
|
|
18
|
+
SurveyAssessmentTypeEnum["MNA"] = "MNA";
|
|
19
|
+
SurveyAssessmentTypeEnum["GDS"] = "GDS";
|
|
20
|
+
SurveyAssessmentTypeEnum["DEMTECT"] = "DEMTECT";
|
|
21
|
+
SurveyAssessmentTypeEnum["FES"] = "FES";
|
|
22
|
+
SurveyAssessmentTypeEnum["FES_EXPANDED"] = "FES_EXPANDED";
|
|
23
|
+
SurveyAssessmentTypeEnum["ORIDL"] = "ORIDL";
|
|
24
|
+
SurveyAssessmentTypeEnum["FOUR_DS"] = "4DS";
|
|
25
|
+
})(SurveyAssessmentTypeEnum = exports.SurveyAssessmentTypeEnum || (exports.SurveyAssessmentTypeEnum = {}));
|
|
26
|
+
//# sourceMappingURL=surveyAssessmentType.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"surveyAssessmentType.enum.js","sourceRoot":"","sources":["../../src/enum/surveyAssessmentType.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAoBX;AApBD,WAAY,wBAAwB;IACnC,uCAAW,CAAA;IACX,2CAAe,CAAA;IACf,yCAAa,CAAA;IACb,uCAAW,CAAA;IACX,qEAAyC,CAAA;IACzC,uCAAW,CAAA;IACX,yCAAa,CAAA;IACb,2CAAe,CAAA;IACf,+CAAmB,CAAA;IACnB,6CAAiB,CAAA;IACjB,iEAAqC,CAAA;IACrC,uCAAW,CAAA;IACX,uCAAW,CAAA;IACX,uCAAW,CAAA;IACX,+CAAmB,CAAA;IACnB,uCAAW,CAAA;IACX,yDAA6B,CAAA;IAC7B,2CAAe,CAAA;IACf,2CAAe,CAAA;AAChB,CAAC,EApBW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAoBnC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -357,6 +357,7 @@ import { DiagnosisBodySideEnum } from './enum/diagnosisBodySide.enum';
|
|
|
357
357
|
import { DiagnosisTypeEnum } from './enum/diagnosisType.enum';
|
|
358
358
|
import { TherapySummaryTypeEnum } from './enum/therapySummaryType.enum';
|
|
359
359
|
import { TherapyGoalTypeEnum } from './enum/therapyGoalType.enum';
|
|
360
|
+
import { SurveyAssessmentTypeEnum } from './enum/surveyAssessmentType.enum';
|
|
360
361
|
import { TherapyGoalDto, TherapyGoalTargetDto } from './dto/therapyGoal/therapyGoal.dto';
|
|
361
362
|
import { TherapyGoalEmbeddedDto } from './dto/therapyGoal/therapyGoalEmbedded.dto';
|
|
362
363
|
import { CreateTherapyGoalDto } from './dto/therapyGoal/createTherapyGoal.dto';
|
|
@@ -371,4 +372,4 @@ import { GeridocAssessmentValueDto } from './dto/geridocAssessmentValue/geridocA
|
|
|
371
372
|
import { GeridocAssessmentValueEmbeddedDto } from './dto/geridocAssessmentValue/geridocAssessmentValueEmbedded.dto';
|
|
372
373
|
import { GenerateDocumentDto } from './dto/document/generateDocument.dto';
|
|
373
374
|
import { GenerateDocumentEmbeddedDto } from './dto/document/generateDocumentEmbedded.dto';
|
|
374
|
-
export { AddressDto, CreateAddressDto, UpdateAddressDto, GeolocationDto, ApplicationDto, ApplicationEmbeddedDto, ApplicationPageDto, CreateApplicationDto, UpdateApplicationDto, ApplicationInsuranceDto, ApplicationInsuranceEmbeddedDto, ApplicationInsurancePageDto, CreateApplicationInsuranceDto, UpdateApplicationInsuranceDto, BlackoutScheduleDto, BlackoutScheduleEmbeddedDto, BlackoutSchedulePageDto, CreateBlackoutScheduleDto, UpdateBlackoutScheduleDto, BlackoutTherapistDto, BlackoutTherapistEmbeddedDto, BlackoutTherapistPageDto, CreateBlackoutTherapistDto, UpdateBlackoutTherapistDto, BlockDto, BlockEmbeddedDto, BlockPageDto, CreateBlockDto, UpdateBlockDto, BlockCalculatedDto, ExtensionCalculatedDto, CommentDto, CommentEmbeddedDto, CommentPageDto, CreateCommentDto, UpdateCommentDto, CreateInsuranceCompanyDto, InsuranceCompanyDto, InsuranceCompanyEmbeddedDto, InsuranceCompanyPageDto, UpdateInsuranceCompanyDto, ContactInfoDto, ContactInfoEmbeddedDto, ContactInfoPageDto, CreateContactInfoDto, UpdateContactInfoDto, CreateDocumentDto, UpdateDocumentDto, DocumentDto, DocumentEmbeddedDto, DocumentPageDto, ExceptionDto, CreateExtensionDto, ExtensionDto, ExtensionEmbeddedDto, ExtensionPageDto, UpdateExtensionDto, CreateGeneralPractitionerInfoDto, GeneralPractitionerInfoDto, GeneralPractitionerInfoEmbeddedDto, GeneralPractitionerInfoPageDto, UpdateGeneralPractitionerInfoDto, BaseDto, CollectionFilterDto, FilterDto, PageDto, PageInfoDto, EmbeddedDto, CreateOptimizationDto, OptimizationDto, OptimizationBlockViewDto, OptimizationBlockViewEmbeddedDto, OptimizationUnsolvedBlockDto, OptimizationUnsolvedBlockEmbeddedDto, OptimizationUnsolvedBlockPageDto, OptimizationPageDto, OptimizationEmbeddedDto, UpdateOptimizationDto, OptimizedBlockDto, OptimizedBlockEmbeddedDto, OptimizedBlockPageDto, CreatePatientInfoDto, PatientInfoDto, PatientInfoEmbeddedDto, PatientInfoPageDto, UpdatePatientInfoDto, PatientSummaryViewDto, CreatePatientContactDto, PatientContactDto, PatientContactEmbeddedDto, PatientContactPageDto, UpdatePatientContactDto, CreateTherapistInfoDto, TherapistInfoDto, TherapistInfoEmbeddedDto, TherapistInfoPageDto, UpdateTherapistInfoDto, CreateTherapyPlanDto, TherapyPlanDto, TherapyPlanEmbeddedDto, TherapyPlanPageDto, UpdateTherapyPlanDto, RulesDto, CreateUserDto, UpdateUserDto, UserDto, UserEmbeddedDto, UserAzureJwtDataDto, UserPageDto, CreateUserAddressDto, UpdateUserAddressDto, UserAddressDto, UserAddressEmbeddedDto, UserAddressPageDto, CreateUserAddressScheduleDto, UpdateUserAddressScheduleDto, UserAddressScheduleDto, UserAddressScheduleEmbeddedDto, UserAddressSchedulePageDto, CreateWorkingHourDto, UpdateWorkingHourDto, WorkingHourDto, WorkingHourEmbeddedDto, WorkingHourPageDto, CreatePatientPractitionerDto, UpdatePatientPractitionerDto, PatientPractitionerDto, PatientPractitionerEmbeddedDto, PatientPractitionerPageDto, ComponentDto, ComponentHealthDto, HealthDto, BlackoutTimeDto, BlackoutTimePageDto, CreateTeamDto, UpdateTeamDto, TeamDto, TeamEmbeddedDto, TeamPageDto, RegionDto, RegionPageDto, RegionEmbeddedDto, CreateRegionDto, UpdateRegionDto, CrewDto, CrewEmbeddedDto, CreateCrewDto, UpdateCrewDto, CrewPageDto, CrewTherapistInfoDto, CreateCrewTherapistInfoDto, UpdateCrewTherapistInfoDto, CrewTherapistInfoEmbeddedDto, CrewTherapistInfoPageDto, LatestApplicationDto, LatestApplicationEmbeddedDto, CreateInsuranceContactInfoDto, InsuranceContactInfoDto, InsuranceContactInfoEmbeddedDto, InsuranceContactInfoPageDto, UpdateInsuranceContactInfoDto, BulkUpdateThreadDto, CreateThreadDto, ThreadDto, ThreadEmbeddedDto, ThreadPageDto, UpdateThreadDto, BulkUpdateWeeklyMeetingDto, CreateWeeklyMeetingDto, UpdateWeeklyMeetingDto, WeeklyMeetingDto, WeeklyMeetingEmbeddedDto, WeeklyMeetingPageDto, BulkUpdateSubscriptionDto, CreateSubscriptionDto, SubscriptionDto, SubscriptionEmbeddedDto, SubscriptionPageDto, UpdateSubscriptionDto, SubscriptionCalculatedDto, CareFacilityDto, CareFacilityPageDto, CreateCareFacilityDto, UpdateCareFacilityDto, BulkUpdateCareFacilityDto, BulkUpdateWorkingHourOverrideDto, CreateWorkingHourOverrideDto, UpdateWorkingHourOverrideDto, WorkingHourOverrideDto, WorkingHourOverridePageDto, WorkingHourOverrideEmbeddedDto, CareFacilityEmbeddedDto, CareFacilityAddressDto, CreateCareFacilityAddressDto, UpdateCareFacilityAddressDto, BulkUpdateCareFacilityAddressDto, CareFacilityAddressEmbeddedDto, CareFacilityAddressPageDto, UserNotificationTokenDto, UserNotificationTokenEmbeddedDto, CreateUserNotificationTokenDto, UserNotificationTokenPageDto, AppointmentIssueDto, AppointmentIssueEmbeddedDto, AppointmentIssuePageDto, CreateAppointmentIssueDto, UpdateAppointmentIssueDto, BulkUpdateAppointmentIssueDto, BulkUpdateApplicationDto, BulkUpdateApplicationInsuranceDto, BulkUpdateBlackoutScheduleDto, BulkUpdateBlackoutTherapistDto, BulkUpdateBlockDto, BulkUpdateCommentDto, BulkUpdateInsuranceCompanyDto, BulkUpdateContactInfoDto, BulkUpdateCrewDto, BulkUpdateCrewTherapistInfoDto, BulkUpdateDocumentDto, BulkUpdateExtensionDto, BulkUpdateGeneralPractitionerInfoDto, BulkUpdateInsuranceContactInfoDto, BulkUpdateOptimizationDto, BulkUpdatePatientInfoDto, BulkUpdatePatientContactDto, BulkUpdatePatientPractitionerDto, BulkUpdateRegionDto, BulkUpdateTeamDto, BulkUpdateTherapistInfoDto, BulkUpdateTherapyPlanDto, BulkUpdateUserAddressDto, BulkUpdateUserAddressScheduleDto, BulkUpdateWorkingHourDto, BulkUpdateUserDto, AppointmentIssueValidateDto, BulkUpdateChatBotDto, CreateChatBotDto, UpdateChatBotDto, ChatBotDto, ChatBotPageDto, ChatBotEmbeddedDto, PartialAcceptOptimizationDto, GetSupplyHealthDto, SupplyHealthDto, GeridocAppointmentDto, GeridocAppointmentEmbeddedDto, GeridocAppointmentPageDto, GeridocPatientDto, GeridocPatientEmbeddedDto, GeridocPatientPageDto, GeridocTherapyGoalDto, GeridocTherapyGoalEmbeddedDto, GeridocTherapyGoalPageDto, GeridocDiagnosisDto, GeridocDiagnosisEmbeddedDto, GeridocDiagnosisPageDto, GeridocMedicationDto, GeridocMedicationEmbeddedDto, GeridocMedicationPageDto, GeridocTherapistReportDto, GeridocTherapistReportEmbeddedDto, GeridocTherapistReportPageDto, TherapySummaryDto, TherapySummaryPageDto, TherapySummaryEmbeddedDto, UpdateTherapySummaryDto, BulkUpdateTherapySummaryDto, GeridocAssessmentDto, GeridocAssessmentEmbeddedDto, GeridocDoctorReportDto, GeridocDoctorReportEmbeddedDto, GeridocAssessmentValueDto, GeridocAssessmentValueEmbeddedDto, GenerateDocumentDto, GenerateDocumentEmbeddedDto, UserAddressTypeEnum, ApplicationStatusEnum, BlockStatusEnum, BlockTypeEnum, CareFacilityTypeEnum, CommentStatusEnum, CommunicationChannelEnum, CommentTypeEnum, ThreadTypeEnum, ContactTypeEnum, DisciplineEnum, InstitutionTypeEnum, ApplicationCareDegreeEnum, PatientOverallConditionTypeEnum, OptimizationStatusEnum, PatientStatusEnum, BlackoutRepeatFrequencyEnum, AddressRepeatFrequencyEnum, PractitionerTypeEnum, RoleEnum, SolverStatusEnum, AppointmentListRecipientEnum, ExtensionStatusEnum, WorkingHourTypeEnum, DocumentStatusEnum, DocumentTypeEnum, EmploymentTypeEnum, BlackoutTypeEnum, PrivatePatientInsuranceTypeEnum, SolverVersionEnum, AppointmentIssueStatusEnum, BlockCancellationReasonEnum, AppointmentIssueTypeEnum, BlockFollowUpFlagTypeEnum, TimeOfDayEnum, NursingHomeDto, NursingHomePageDto, CreateNursingHomeDto, UpdateNursingHomeDto, NursingHomeEmbeddedDto, BulkUpdateNursingHomeDto, CreateWardDto, UpdateWardDto, WardDto, WardPageDto, WardEmbeddedDto, BulkUpdateWardDto, CreateDiagnosisDto, UpdateDiagnosisDto, BulkUpdateDiagnosisDto, DiagnosisDto, DiagnosisPageDto, DiagnosisEmbeddedDto, CreateSurveyDto, UpdateSurveyDto, BulkUpdateSurveyDto, SurveyDto, SurveyPageDto, SurveyEmbeddedDto, CreateSurveyResponseDto, UpdateSurveyResponseDto, BulkUpdateSurveyResponseDto, SurveyResponseDto, SurveyResponsePageDto, SurveyResponseEmbeddedDto, SurveyValidationError, GeridocMedicationTypeEnum, DiagnosisBodySideEnum, DiagnosisTypeEnum, TherapySummaryTypeEnum, TherapyGoalTypeEnum, TherapyGoalDto, TherapyGoalTargetDto, TherapyGoalEmbeddedDto, CreateTherapyGoalDto, UpdateTherapyGoalDto, TherapyGoalPageDto, BulkUpdateTherapyGoalDto, ValidationException, convertAndValidate, IsBiggerThan, IsEmptyAttribute, IsRequiredFields, IsRequiredFieldValue, IsSmallerThan, Default, TransformEmbedded, TransformFloat, TransformInteger, TransformTotal, WardTypeEnum, VideoCallQuestionTypeEnum, VideoCallStatusEnum, VideoCallDto, VideoCallEmbeddedDto, VideoCallPageDto, VideoCallTokenDto, CreateVideoCallDto, UpdateVideoCallDto, BulkUpdateVideoCallDto, };
|
|
375
|
+
export { AddressDto, CreateAddressDto, UpdateAddressDto, GeolocationDto, ApplicationDto, ApplicationEmbeddedDto, ApplicationPageDto, CreateApplicationDto, UpdateApplicationDto, ApplicationInsuranceDto, ApplicationInsuranceEmbeddedDto, ApplicationInsurancePageDto, CreateApplicationInsuranceDto, UpdateApplicationInsuranceDto, BlackoutScheduleDto, BlackoutScheduleEmbeddedDto, BlackoutSchedulePageDto, CreateBlackoutScheduleDto, UpdateBlackoutScheduleDto, BlackoutTherapistDto, BlackoutTherapistEmbeddedDto, BlackoutTherapistPageDto, CreateBlackoutTherapistDto, UpdateBlackoutTherapistDto, BlockDto, BlockEmbeddedDto, BlockPageDto, CreateBlockDto, UpdateBlockDto, BlockCalculatedDto, ExtensionCalculatedDto, CommentDto, CommentEmbeddedDto, CommentPageDto, CreateCommentDto, UpdateCommentDto, CreateInsuranceCompanyDto, InsuranceCompanyDto, InsuranceCompanyEmbeddedDto, InsuranceCompanyPageDto, UpdateInsuranceCompanyDto, ContactInfoDto, ContactInfoEmbeddedDto, ContactInfoPageDto, CreateContactInfoDto, UpdateContactInfoDto, CreateDocumentDto, UpdateDocumentDto, DocumentDto, DocumentEmbeddedDto, DocumentPageDto, ExceptionDto, CreateExtensionDto, ExtensionDto, ExtensionEmbeddedDto, ExtensionPageDto, UpdateExtensionDto, CreateGeneralPractitionerInfoDto, GeneralPractitionerInfoDto, GeneralPractitionerInfoEmbeddedDto, GeneralPractitionerInfoPageDto, UpdateGeneralPractitionerInfoDto, BaseDto, CollectionFilterDto, FilterDto, PageDto, PageInfoDto, EmbeddedDto, CreateOptimizationDto, OptimizationDto, OptimizationBlockViewDto, OptimizationBlockViewEmbeddedDto, OptimizationUnsolvedBlockDto, OptimizationUnsolvedBlockEmbeddedDto, OptimizationUnsolvedBlockPageDto, OptimizationPageDto, OptimizationEmbeddedDto, UpdateOptimizationDto, OptimizedBlockDto, OptimizedBlockEmbeddedDto, OptimizedBlockPageDto, CreatePatientInfoDto, PatientInfoDto, PatientInfoEmbeddedDto, PatientInfoPageDto, UpdatePatientInfoDto, PatientSummaryViewDto, CreatePatientContactDto, PatientContactDto, PatientContactEmbeddedDto, PatientContactPageDto, UpdatePatientContactDto, CreateTherapistInfoDto, TherapistInfoDto, TherapistInfoEmbeddedDto, TherapistInfoPageDto, UpdateTherapistInfoDto, CreateTherapyPlanDto, TherapyPlanDto, TherapyPlanEmbeddedDto, TherapyPlanPageDto, UpdateTherapyPlanDto, RulesDto, CreateUserDto, UpdateUserDto, UserDto, UserEmbeddedDto, UserAzureJwtDataDto, UserPageDto, CreateUserAddressDto, UpdateUserAddressDto, UserAddressDto, UserAddressEmbeddedDto, UserAddressPageDto, CreateUserAddressScheduleDto, UpdateUserAddressScheduleDto, UserAddressScheduleDto, UserAddressScheduleEmbeddedDto, UserAddressSchedulePageDto, CreateWorkingHourDto, UpdateWorkingHourDto, WorkingHourDto, WorkingHourEmbeddedDto, WorkingHourPageDto, CreatePatientPractitionerDto, UpdatePatientPractitionerDto, PatientPractitionerDto, PatientPractitionerEmbeddedDto, PatientPractitionerPageDto, ComponentDto, ComponentHealthDto, HealthDto, BlackoutTimeDto, BlackoutTimePageDto, CreateTeamDto, UpdateTeamDto, TeamDto, TeamEmbeddedDto, TeamPageDto, RegionDto, RegionPageDto, RegionEmbeddedDto, CreateRegionDto, UpdateRegionDto, CrewDto, CrewEmbeddedDto, CreateCrewDto, UpdateCrewDto, CrewPageDto, CrewTherapistInfoDto, CreateCrewTherapistInfoDto, UpdateCrewTherapistInfoDto, CrewTherapistInfoEmbeddedDto, CrewTherapistInfoPageDto, LatestApplicationDto, LatestApplicationEmbeddedDto, CreateInsuranceContactInfoDto, InsuranceContactInfoDto, InsuranceContactInfoEmbeddedDto, InsuranceContactInfoPageDto, UpdateInsuranceContactInfoDto, BulkUpdateThreadDto, CreateThreadDto, ThreadDto, ThreadEmbeddedDto, ThreadPageDto, UpdateThreadDto, BulkUpdateWeeklyMeetingDto, CreateWeeklyMeetingDto, UpdateWeeklyMeetingDto, WeeklyMeetingDto, WeeklyMeetingEmbeddedDto, WeeklyMeetingPageDto, BulkUpdateSubscriptionDto, CreateSubscriptionDto, SubscriptionDto, SubscriptionEmbeddedDto, SubscriptionPageDto, UpdateSubscriptionDto, SubscriptionCalculatedDto, CareFacilityDto, CareFacilityPageDto, CreateCareFacilityDto, UpdateCareFacilityDto, BulkUpdateCareFacilityDto, BulkUpdateWorkingHourOverrideDto, CreateWorkingHourOverrideDto, UpdateWorkingHourOverrideDto, WorkingHourOverrideDto, WorkingHourOverridePageDto, WorkingHourOverrideEmbeddedDto, CareFacilityEmbeddedDto, CareFacilityAddressDto, CreateCareFacilityAddressDto, UpdateCareFacilityAddressDto, BulkUpdateCareFacilityAddressDto, CareFacilityAddressEmbeddedDto, CareFacilityAddressPageDto, UserNotificationTokenDto, UserNotificationTokenEmbeddedDto, CreateUserNotificationTokenDto, UserNotificationTokenPageDto, AppointmentIssueDto, AppointmentIssueEmbeddedDto, AppointmentIssuePageDto, CreateAppointmentIssueDto, UpdateAppointmentIssueDto, BulkUpdateAppointmentIssueDto, BulkUpdateApplicationDto, BulkUpdateApplicationInsuranceDto, BulkUpdateBlackoutScheduleDto, BulkUpdateBlackoutTherapistDto, BulkUpdateBlockDto, BulkUpdateCommentDto, BulkUpdateInsuranceCompanyDto, BulkUpdateContactInfoDto, BulkUpdateCrewDto, BulkUpdateCrewTherapistInfoDto, BulkUpdateDocumentDto, BulkUpdateExtensionDto, BulkUpdateGeneralPractitionerInfoDto, BulkUpdateInsuranceContactInfoDto, BulkUpdateOptimizationDto, BulkUpdatePatientInfoDto, BulkUpdatePatientContactDto, BulkUpdatePatientPractitionerDto, BulkUpdateRegionDto, BulkUpdateTeamDto, BulkUpdateTherapistInfoDto, BulkUpdateTherapyPlanDto, BulkUpdateUserAddressDto, BulkUpdateUserAddressScheduleDto, BulkUpdateWorkingHourDto, BulkUpdateUserDto, AppointmentIssueValidateDto, BulkUpdateChatBotDto, CreateChatBotDto, UpdateChatBotDto, ChatBotDto, ChatBotPageDto, ChatBotEmbeddedDto, PartialAcceptOptimizationDto, GetSupplyHealthDto, SupplyHealthDto, GeridocAppointmentDto, GeridocAppointmentEmbeddedDto, GeridocAppointmentPageDto, GeridocPatientDto, GeridocPatientEmbeddedDto, GeridocPatientPageDto, GeridocTherapyGoalDto, GeridocTherapyGoalEmbeddedDto, GeridocTherapyGoalPageDto, GeridocDiagnosisDto, GeridocDiagnosisEmbeddedDto, GeridocDiagnosisPageDto, GeridocMedicationDto, GeridocMedicationEmbeddedDto, GeridocMedicationPageDto, GeridocTherapistReportDto, GeridocTherapistReportEmbeddedDto, GeridocTherapistReportPageDto, TherapySummaryDto, TherapySummaryPageDto, TherapySummaryEmbeddedDto, UpdateTherapySummaryDto, BulkUpdateTherapySummaryDto, GeridocAssessmentDto, GeridocAssessmentEmbeddedDto, GeridocDoctorReportDto, GeridocDoctorReportEmbeddedDto, GeridocAssessmentValueDto, GeridocAssessmentValueEmbeddedDto, GenerateDocumentDto, GenerateDocumentEmbeddedDto, UserAddressTypeEnum, ApplicationStatusEnum, BlockStatusEnum, BlockTypeEnum, CareFacilityTypeEnum, CommentStatusEnum, CommunicationChannelEnum, CommentTypeEnum, ThreadTypeEnum, ContactTypeEnum, DisciplineEnum, InstitutionTypeEnum, ApplicationCareDegreeEnum, PatientOverallConditionTypeEnum, OptimizationStatusEnum, PatientStatusEnum, BlackoutRepeatFrequencyEnum, AddressRepeatFrequencyEnum, PractitionerTypeEnum, RoleEnum, SolverStatusEnum, AppointmentListRecipientEnum, ExtensionStatusEnum, WorkingHourTypeEnum, DocumentStatusEnum, DocumentTypeEnum, EmploymentTypeEnum, BlackoutTypeEnum, PrivatePatientInsuranceTypeEnum, SolverVersionEnum, AppointmentIssueStatusEnum, BlockCancellationReasonEnum, AppointmentIssueTypeEnum, BlockFollowUpFlagTypeEnum, TimeOfDayEnum, NursingHomeDto, NursingHomePageDto, CreateNursingHomeDto, UpdateNursingHomeDto, NursingHomeEmbeddedDto, BulkUpdateNursingHomeDto, CreateWardDto, UpdateWardDto, WardDto, WardPageDto, WardEmbeddedDto, BulkUpdateWardDto, CreateDiagnosisDto, UpdateDiagnosisDto, BulkUpdateDiagnosisDto, DiagnosisDto, DiagnosisPageDto, DiagnosisEmbeddedDto, CreateSurveyDto, UpdateSurveyDto, BulkUpdateSurveyDto, SurveyDto, SurveyPageDto, SurveyEmbeddedDto, CreateSurveyResponseDto, UpdateSurveyResponseDto, BulkUpdateSurveyResponseDto, SurveyResponseDto, SurveyResponsePageDto, SurveyResponseEmbeddedDto, SurveyValidationError, GeridocMedicationTypeEnum, DiagnosisBodySideEnum, DiagnosisTypeEnum, TherapySummaryTypeEnum, TherapyGoalTypeEnum, SurveyAssessmentTypeEnum, TherapyGoalDto, TherapyGoalTargetDto, TherapyGoalEmbeddedDto, CreateTherapyGoalDto, UpdateTherapyGoalDto, TherapyGoalPageDto, BulkUpdateTherapyGoalDto, ValidationException, convertAndValidate, IsBiggerThan, IsEmptyAttribute, IsRequiredFields, IsRequiredFieldValue, IsSmallerThan, Default, TransformEmbedded, TransformFloat, TransformInteger, TransformTotal, WardTypeEnum, VideoCallQuestionTypeEnum, VideoCallStatusEnum, VideoCallDto, VideoCallEmbeddedDto, VideoCallPageDto, VideoCallTokenDto, CreateVideoCallDto, UpdateVideoCallDto, BulkUpdateVideoCallDto, };
|
package/dist/index.js
CHANGED
|
@@ -9,8 +9,8 @@ exports.CrewTherapistInfoDto = exports.CrewPageDto = exports.UpdateCrewDto = exp
|
|
|
9
9
|
exports.UserNotificationTokenEmbeddedDto = exports.UserNotificationTokenDto = exports.CareFacilityAddressPageDto = exports.CareFacilityAddressEmbeddedDto = exports.BulkUpdateCareFacilityAddressDto = exports.UpdateCareFacilityAddressDto = exports.CreateCareFacilityAddressDto = exports.CareFacilityAddressDto = exports.CareFacilityEmbeddedDto = exports.WorkingHourOverrideEmbeddedDto = exports.WorkingHourOverridePageDto = exports.WorkingHourOverrideDto = exports.UpdateWorkingHourOverrideDto = exports.CreateWorkingHourOverrideDto = exports.BulkUpdateWorkingHourOverrideDto = exports.BulkUpdateCareFacilityDto = exports.UpdateCareFacilityDto = exports.CreateCareFacilityDto = exports.CareFacilityPageDto = exports.CareFacilityDto = exports.SubscriptionCalculatedDto = exports.UpdateSubscriptionDto = exports.SubscriptionPageDto = exports.SubscriptionEmbeddedDto = exports.SubscriptionDto = exports.CreateSubscriptionDto = exports.BulkUpdateSubscriptionDto = exports.WeeklyMeetingPageDto = exports.WeeklyMeetingEmbeddedDto = exports.WeeklyMeetingDto = exports.UpdateWeeklyMeetingDto = exports.CreateWeeklyMeetingDto = exports.BulkUpdateWeeklyMeetingDto = exports.UpdateThreadDto = exports.ThreadPageDto = exports.ThreadEmbeddedDto = exports.ThreadDto = exports.CreateThreadDto = exports.BulkUpdateThreadDto = exports.UpdateInsuranceContactInfoDto = exports.InsuranceContactInfoPageDto = exports.InsuranceContactInfoEmbeddedDto = exports.InsuranceContactInfoDto = exports.CreateInsuranceContactInfoDto = exports.LatestApplicationEmbeddedDto = exports.LatestApplicationDto = exports.CrewTherapistInfoPageDto = exports.CrewTherapistInfoEmbeddedDto = exports.UpdateCrewTherapistInfoDto = exports.CreateCrewTherapistInfoDto = void 0;
|
|
10
10
|
exports.GeridocPatientPageDto = exports.GeridocPatientEmbeddedDto = exports.GeridocPatientDto = exports.GeridocAppointmentPageDto = exports.GeridocAppointmentEmbeddedDto = exports.GeridocAppointmentDto = exports.SupplyHealthDto = exports.GetSupplyHealthDto = exports.PartialAcceptOptimizationDto = exports.ChatBotEmbeddedDto = exports.ChatBotPageDto = exports.ChatBotDto = exports.UpdateChatBotDto = exports.CreateChatBotDto = exports.BulkUpdateChatBotDto = exports.AppointmentIssueValidateDto = exports.BulkUpdateUserDto = exports.BulkUpdateWorkingHourDto = exports.BulkUpdateUserAddressScheduleDto = exports.BulkUpdateUserAddressDto = exports.BulkUpdateTherapyPlanDto = exports.BulkUpdateTherapistInfoDto = exports.BulkUpdateTeamDto = exports.BulkUpdateRegionDto = exports.BulkUpdatePatientPractitionerDto = exports.BulkUpdatePatientContactDto = exports.BulkUpdatePatientInfoDto = exports.BulkUpdateOptimizationDto = exports.BulkUpdateInsuranceContactInfoDto = exports.BulkUpdateGeneralPractitionerInfoDto = exports.BulkUpdateExtensionDto = exports.BulkUpdateDocumentDto = exports.BulkUpdateCrewTherapistInfoDto = exports.BulkUpdateCrewDto = exports.BulkUpdateContactInfoDto = exports.BulkUpdateInsuranceCompanyDto = exports.BulkUpdateCommentDto = exports.BulkUpdateBlockDto = exports.BulkUpdateBlackoutTherapistDto = exports.BulkUpdateBlackoutScheduleDto = exports.BulkUpdateApplicationInsuranceDto = exports.BulkUpdateApplicationDto = exports.BulkUpdateAppointmentIssueDto = exports.UpdateAppointmentIssueDto = exports.CreateAppointmentIssueDto = exports.AppointmentIssuePageDto = exports.AppointmentIssueEmbeddedDto = exports.AppointmentIssueDto = exports.UserNotificationTokenPageDto = exports.CreateUserNotificationTokenDto = void 0;
|
|
11
11
|
exports.DocumentStatusEnum = exports.WorkingHourTypeEnum = exports.ExtensionStatusEnum = exports.AppointmentListRecipientEnum = exports.SolverStatusEnum = exports.RoleEnum = exports.PractitionerTypeEnum = exports.AddressRepeatFrequencyEnum = exports.BlackoutRepeatFrequencyEnum = exports.PatientStatusEnum = exports.OptimizationStatusEnum = exports.PatientOverallConditionTypeEnum = exports.ApplicationCareDegreeEnum = exports.InstitutionTypeEnum = exports.DisciplineEnum = exports.ContactTypeEnum = exports.ThreadTypeEnum = exports.CommentTypeEnum = exports.CommunicationChannelEnum = exports.CommentStatusEnum = exports.CareFacilityTypeEnum = exports.BlockTypeEnum = exports.BlockStatusEnum = exports.ApplicationStatusEnum = exports.UserAddressTypeEnum = exports.GenerateDocumentEmbeddedDto = exports.GenerateDocumentDto = exports.GeridocAssessmentValueEmbeddedDto = exports.GeridocAssessmentValueDto = exports.GeridocDoctorReportEmbeddedDto = exports.GeridocDoctorReportDto = exports.GeridocAssessmentEmbeddedDto = exports.GeridocAssessmentDto = exports.BulkUpdateTherapySummaryDto = exports.UpdateTherapySummaryDto = exports.TherapySummaryEmbeddedDto = exports.TherapySummaryPageDto = exports.TherapySummaryDto = exports.GeridocTherapistReportPageDto = exports.GeridocTherapistReportEmbeddedDto = exports.GeridocTherapistReportDto = exports.GeridocMedicationPageDto = exports.GeridocMedicationEmbeddedDto = exports.GeridocMedicationDto = exports.GeridocDiagnosisPageDto = exports.GeridocDiagnosisEmbeddedDto = exports.GeridocDiagnosisDto = exports.GeridocTherapyGoalPageDto = exports.GeridocTherapyGoalEmbeddedDto = exports.GeridocTherapyGoalDto = void 0;
|
|
12
|
-
exports.
|
|
13
|
-
exports.BulkUpdateVideoCallDto = exports.UpdateVideoCallDto = exports.CreateVideoCallDto = exports.VideoCallTokenDto = exports.VideoCallPageDto = exports.VideoCallEmbeddedDto = exports.VideoCallDto = exports.VideoCallStatusEnum = exports.VideoCallQuestionTypeEnum = exports.WardTypeEnum = exports.TransformTotal = exports.TransformInteger = exports.TransformFloat = exports.TransformEmbedded = exports.Default = exports.IsSmallerThan = exports.IsRequiredFieldValue = exports.IsRequiredFields = exports.IsEmptyAttribute = exports.IsBiggerThan = exports.convertAndValidate = exports.ValidationException = exports.BulkUpdateTherapyGoalDto = exports.TherapyGoalPageDto = void 0;
|
|
12
|
+
exports.CreateTherapyGoalDto = exports.TherapyGoalEmbeddedDto = exports.TherapyGoalTargetDto = exports.TherapyGoalDto = exports.SurveyAssessmentTypeEnum = exports.TherapyGoalTypeEnum = exports.TherapySummaryTypeEnum = exports.DiagnosisTypeEnum = exports.DiagnosisBodySideEnum = exports.GeridocMedicationTypeEnum = exports.SurveyResponseEmbeddedDto = exports.SurveyResponsePageDto = exports.SurveyResponseDto = exports.BulkUpdateSurveyResponseDto = exports.UpdateSurveyResponseDto = exports.CreateSurveyResponseDto = exports.SurveyEmbeddedDto = exports.SurveyPageDto = exports.SurveyDto = exports.BulkUpdateSurveyDto = exports.UpdateSurveyDto = exports.CreateSurveyDto = exports.DiagnosisEmbeddedDto = exports.DiagnosisPageDto = exports.DiagnosisDto = exports.BulkUpdateDiagnosisDto = exports.UpdateDiagnosisDto = exports.CreateDiagnosisDto = exports.BulkUpdateWardDto = exports.WardEmbeddedDto = exports.WardPageDto = exports.WardDto = exports.UpdateWardDto = exports.CreateWardDto = exports.BulkUpdateNursingHomeDto = exports.NursingHomeEmbeddedDto = exports.UpdateNursingHomeDto = exports.CreateNursingHomeDto = exports.NursingHomePageDto = exports.NursingHomeDto = exports.TimeOfDayEnum = exports.BlockFollowUpFlagTypeEnum = exports.AppointmentIssueTypeEnum = exports.BlockCancellationReasonEnum = exports.AppointmentIssueStatusEnum = exports.SolverVersionEnum = exports.PrivatePatientInsuranceTypeEnum = exports.BlackoutTypeEnum = exports.EmploymentTypeEnum = exports.DocumentTypeEnum = void 0;
|
|
13
|
+
exports.BulkUpdateVideoCallDto = exports.UpdateVideoCallDto = exports.CreateVideoCallDto = exports.VideoCallTokenDto = exports.VideoCallPageDto = exports.VideoCallEmbeddedDto = exports.VideoCallDto = exports.VideoCallStatusEnum = exports.VideoCallQuestionTypeEnum = exports.WardTypeEnum = exports.TransformTotal = exports.TransformInteger = exports.TransformFloat = exports.TransformEmbedded = exports.Default = exports.IsSmallerThan = exports.IsRequiredFieldValue = exports.IsRequiredFields = exports.IsEmptyAttribute = exports.IsBiggerThan = exports.convertAndValidate = exports.ValidationException = exports.BulkUpdateTherapyGoalDto = exports.TherapyGoalPageDto = exports.UpdateTherapyGoalDto = void 0;
|
|
14
14
|
const address_dto_1 = require("./dto/address/address.dto");
|
|
15
15
|
Object.defineProperty(exports, "AddressDto", { enumerable: true, get: function () { return address_dto_1.AddressDto; } });
|
|
16
16
|
const geolocation_dto_1 = require("./dto/address/geolocation.dto");
|
|
@@ -729,6 +729,8 @@ const therapySummaryType_enum_1 = require("./enum/therapySummaryType.enum");
|
|
|
729
729
|
Object.defineProperty(exports, "TherapySummaryTypeEnum", { enumerable: true, get: function () { return therapySummaryType_enum_1.TherapySummaryTypeEnum; } });
|
|
730
730
|
const therapyGoalType_enum_1 = require("./enum/therapyGoalType.enum");
|
|
731
731
|
Object.defineProperty(exports, "TherapyGoalTypeEnum", { enumerable: true, get: function () { return therapyGoalType_enum_1.TherapyGoalTypeEnum; } });
|
|
732
|
+
const surveyAssessmentType_enum_1 = require("./enum/surveyAssessmentType.enum");
|
|
733
|
+
Object.defineProperty(exports, "SurveyAssessmentTypeEnum", { enumerable: true, get: function () { return surveyAssessmentType_enum_1.SurveyAssessmentTypeEnum; } });
|
|
732
734
|
const therapyGoal_dto_1 = require("./dto/therapyGoal/therapyGoal.dto");
|
|
733
735
|
Object.defineProperty(exports, "TherapyGoalDto", { enumerable: true, get: function () { return therapyGoal_dto_1.TherapyGoalDto; } });
|
|
734
736
|
Object.defineProperty(exports, "TherapyGoalTargetDto", { enumerable: true, get: function () { return therapyGoal_dto_1.TherapyGoalTargetDto; } });
|