hplx-feature-library 1.0.172 → 1.0.173
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/APIAction--DyoXs57.js +3752 -0
- package/dist/APIAction-B5XQnkiF.cjs +9 -0
- package/dist/AllInvestigations/index.js +1 -1
- package/dist/{AllInvestigationsTable-C7jrmW8z.js → AllInvestigationsTable-BxezFrCD.js} +5853 -6144
- package/dist/AllInvestigationsTable-C7uQ56B0.cjs +79 -0
- package/dist/Attachments/components/document-canvas/document-pen-tool.d.ts +1 -1
- package/dist/Attachments/components/drag-drop-overlay.d.ts +1 -1
- package/dist/Attachments/components/edit-document-modal.d.ts +1 -1
- package/dist/Attachments/components/uploading-toast.d.ts +1 -1
- package/dist/Attachments/context/index.d.ts +2 -2
- package/dist/Attachments/hooks/useDropdownPosition.d.ts +1 -1
- package/dist/Attachments/index.js +512 -534
- package/dist/CameraCapture/index.d.ts +1 -1
- package/dist/PatientAddEdit/index.js +1662 -0
- package/dist/PatientPopup/action/APIAction.d.ts +65 -0
- package/dist/PatientPopup/app/PatientPopupContainer.d.ts +6 -0
- package/dist/PatientPopup/app/PatientPopupContext.d.ts +30 -0
- package/dist/PatientPopup/common/common.d.ts +14 -0
- package/dist/PatientPopup/components/Lab/HPLXLab.d.ts +8 -0
- package/dist/PatientPopup/components/Lab/LISLab.d.ts +8 -0
- package/dist/PatientPopup/components/Lab/LabTable.d.ts +5 -0
- package/dist/PatientPopup/components/Lab/index.d.ts +5 -0
- package/dist/PatientPopup/components/Loader/Loader.d.ts +2 -0
- package/dist/PatientPopup/components/Pagination.d.ts +9 -0
- package/dist/PatientPopup/components/Profile/Abha.d.ts +11 -0
- package/dist/PatientPopup/components/Profile/PatientDetailsModal.d.ts +1 -0
- package/dist/PatientPopup/components/Profile/Profile.d.ts +11 -0
- package/dist/PatientPopup/components/Profile/Sms.d.ts +2 -0
- package/dist/PatientPopup/components/Visits/Table.d.ts +11 -0
- package/dist/PatientPopup/components/Visits/index.d.ts +15 -0
- package/dist/PatientPopup/components/addBills/AddBillFooter.d.ts +2 -0
- package/dist/PatientPopup/components/addBills/AddBills.d.ts +5 -0
- package/dist/PatientPopup/components/addBills/AddBillsTable.d.ts +17 -0
- package/dist/PatientPopup/components/addBills/DropDown.d.ts +15 -0
- package/dist/PatientPopup/components/appointment/AllAppts.d.ts +8 -0
- package/dist/PatientPopup/components/appointment/Appointment.d.ts +2 -0
- package/dist/PatientPopup/components/appointment/AppointmentsTable.d.ts +10 -0
- package/dist/PatientPopup/components/bills/Bills.d.ts +6 -0
- package/dist/PatientPopup/components/bills/BillsTable.d.ts +11 -0
- package/dist/PatientPopup/components/deposit/DepositSection.d.ts +9 -0
- package/dist/PatientPopup/components/mainNavItem/MainNavItem.d.ts +13 -0
- package/dist/PatientPopup/components/patientPopupBody/PatientPopupBody.d.ts +8 -0
- package/dist/PatientPopup/components/patientPopupHeader/PatientPopupHeader.d.ts +10 -0
- package/dist/PatientPopup/components/patientPopupSummary/BillSummary.d.ts +19 -0
- package/dist/PatientPopup/components/patientPopupSummary/ConsultationDetails.d.ts +14 -0
- package/dist/PatientPopup/components/patientPopupSummary/DeleteItem.d.ts +11 -0
- package/dist/PatientPopup/components/patientPopupSummary/DepositRefundSummary.d.ts +8 -0
- package/dist/PatientPopup/components/patientPopupSummary/LabServiceDetails.d.ts +13 -0
- package/dist/PatientPopup/components/patientPopupSummary/OtherServiceDetails.d.ts +13 -0
- package/dist/PatientPopup/components/patientPopupSummary/PatientPopupSummary.d.ts +8 -0
- package/dist/PatientPopup/components/patientPopupSummary/PaymentCard.d.ts +25 -0
- package/dist/PatientPopup/components/patientPopupSummary/ServiceLevelBillSummary.d.ts +18 -0
- package/dist/PatientPopup/components/payments/DepositRefundTable.d.ts +14 -0
- package/dist/PatientPopup/components/payments/OtherServicesTable.d.ts +16 -0
- package/dist/PatientPopup/components/payments/PaymentEditModal.d.ts +15 -0
- package/dist/PatientPopup/components/payments/PaymentHeader.d.ts +7 -0
- package/dist/PatientPopup/components/payments/Payments.d.ts +5 -0
- package/dist/PatientPopup/components/payments/PaymentsTable.d.ts +14 -0
- package/dist/PatientPopup/constants/AppConstants.d.ts +123 -0
- package/dist/PatientPopup/index.d.ts +1 -0
- package/dist/PatientPopup/index.js +135376 -0
- package/dist/PatientPopup/types/hplxAPITypes.d.ts +37 -0
- package/dist/PatientPopup/utils/PrintFontLoader.d.ts +4 -0
- package/dist/PatientPopup/utils/helperFunctions.d.ts +3 -0
- package/dist/PediatricsCalculator/components/PediatricsCalculatorTableContext.d.ts +1 -1
- package/dist/PediatricsCalculator/index.js +1 -1
- package/dist/PediatricsCalculatorTable-B4fTy1J5.cjs +9 -0
- package/dist/PediatricsCalculatorTable-C4HGNrjE.js +1167 -0
- package/dist/ReusableModal-CIgDYOWZ.cjs +1 -0
- package/dist/ReusableModal-pSi21hnc.js +29 -0
- package/dist/ReusableTable/context/TableContextBase.d.ts +1 -1
- package/dist/Subscription/components/SubscriptionBadge.d.ts +2 -0
- package/dist/TrendGraphs/context/index.d.ts +1 -1
- package/dist/changePasswordModal/APIAction/APIActions.d.ts +8 -0
- package/dist/changePasswordModal/component/ChangePasswordModal.d.ts +14 -0
- package/dist/clsx-C11secjj.cjs +1 -0
- package/dist/clsx-OuTLNxxd.js +16 -0
- package/dist/common/APIAction/APIAction.d.ts +28 -0
- package/dist/common/components/BorderFullWidth.d.ts +2 -0
- package/dist/common/components/table/ExistingPatients.d.ts +17 -0
- package/dist/common/editRibbon/EditRibbon.d.ts +9 -0
- package/dist/common/utils/NetworkInstance.d.ts +4 -0
- package/dist/common/utils/common-utils.d.ts +36 -0
- package/dist/components/CustomDropdown.d.ts +1 -1
- package/dist/components/PatientAddEdit.d.ts +3 -0
- package/dist/constants/CommonConstant.d.ts +70 -0
- package/dist/dayjs.min-BbV4duaj.js +284 -0
- package/dist/dayjs.min-DXp74Ozx.cjs +1 -0
- package/dist/fonts/AnekMalayalam-Bold.ttf +0 -0
- package/dist/fonts/AnekMalayalam-Regular.ttf +0 -0
- package/dist/fonts/Arial-Bold-Italic.ttf +0 -0
- package/dist/fonts/Arial-Bold.ttf +0 -0
- package/dist/fonts/Arial-Italic.ttf +0 -0
- package/dist/fonts/Arial.ttf +0 -0
- package/dist/fonts/IndianRupee.ttf +0 -0
- package/dist/fonts/MuktaMaheePunjabi-Bold.ttf +0 -0
- package/dist/fonts/MuktaMaheePunjabi-Regular.ttf +0 -0
- package/dist/fonts/Noto-Sans-Telugu-Bold.ttf +0 -0
- package/dist/fonts/Noto-Sans-Telugu-Regular.ttf +0 -0
- package/dist/fonts/NotoNastaliqUrdu-Bold.ttf +0 -0
- package/dist/fonts/NotoNastaliqUrdu-Regular.ttf +0 -0
- package/dist/fonts/NotoSansArabic-Bold.ttf +0 -0
- package/dist/fonts/NotoSansArabic.ttf +0 -0
- package/dist/fonts/NotoSansHindi-Bold.ttf +0 -0
- package/dist/fonts/NotoSansHindi.ttf +0 -0
- package/dist/fonts/NotoSansKannada-Bold.ttf +0 -0
- package/dist/fonts/NotoSansKannada.ttf +0 -0
- package/dist/fonts/NotoSansOriya-Bold.ttf +0 -0
- package/dist/fonts/NotoSansOriya.ttf +0 -0
- package/dist/fonts/NotoSansTamil-Bold.ttf +0 -0
- package/dist/fonts/NotoSansTamil.ttf +0 -0
- package/dist/fonts/NotoSerifGujarati-Bold.ttf +0 -0
- package/dist/fonts/NotoSerifGujarati-Regular.ttf +0 -0
- package/dist/fonts/Roboto-Regular.ttf +0 -0
- package/dist/fonts/Times-Bold-Italic.ttf +0 -0
- package/dist/fonts/Times-Bold.ttf +0 -0
- package/dist/fonts/Times-Italic.ttf +0 -0
- package/dist/fonts/Times.ttf +0 -0
- package/dist/fonts/TiroBangla-Bold.ttf +0 -0
- package/dist/fonts/TiroBangla-Regular.ttf +0 -0
- package/dist/fonts/Verdana-Bold-Italic.ttf +0 -0
- package/dist/fonts/Verdana-Bold.ttf +0 -0
- package/dist/fonts/Verdana-Italic.ttf +0 -0
- package/dist/fonts/Verdana.ttf +0 -0
- package/dist/hooks/useMediaQuery.d.ts +1 -0
- package/dist/hplx-feature-library.css +1 -1
- package/dist/index-DQlbIHh3.cjs +102 -0
- package/dist/index-DkA8S5IK.cjs +32 -0
- package/dist/index-sG1tIMJ6.js +7242 -0
- package/dist/index-vVtPa2-N.js +961 -0
- package/dist/index.js +2 -2
- package/dist/nineDots/NineDotsTypes.d.ts +22 -0
- package/dist/nineDots/NineDotsUtils.d.ts +3 -0
- package/dist/nineDots/nineDots.d.ts +3 -0
- package/dist/searchPatients/SearchPatients.d.ts +11 -0
- package/dist/types/APIEndPoints.d.ts +11 -0
- package/dist/types/ApiResponseTypes.d.ts +290 -0
- package/dist/types/CommonTypes.d.ts +255 -0
- package/dist/types/PatientAddEditTypes/index.js +1 -0
- package/dist/types/PatientAddEditTypes.d.ts +7 -0
- package/dist/types/PatientPopupTypes/index.js +1 -0
- package/dist/types/PatientPopupTypes.d.ts +836 -0
- package/dist/userProfile/APIAction/APIActions.d.ts +18 -0
- package/dist/userProfile/UserProfile.d.ts +18 -0
- package/dist/userProfile/UserProfileItem.d.ts +7 -0
- package/dist/warning-BozzKWdr.js +38 -0
- package/dist/warning-W0tkkrLJ.cjs +1 -0
- package/package.json +31 -5
- package/dist/AllInvestigationsTable-C3aTtdGN.cjs +0 -79
- package/dist/PediatricsCalculatorTable-Be2H_OXh.js +0 -2156
- package/dist/PediatricsCalculatorTable-fk_QinWG.cjs +0 -40
- package/dist/index-4whwJbrk.js +0 -6867
- package/dist/index-C6KQLMQs.cjs +0 -92
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { FlattenedBillItem, I_APPOINTMENT } from '../../types/PatientPopupTypes';
|
|
2
|
+
export declare const DefaultAppointmentData: I_APPOINTMENT;
|
|
3
|
+
export declare const DefaultOtherServiceData: {
|
|
4
|
+
order_item_id: string;
|
|
5
|
+
service_id: string;
|
|
6
|
+
service_name: string;
|
|
7
|
+
service_category: string;
|
|
8
|
+
service_category_id: string;
|
|
9
|
+
item_quantity: string;
|
|
10
|
+
order_unit_item_price: string;
|
|
11
|
+
order_item_price: string;
|
|
12
|
+
order_item_discount: string;
|
|
13
|
+
order_item_service_tax: string;
|
|
14
|
+
created_on: string;
|
|
15
|
+
bill_item_details: {
|
|
16
|
+
appointment_details: any;
|
|
17
|
+
doctor_name: string;
|
|
18
|
+
lab_owner_name: string;
|
|
19
|
+
lab_owner_id: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export declare const FormattedBillsData: FlattenedBillItem[];
|
|
23
|
+
export declare const DurationData: {
|
|
24
|
+
label: string;
|
|
25
|
+
value: number;
|
|
26
|
+
}[];
|
|
27
|
+
export declare const VISIT_PAGE_SIZE = 10;
|
|
28
|
+
export declare const LAB_PAGE_SIZE = 10;
|
|
29
|
+
export declare const RIGHT_SEGMENT: string[];
|
|
30
|
+
export declare const SERVICE_CATEGORY: string[];
|
|
31
|
+
export declare const PAYMENT_METHOD: string[];
|
|
32
|
+
export declare const DEPOSIT_PAYMENT_METHOD: string[];
|
|
33
|
+
export declare const GenderStrings: {
|
|
34
|
+
0: string;
|
|
35
|
+
1: string;
|
|
36
|
+
2: string;
|
|
37
|
+
};
|
|
38
|
+
export type GenderKey = '0' | '1' | '2';
|
|
39
|
+
export declare enum E_PAYMENT_METHODS {
|
|
40
|
+
'CASH' = "CASH",
|
|
41
|
+
'CARD' = "CARD",
|
|
42
|
+
'M-WALLET' = "M-WALLET",
|
|
43
|
+
'CHEQUE' = "CHEQUE",
|
|
44
|
+
'BANK TRANSFER' = "BANK_TRANSFER",
|
|
45
|
+
'INSURANCE' = "INSURANCE",
|
|
46
|
+
'PATIENT APP' = "PATIENT_APP",
|
|
47
|
+
'HBOOK' = "HBOOK",
|
|
48
|
+
'DEPOSIT' = "DEPOSIT",
|
|
49
|
+
'UPI/UPI QR SCAN' = "UPI",
|
|
50
|
+
'CREDIT' = "CREDIT_MODE",
|
|
51
|
+
'CGHS' = "CGHS",
|
|
52
|
+
'RGHS' = "RGHS",
|
|
53
|
+
'PMJAY' = "PMJAY",
|
|
54
|
+
'AYUSHMAN BHARAT' = "AYUSHMAN BHARAT"
|
|
55
|
+
}
|
|
56
|
+
export declare enum E_PAYMENT_METHOD_MAPPING {
|
|
57
|
+
'CASH' = 0,
|
|
58
|
+
'CARD' = 1,
|
|
59
|
+
'M-WALLET' = 2,
|
|
60
|
+
'CHEQUE' = 3,
|
|
61
|
+
'BANK TRANSFER' = 4,
|
|
62
|
+
'INSURANCE' = 5,
|
|
63
|
+
'PATIENT APP' = 6,
|
|
64
|
+
'HBOOK' = 7,
|
|
65
|
+
'DEPOSIT' = 8,
|
|
66
|
+
'UPI/UPI QR SCAN' = 9,
|
|
67
|
+
'CREDIT' = 10,
|
|
68
|
+
'CGHS' = 11,
|
|
69
|
+
'RGHS' = 12,
|
|
70
|
+
'PMJAY' = 13,
|
|
71
|
+
'AYUSHMAN BHARAT' = 14
|
|
72
|
+
}
|
|
73
|
+
export declare enum E_BILL_PAYMENT_TAB_KEYS {
|
|
74
|
+
deposit_refund = "deposit_refund",
|
|
75
|
+
consultation_lab_other_services = "consultation_lab_other_services"
|
|
76
|
+
}
|
|
77
|
+
export declare const C_PATIENT_POPUP_TABS_KEY_LIST: {
|
|
78
|
+
consultation_lab_other_services: {
|
|
79
|
+
key: E_BILL_PAYMENT_TAB_KEYS;
|
|
80
|
+
label: string;
|
|
81
|
+
};
|
|
82
|
+
deposit_refund: {
|
|
83
|
+
key: E_BILL_PAYMENT_TAB_KEYS;
|
|
84
|
+
label: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
export declare enum E_LAB_REPORTS_TAB_KEYS {
|
|
88
|
+
lis_report = "lis_report",
|
|
89
|
+
healthplix_report = "healthplix_report"
|
|
90
|
+
}
|
|
91
|
+
export declare const C_PATIENT_POPUP_LAB_TABS_KEY_LIST: {
|
|
92
|
+
lis_report: {
|
|
93
|
+
key: E_LAB_REPORTS_TAB_KEYS;
|
|
94
|
+
label: string;
|
|
95
|
+
};
|
|
96
|
+
healthplix_report: {
|
|
97
|
+
key: E_LAB_REPORTS_TAB_KEYS;
|
|
98
|
+
label: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
export declare const NAV_OPTIONS: string[];
|
|
102
|
+
export declare const C_PrefKeyMappings: {
|
|
103
|
+
[key: string]: string;
|
|
104
|
+
};
|
|
105
|
+
export declare enum E_APPNT_STATUS {
|
|
106
|
+
BOOKED = "BOOKED",
|
|
107
|
+
REVIEWED = "REVIEWED",
|
|
108
|
+
CANCELLED = "CANCELLED",
|
|
109
|
+
ARRIVED = "ARRIVED",
|
|
110
|
+
'ON-GOING' = "ON-GOING"
|
|
111
|
+
}
|
|
112
|
+
export declare enum E_APPNT_STATUS_MAPPED_VALUE {
|
|
113
|
+
BOOKED = 0,
|
|
114
|
+
REVIEWED = 1,
|
|
115
|
+
CANCELLED = 2,
|
|
116
|
+
ARRIVED = 3,
|
|
117
|
+
'ON-GOING' = 5
|
|
118
|
+
}
|
|
119
|
+
export declare const AppntStatus: {
|
|
120
|
+
value: E_APPNT_STATUS_MAPPED_VALUE;
|
|
121
|
+
text: E_APPNT_STATUS;
|
|
122
|
+
text_color: string;
|
|
123
|
+
}[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './app/PatientPopupContainer';
|