@erosolaraijs/cure 2.3.1 → 2.5.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 +7 -0
- package/dist/bin/cure.js +114 -1
- package/dist/bin/cure.js.map +1 -1
- package/dist/capabilities/clinicalTrialMatchingModule.d.ts +150 -0
- package/dist/capabilities/clinicalTrialMatchingModule.d.ts.map +1 -0
- package/dist/capabilities/clinicalTrialMatchingModule.js +436 -0
- package/dist/capabilities/clinicalTrialMatchingModule.js.map +1 -0
- package/dist/capabilities/emergencyOncology.d.ts +97 -0
- package/dist/capabilities/emergencyOncology.d.ts.map +1 -0
- package/dist/capabilities/emergencyOncology.js +1824 -0
- package/dist/capabilities/emergencyOncology.js.map +1 -0
- package/dist/capabilities/index.d.ts +10 -0
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js +20 -0
- package/dist/capabilities/index.js.map +1 -1
- package/dist/capabilities/multimodalOncologyModule.d.ts +149 -0
- package/dist/capabilities/multimodalOncologyModule.d.ts.map +1 -0
- package/dist/capabilities/multimodalOncologyModule.js +701 -0
- package/dist/capabilities/multimodalOncologyModule.js.map +1 -0
- package/dist/capabilities/palliativeCareModule.d.ts +216 -0
- package/dist/capabilities/palliativeCareModule.d.ts.map +1 -0
- package/dist/capabilities/palliativeCareModule.js +1160 -0
- package/dist/capabilities/palliativeCareModule.js.map +1 -0
- package/dist/capabilities/precisionMedicineModule.d.ts +151 -0
- package/dist/capabilities/precisionMedicineModule.d.ts.map +1 -0
- package/dist/capabilities/precisionMedicineModule.js +758 -0
- package/dist/capabilities/precisionMedicineModule.js.map +1 -0
- package/dist/capabilities/specialPopulationsModule.d.ts +126 -0
- package/dist/capabilities/specialPopulationsModule.d.ts.map +1 -0
- package/dist/capabilities/specialPopulationsModule.js +574 -0
- package/dist/capabilities/specialPopulationsModule.js.map +1 -0
- package/dist/capabilities/survivorshipManagement.d.ts +178 -0
- package/dist/capabilities/survivorshipManagement.d.ts.map +1 -0
- package/dist/capabilities/survivorshipManagement.js +983 -0
- package/dist/capabilities/survivorshipManagement.js.map +1 -0
- package/dist/capabilities/treatmentSequencing.d.ts +140 -0
- package/dist/capabilities/treatmentSequencing.d.ts.map +1 -0
- package/dist/capabilities/treatmentSequencing.js +1689 -0
- package/dist/capabilities/treatmentSequencing.js.map +1 -0
- package/dist/capabilities/universalHealthFramework.d.ts +108 -0
- package/dist/capabilities/universalHealthFramework.d.ts.map +1 -0
- package/dist/capabilities/universalHealthFramework.js +615 -0
- package/dist/capabilities/universalHealthFramework.js.map +1 -0
- package/dist/compliance/hipaa.d.ts.map +1 -1
- package/dist/compliance/hipaa.js +7 -16
- package/dist/compliance/hipaa.js.map +1 -1
- package/dist/tools/index.d.ts +31 -0
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +3075 -0
- package/dist/tools/index.js.map +1 -0
- package/package.json +3 -2
- package/src/bin/cure.ts +130 -1
- package/src/capabilities/clinicalTrialMatchingModule.ts +600 -0
- package/src/capabilities/emergencyOncology.ts +1945 -0
- package/src/capabilities/index.ts +181 -0
- package/src/capabilities/multimodalOncologyModule.ts +873 -0
- package/src/capabilities/palliativeCareModule.ts +1438 -0
- package/src/capabilities/precisionMedicineModule.ts +952 -0
- package/src/capabilities/specialPopulationsModule.ts +711 -0
- package/src/capabilities/survivorshipManagement.ts +1213 -0
- package/src/capabilities/treatmentSequencing.ts +1878 -0
- package/src/capabilities/universalHealthFramework.ts +739 -0
- package/src/compliance/hipaa.ts +7 -15
- package/src/tools/index.ts +3501 -0
|
@@ -53,3 +53,184 @@ export {
|
|
|
53
53
|
type CureVerification,
|
|
54
54
|
type ComprehensiveCoverageReport
|
|
55
55
|
} from './cureValidationFramework.js';
|
|
56
|
+
|
|
57
|
+
// Resistance Management - Overcome all treatment resistance mechanisms
|
|
58
|
+
export {
|
|
59
|
+
ResistanceManagementEngine,
|
|
60
|
+
resistanceManagementEngine,
|
|
61
|
+
CureVerificationEngine,
|
|
62
|
+
cureVerificationEngine,
|
|
63
|
+
RESISTANCE_MECHANISM_DATABASE,
|
|
64
|
+
RESISTANCE_MONITORING_PROTOCOLS,
|
|
65
|
+
type ResistanceMechanism,
|
|
66
|
+
type OvercomingStrategy,
|
|
67
|
+
type ResistanceMonitoringPlan,
|
|
68
|
+
type CureVerificationResult
|
|
69
|
+
} from './resistanceManagement.js';
|
|
70
|
+
|
|
71
|
+
// Treatment Sequencing - Optimal line-of-therapy protocols
|
|
72
|
+
export {
|
|
73
|
+
TreatmentSequencingEngine,
|
|
74
|
+
treatmentSequencingEngine,
|
|
75
|
+
NSCLC_TREATMENT_SEQUENCES,
|
|
76
|
+
BREAST_CANCER_TREATMENT_SEQUENCES,
|
|
77
|
+
COLORECTAL_CANCER_TREATMENT_SEQUENCES,
|
|
78
|
+
type TreatmentLine,
|
|
79
|
+
type TherapyRegimen,
|
|
80
|
+
type DrugComponent,
|
|
81
|
+
type SelectionCriteria,
|
|
82
|
+
type BiomarkerRequirement,
|
|
83
|
+
type ResponseAssessment,
|
|
84
|
+
type SwitchingCriteria,
|
|
85
|
+
type CancerTreatmentSequence,
|
|
86
|
+
type SpecialPathway,
|
|
87
|
+
type MaintenanceProtocol,
|
|
88
|
+
type RechallengeProtocol
|
|
89
|
+
} from './treatmentSequencing.js';
|
|
90
|
+
|
|
91
|
+
// Emergency Oncology - Life-saving protocols for oncologic emergencies
|
|
92
|
+
export {
|
|
93
|
+
EmergencyOncologyEngine,
|
|
94
|
+
emergencyOncologyEngine,
|
|
95
|
+
STRUCTURAL_EMERGENCIES,
|
|
96
|
+
METABOLIC_EMERGENCIES,
|
|
97
|
+
TREATMENT_RELATED_EMERGENCIES,
|
|
98
|
+
HEMATOLOGIC_EMERGENCIES,
|
|
99
|
+
type OncologicEmergency,
|
|
100
|
+
type EmergencyCategory,
|
|
101
|
+
type RecognitionCriteria,
|
|
102
|
+
type EmergencyManagement,
|
|
103
|
+
type MedicationOrder,
|
|
104
|
+
type DefinitiveManagement,
|
|
105
|
+
type MonitoringProtocol,
|
|
106
|
+
type OutcomeExpectations
|
|
107
|
+
} from './emergencyOncology.js';
|
|
108
|
+
|
|
109
|
+
// Survivorship Management - Long-term care and late effects
|
|
110
|
+
export {
|
|
111
|
+
SurvivorshipCareEngine,
|
|
112
|
+
survivorshipCareEngine,
|
|
113
|
+
SURVEILLANCE_PROTOCOLS,
|
|
114
|
+
LATE_EFFECTS_PROTOCOLS,
|
|
115
|
+
SECONDARY_MALIGNANCY_SCREENING,
|
|
116
|
+
PSYCHOSOCIAL_SUPPORT_FRAMEWORK,
|
|
117
|
+
EXERCISE_RECOMMENDATIONS,
|
|
118
|
+
HEALTH_MAINTENANCE_RECOMMENDATIONS,
|
|
119
|
+
type SurvivorshipCareplan,
|
|
120
|
+
type TreatmentSummary,
|
|
121
|
+
type SurgicalSummary,
|
|
122
|
+
type RadiationSummary,
|
|
123
|
+
type SystemicTherapySummary,
|
|
124
|
+
type SurveillanceProtocol,
|
|
125
|
+
type SurveillanceVisit,
|
|
126
|
+
type LateEffectsScreening,
|
|
127
|
+
type LateEffectRisk,
|
|
128
|
+
type SecondaryMalignancyScreen,
|
|
129
|
+
type PsychosocialPlan,
|
|
130
|
+
type RehabilitationPlan,
|
|
131
|
+
type ExerciseRecommendation,
|
|
132
|
+
type HealthMaintenance
|
|
133
|
+
} from './survivorshipManagement.js';
|
|
134
|
+
|
|
135
|
+
// Universal Cancer Cure Engine - Complete integration of all capabilities
|
|
136
|
+
export {
|
|
137
|
+
UniversalCancerCureEngine,
|
|
138
|
+
universalCancerCureEngine,
|
|
139
|
+
COMPREHENSIVE_CANCER_TAXONOMY,
|
|
140
|
+
ACTIONABLE_BIOMARKERS,
|
|
141
|
+
SPECIAL_POPULATION_PROTOCOLS,
|
|
142
|
+
type ComprehensiveBiomarkerPanel,
|
|
143
|
+
type TreatmentPathway,
|
|
144
|
+
type TreatmentLine as UnifiedTreatmentLine,
|
|
145
|
+
type TreatmentRegimen as UnifiedTreatmentRegimen,
|
|
146
|
+
type ResponseMonitoring,
|
|
147
|
+
type ResistanceStrategy,
|
|
148
|
+
type UniversalCureResult
|
|
149
|
+
} from './universalCancerCureEngine.js';
|
|
150
|
+
|
|
151
|
+
// Palliative Care - Comprehensive pain and symptom management
|
|
152
|
+
export {
|
|
153
|
+
PalliativeCareEngine,
|
|
154
|
+
palliativeCareEngine,
|
|
155
|
+
WHO_PAIN_LADDER,
|
|
156
|
+
NEUROPATHIC_PAIN_PROTOCOLS,
|
|
157
|
+
CIPN_PROTOCOLS,
|
|
158
|
+
BONE_PAIN_PROTOCOL,
|
|
159
|
+
CANCER_SYMPTOM_CLUSTERS,
|
|
160
|
+
END_OF_LIFE_PROTOCOLS,
|
|
161
|
+
PALLIATIVE_SEDATION_PROTOCOL,
|
|
162
|
+
OPIOID_EQUIVALENCE_TABLE,
|
|
163
|
+
type PainAssessment,
|
|
164
|
+
type PainManagementProtocol,
|
|
165
|
+
type PainIntervention,
|
|
166
|
+
type CIPNProtocol,
|
|
167
|
+
type SymptomCluster,
|
|
168
|
+
type EndOfLifeProtocol,
|
|
169
|
+
type OpioidEquivalence
|
|
170
|
+
} from './palliativeCareModule.js';
|
|
171
|
+
|
|
172
|
+
// Precision Medicine - Genomic interpretation and biomarker-driven therapy
|
|
173
|
+
export {
|
|
174
|
+
PrecisionMedicineEngine,
|
|
175
|
+
precisionMedicineEngine,
|
|
176
|
+
ACTIONABLE_GENOMIC_DATABASE,
|
|
177
|
+
PHARMACOGENOMIC_MARKERS,
|
|
178
|
+
TME_THERAPEUTIC_IMPLICATIONS,
|
|
179
|
+
type GenomicAlteration,
|
|
180
|
+
type ActionabilityLevel,
|
|
181
|
+
type TargetedTherapy,
|
|
182
|
+
type PharmacogenomicMarker,
|
|
183
|
+
type TumorMicroenvironment,
|
|
184
|
+
type LiquidBiopsyResult,
|
|
185
|
+
type CtDNAInterpretation
|
|
186
|
+
} from './precisionMedicineModule.js';
|
|
187
|
+
|
|
188
|
+
// Multimodal Oncology - Radiation and Surgical Integration
|
|
189
|
+
export {
|
|
190
|
+
MultimodalOncologyEngine,
|
|
191
|
+
multimodalOncologyEngine,
|
|
192
|
+
RADIATION_PROTOCOLS,
|
|
193
|
+
SURGICAL_PROTOCOLS,
|
|
194
|
+
MULTIMODAL_SEQUENCES,
|
|
195
|
+
type RadiationProtocol,
|
|
196
|
+
type RadiationTechnique,
|
|
197
|
+
type FractionationScheme,
|
|
198
|
+
type OARConstraint,
|
|
199
|
+
type SurgicalProcedure,
|
|
200
|
+
type SurgicalApproach,
|
|
201
|
+
type MultimodalSequence
|
|
202
|
+
} from './multimodalOncologyModule.js';
|
|
203
|
+
|
|
204
|
+
// Clinical Trial Matching - Connect patients to novel therapies
|
|
205
|
+
export {
|
|
206
|
+
ClinicalTrialMatchingEngine,
|
|
207
|
+
clinicalTrialMatchingEngine,
|
|
208
|
+
TRIAL_DATABASE,
|
|
209
|
+
type ClinicalTrial,
|
|
210
|
+
type TrialPhase,
|
|
211
|
+
type TrialIntervention,
|
|
212
|
+
type EligibilityCriteria,
|
|
213
|
+
type TrialLocation,
|
|
214
|
+
type PatientTrialProfile,
|
|
215
|
+
type TrialMatch
|
|
216
|
+
} from './clinicalTrialMatchingModule.js';
|
|
217
|
+
|
|
218
|
+
// Special Populations - Pediatric, Geriatric, Pregnancy, HIV, Organ Dysfunction
|
|
219
|
+
export {
|
|
220
|
+
SpecialPopulationsEngine,
|
|
221
|
+
specialPopulationsEngine,
|
|
222
|
+
PEDIATRIC_DOSING_PROTOCOLS,
|
|
223
|
+
COMPREHENSIVE_GERIATRIC_ASSESSMENT,
|
|
224
|
+
GERIATRIC_DOSING_ADJUSTMENTS,
|
|
225
|
+
PREGNANCY_CANCER_PROTOCOLS,
|
|
226
|
+
ORGAN_DYSFUNCTION_DOSING,
|
|
227
|
+
HIV_ONCOLOGY_PROTOCOLS,
|
|
228
|
+
calculateBSA,
|
|
229
|
+
calculatePediatricDose,
|
|
230
|
+
type PediatricDosingProtocol,
|
|
231
|
+
type GeriatricAssessment,
|
|
232
|
+
type GeriatricDosingAdjustment,
|
|
233
|
+
type PregnancyCancerProtocol,
|
|
234
|
+
type OrganDysfunctionDosing,
|
|
235
|
+
type HIVOncologyProtocol
|
|
236
|
+
} from './specialPopulationsModule.js';
|