2021-05-27 23:57:36 +08:00
|
|
|
from felicity.apps.analysis.models.analysis import Analysis # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.apps.analysis.models.analysis import AnalysisCategory # noqa
|
|
|
|
from felicity.apps.analysis.models.analysis import AnalysisRequest # noqa
|
2021-05-27 23:57:36 +08:00
|
|
|
from felicity.apps.analysis.models.analysis import Profile # noqa
|
|
|
|
from felicity.apps.analysis.models.analysis import RejectionReason # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.apps.analysis.models.analysis import ResultOption # noqa
|
|
|
|
from felicity.apps.analysis.models.analysis import Sample # noqa
|
|
|
|
from felicity.apps.analysis.models.analysis import SampleType # noqa
|
2021-06-10 04:56:54 +08:00
|
|
|
from felicity.apps.analysis.models.qc import QCLevel # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.apps.analysis.models.qc import QCSet # noqa
|
2021-05-30 22:32:13 +08:00
|
|
|
from felicity.apps.analysis.models.qc import QCTemplate # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.apps.analysis.models.results import AnalysisResult # noqa
|
|
|
|
from felicity.apps.audit.models import AuditLog # noqa
|
|
|
|
from felicity.apps.client.models import Client # noqa
|
|
|
|
from felicity.apps.client.models import ClientContact # noqa
|
|
|
|
from felicity.apps.common.models import IdSequence # noqa
|
2021-05-27 23:57:36 +08:00
|
|
|
from felicity.apps.job.models import Job # noqa
|
|
|
|
from felicity.apps.kanban.models import Board # noqa
|
|
|
|
from felicity.apps.kanban.models import BoardListing # noqa
|
|
|
|
from felicity.apps.kanban.models import ListingTask # noqa
|
|
|
|
from felicity.apps.kanban.models import TaskComment # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.apps.kanban.models import TaskMilestone # noqa
|
|
|
|
from felicity.apps.kanban.models import TaskTag # noqa
|
|
|
|
from felicity.apps.markdown.models import Document # noqa
|
|
|
|
from felicity.apps.markdown.models import DocumentCategory # noqa
|
|
|
|
from felicity.apps.markdown.models import DocumentTag # noqa
|
|
|
|
from felicity.apps.messaging.models import Message # noqa
|
2021-12-05 03:58:14 +08:00
|
|
|
from felicity.apps.noticeboard.models import Notice # noqa
|
|
|
|
from felicity.apps.notification.models import Notification # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.apps.patient.models import Patient # noqa
|
|
|
|
from felicity.apps.setup.models import Country # noqa
|
|
|
|
from felicity.apps.setup.models import Department # noqa
|
|
|
|
from felicity.apps.setup.models import District # noqa
|
|
|
|
from felicity.apps.setup.models import Instrument # noqa
|
|
|
|
from felicity.apps.setup.models import Laboratory # noqa
|
|
|
|
from felicity.apps.setup.models import Method # noqa
|
|
|
|
from felicity.apps.setup.models import Province # noqa
|
|
|
|
from felicity.apps.setup.models import Supplier # noqa
|
2022-01-13 05:06:57 +08:00
|
|
|
from felicity.apps.notification.models import ActivityFeed # noqa
|
|
|
|
from felicity.apps.notification.models import ActivityStream # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.apps.user.models import Group # noqa
|
|
|
|
from felicity.apps.user.models import Permission # noqa
|
|
|
|
from felicity.apps.user.models import User # noqa
|
|
|
|
from felicity.apps.user.models import UserAuth # noqa
|
|
|
|
from felicity.apps.worksheet.models import WorkSheet # noqa
|
|
|
|
from felicity.apps.worksheet.models import WorkSheetTemplate # noqa
|
2022-01-19 08:40:02 +08:00
|
|
|
from felicity.apps.analytics.models import ReportMeta # noqa
|
2022-02-06 03:36:45 +08:00
|
|
|
from felicity.apps.reflex.models import ReflexRule # noqa
|
|
|
|
from felicity.apps.reflex.models import ReflexAnalysisValue # noqa
|
|
|
|
from felicity.apps.reflex.models import ReflexBrain # noqa
|
|
|
|
from felicity.apps.reflex.models import ReflexAction # noqa
|
2022-01-10 00:00:14 +08:00
|
|
|
from felicity.database.base_class import DBModel # noqa
|