mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 16:03:00 +08:00
77 lines
4.2 KiB
Python
77 lines
4.2 KiB
Python
from apps.analysis.models.analysis import Analysis # noqa
|
|
from apps.analysis.models.analysis import AnalysisCategory # noqa
|
|
from apps.analysis.models.analysis import AnalysisCorrectionFactor # noqa
|
|
from apps.analysis.models.analysis import AnalysisDetectionLimit # noqa
|
|
from apps.analysis.models.analysis import AnalysisInterim # noqa
|
|
from apps.analysis.models.analysis import AnalysisRequest # noqa
|
|
from apps.analysis.models.analysis import AnalysisSpecification # noqa
|
|
from apps.analysis.models.analysis import AnalysisUncertainty # noqa
|
|
from apps.analysis.models.analysis import Profile # noqa
|
|
from apps.analysis.models.analysis import RejectionReason # noqa
|
|
from apps.analysis.models.analysis import ResultOption # noqa
|
|
from apps.analysis.models.analysis import Sample # noqa
|
|
from apps.analysis.models.analysis import SampleType # noqa
|
|
from apps.analysis.models.qc import QCLevel # noqa
|
|
from apps.analysis.models.qc import QCSet # noqa
|
|
from apps.analysis.models.qc import QCTemplate # noqa
|
|
from apps.analysis.models.results import AnalysisResult # noqa
|
|
from apps.analysis.models.results import ResultMutation # noqa
|
|
from apps.analytics.models import ReportMeta # noqa
|
|
from apps.audit.models import AuditLog # noqa
|
|
from apps.client.models import Client # noqa
|
|
from apps.client.models import ClientContact # noqa
|
|
from apps.common.models import IdSequence # noqa
|
|
from apps.impress.models import ReportImpress # noqa
|
|
from apps.inventory.models import Hazard # noqa
|
|
from apps.inventory.models import StockAdjustment # noqa
|
|
from apps.inventory.models import StockCategory # noqa
|
|
from apps.inventory.models import StockItem # noqa
|
|
from apps.inventory.models import StockOrder # noqa
|
|
from apps.inventory.models import StockOrderProduct # noqa
|
|
from apps.inventory.models import StockPackaging # noqa
|
|
from apps.inventory.models import StockProduct # noqa
|
|
from apps.inventory.models import StockTransaction # noqa
|
|
from apps.inventory.models import StockUnit # noqa
|
|
from apps.job.models import Job # noqa
|
|
from apps.messaging.models import Message # noqa
|
|
from apps.noticeboard.models import Notice # noqa
|
|
from apps.notification.models import ActivityFeed # noqa
|
|
from apps.notification.models import ActivityStream # noqa
|
|
from apps.notification.models import Notification # noqa
|
|
from apps.patient.models import Identification # noqa
|
|
from apps.patient.models import Patient # noqa
|
|
from apps.reflex.models import ReflexAction # noqa
|
|
from apps.reflex.models import ReflexBrain # noqa
|
|
from apps.reflex.models import ReflexBrainAddition # noqa
|
|
from apps.reflex.models import ReflexBrainCriteria # noqa
|
|
from apps.reflex.models import ReflexBrainFinal # noqa
|
|
from apps.reflex.models import ReflexRule # noqa
|
|
# from apps.setup.models import MethodValidation # noqa
|
|
from apps.instrument.models import CalibrationCertificate # noqa
|
|
from apps.instrument.models import Instrument # noqa
|
|
from apps.instrument.models import InstrumentCalibration # noqa
|
|
from apps.instrument.models import InstrumentType # noqa
|
|
from apps.instrument.models import Method # noqa
|
|
from apps.setup.models import Country # noqa
|
|
from apps.setup.models import Department # noqa
|
|
from apps.setup.models import District # noqa
|
|
from apps.setup.models import Laboratory # noqa
|
|
from apps.setup.models import LaboratorySetting # noqa
|
|
from apps.setup.models import Manufacturer # noqa
|
|
from apps.setup.models import Province # noqa
|
|
from apps.setup.models import Supplier # noqa
|
|
from apps.setup.models import Unit # noqa
|
|
from apps.storage.models import StorageContainer # noqa
|
|
from apps.storage.models import StorageLocation # noqa
|
|
from apps.storage.models import StorageSection # noqa
|
|
from apps.storage.models import StoreRoom # noqa
|
|
from apps.user.models import Group # noqa
|
|
from apps.user.models import Permission # noqa
|
|
from apps.user.models import User # noqa
|
|
from apps.user.models import UserAuth # noqa
|
|
from apps.user.models import UserPreference # noqa
|
|
from apps.worksheet.models import WorkSheet # noqa
|
|
from apps.worksheet.models import WorkSheetTemplate # noqa
|
|
from apps.shipment.models import Shipment
|
|
from apps.shipment.models import ShippedSample
|
|
from database.base_class import DBModel # noqa
|