grapp-common-se 0.6.252 → 0.6.254
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/orders/order.d.ts +70 -66
- package/package.json +1 -1
package/dist/orders/order.d.ts
CHANGED
|
@@ -8,88 +8,92 @@ import { UserType } from '../users/user';
|
|
|
8
8
|
import { Resource, Timestamp } from '3a-common';
|
|
9
9
|
export interface Order extends Resource {
|
|
10
10
|
_id?: string;
|
|
11
|
-
file?: string[] | (File | InnerFile)[];
|
|
12
|
-
cups?: CUPS;
|
|
13
|
-
cie10?: CIE10;
|
|
14
|
-
estimatedTime?: number;
|
|
15
|
-
executedDate?: Timestamp;
|
|
16
|
-
expirationDate?: Timestamp;
|
|
17
|
-
isPrerequisite?: boolean;
|
|
18
|
-
duplicated?: Boolean | boolean;
|
|
19
|
-
duplicatedCupsOrder?: Boolean | boolean;
|
|
20
|
-
isAuthorized?: boolean;
|
|
21
|
-
executors?: User[];
|
|
22
|
-
status?: OrderStatus;
|
|
23
|
-
generalStatus?: GeneralOrderStatus;
|
|
24
|
-
comments?: OrderComment[];
|
|
25
|
-
authorizationDate?: Timestamp;
|
|
26
11
|
agenda?: AgendaEvent[];
|
|
12
|
+
ambit?: string;
|
|
13
|
+
ammount?: string;
|
|
14
|
+
anesthesiologyDate?: any;
|
|
15
|
+
anesthesiologyStatus?: AnesthesiologyStates;
|
|
27
16
|
appointmentAddress?: string;
|
|
28
|
-
completeAppointmentAddress?: string;
|
|
29
17
|
appointmentDate?: Timestamp;
|
|
30
18
|
appointmentDateWithoutHour?: Timestamp;
|
|
31
19
|
appointmentTime?: string;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
20
|
+
authAsistant?: boolean;
|
|
21
|
+
authorizationDate?: Timestamp;
|
|
22
|
+
authorizationExpirationDate?: any;
|
|
23
|
+
authorizationNumber?: any;
|
|
24
|
+
buyCost?: number;
|
|
35
25
|
cancelationReason?: string;
|
|
26
|
+
cie10?: CIE10;
|
|
27
|
+
commentJustification?: string;
|
|
28
|
+
comments?: OrderComment[];
|
|
29
|
+
completeAppointmentAddress?: string;
|
|
30
|
+
controlDate?: any;
|
|
31
|
+
cups?: CUPS;
|
|
32
|
+
createdAt?: number;
|
|
33
|
+
dateAssingsExecutors?: number;
|
|
34
|
+
daysDeferred?: number;
|
|
35
|
+
DateAndHourCreatedByGestor?: Timestamp | Date;
|
|
36
|
+
deferredDate?: number;
|
|
36
37
|
deferredReason?: string;
|
|
38
|
+
deletedExecutorsTime?: number;
|
|
39
|
+
doctorAssingDate?: Timestamp;
|
|
40
|
+
duplicated?: Boolean | boolean;
|
|
41
|
+
duplicatedCupsOrder?: Boolean | boolean;
|
|
42
|
+
erp?: Eps;
|
|
43
|
+
estimatedTime?: number;
|
|
44
|
+
estimatedTimeMonth: number;
|
|
45
|
+
executedDate?: Timestamp;
|
|
46
|
+
executedReason?: string;
|
|
47
|
+
executors?: User[];
|
|
48
|
+
executionDate?: number;
|
|
49
|
+
executorAssignedBy?: string[];
|
|
50
|
+
expirationDate?: Timestamp;
|
|
51
|
+
file?: string[] | (File | InnerFile)[];
|
|
52
|
+
generalStatus?: GeneralOrderStatus;
|
|
53
|
+
group?: GroupReduced[];
|
|
54
|
+
haveCups?: any;
|
|
55
|
+
headquarters?: string;
|
|
56
|
+
id?: string;
|
|
57
|
+
idProcedimiento?: string;
|
|
58
|
+
isAuthorized?: boolean;
|
|
37
59
|
isOrphan?: boolean;
|
|
38
|
-
|
|
60
|
+
isPendingToReactivate?: ExecutorActivate;
|
|
61
|
+
isPrerequisite?: boolean;
|
|
62
|
+
justifyTransfer?: string;
|
|
63
|
+
LastAssistantModified?: LastAssistantModified;
|
|
64
|
+
lastModified?: number;
|
|
65
|
+
modifyws?: ModifyWsFlag;
|
|
66
|
+
noAuthObservations?: string;
|
|
67
|
+
observations?: string;
|
|
68
|
+
offered?: boolean;
|
|
69
|
+
offerDate?: number;
|
|
70
|
+
orderContract?: Contract;
|
|
71
|
+
orderIdWS?: string;
|
|
39
72
|
orderNumber?: string;
|
|
73
|
+
orderPriority?: Priority;
|
|
40
74
|
orderTraceabilityStatus?: orderTraceabilityStatus;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
75
|
+
orderType?: string;
|
|
76
|
+
originNit?: string;
|
|
77
|
+
orphanDiseaseName?: string;
|
|
78
|
+
otherObservations?: string;
|
|
79
|
+
otherPayer?: boolean;
|
|
80
|
+
patientAutomaticEmail?: boolean;
|
|
81
|
+
paymentByCustomer?: boolean;
|
|
82
|
+
planorden?: string;
|
|
83
|
+
prescribingDoctor?: PrescribingDoctor;
|
|
84
|
+
requiresAnesthesiology?: string;
|
|
44
85
|
sellPrice?: number;
|
|
45
|
-
|
|
86
|
+
sendTo?: SendTo[];
|
|
87
|
+
servicesRequested?: string;
|
|
88
|
+
speciality?: Speciality;
|
|
89
|
+
status?: OrderStatus;
|
|
90
|
+
successCallType?: SuccessCallTypeStatus;
|
|
46
91
|
totalSale?: number;
|
|
92
|
+
transferDate?: Number;
|
|
47
93
|
transferred?: boolean;
|
|
48
94
|
transferStatus?: TransferStatus;
|
|
49
|
-
sendTo?: SendTo[];
|
|
50
|
-
transferDate?: Number;
|
|
51
|
-
orderContract?: Contract;
|
|
52
|
-
justifyTransfer?: string;
|
|
53
|
-
paymentByCustomer?: boolean;
|
|
54
|
-
offered?: boolean;
|
|
55
|
-
originNit?: any;
|
|
56
|
-
prescribingDoctor?: PrescribingDoctor;
|
|
57
|
-
speciality?: Speciality;
|
|
58
|
-
servicesRequested?: string;
|
|
59
|
-
executionDate?: number;
|
|
60
|
-
headquarters?: string;
|
|
61
|
-
group?: GroupReduced[];
|
|
62
|
-
authAsistant?: boolean;
|
|
63
95
|
userModified?: string;
|
|
64
96
|
userModifiedLogs?: Array<UserReduced>;
|
|
65
|
-
DateAndHourCreatedByGestor?: Timestamp | Date;
|
|
66
|
-
authorizationNumber?: any;
|
|
67
|
-
authorizationExpirationDate?: any;
|
|
68
|
-
isPendingToReactivate?: ExecutorActivate;
|
|
69
|
-
modifyws?: ModifyWsFlag;
|
|
70
|
-
orderPriority?: Priority;
|
|
71
|
-
orderType?: any;
|
|
72
|
-
anesthesiologyStatus?: AnesthesiologyStates;
|
|
73
|
-
anesthesiologyDate?: any;
|
|
74
|
-
haveCups?: any;
|
|
75
|
-
commentJustification?: string;
|
|
76
|
-
patientAutomaticEmail?: boolean;
|
|
77
|
-
daysDeferred?: number;
|
|
78
|
-
deferredDate?: number;
|
|
79
|
-
ambit?: string;
|
|
80
|
-
executorAssignedBy?: string[];
|
|
81
|
-
executedReason?: string;
|
|
82
|
-
controlDate?: any;
|
|
83
|
-
doctorAssingDate?: Timestamp;
|
|
84
|
-
LastAssistantModified?: LastAssistantModified;
|
|
85
|
-
otherObservations?: string;
|
|
86
|
-
dateAssingsExecutors?: number;
|
|
87
|
-
requiresAnesthesiology?: string;
|
|
88
|
-
idProcedimiento?: string;
|
|
89
|
-
otherPayer?: boolean;
|
|
90
|
-
erp?: Eps;
|
|
91
|
-
planorden?: string;
|
|
92
|
-
deletedExecutorsTime?: number;
|
|
93
97
|
}
|
|
94
98
|
export declare enum ExecutorActivateStates {
|
|
95
99
|
REQUEST = 0,
|