/** * Patient Portal Module Exports */ export { PatientPortalService, type PatientAccount, type PatientTreatmentSummary, type SymptomReport, type MedicationAdherenceLog, type QualityOfLifeAssessment, type PatientMessage, type EducationalContent, type AppointmentRequest } from './patientPortal.js';