First implementation API for PIP (Proyecto: Pharmacy Integration Platform)
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
from .entities import (
|
||||
APIClientEntity,
|
||||
APIKeyEntity,
|
||||
AuditLogEntity,
|
||||
ConnectorConfigEntity,
|
||||
ConnectorEntity,
|
||||
ConnectorStatus,
|
||||
ConnectorVersionEntity,
|
||||
ERPType,
|
||||
ERPSystemEntity,
|
||||
InventoryHistoryEntity,
|
||||
InventoryRecordEntity,
|
||||
MedicationCatalogEntryEntity,
|
||||
MedicationEntity,
|
||||
PharmacyEntity,
|
||||
PharmacyStatus,
|
||||
ReservationEntity,
|
||||
ReservationStatus,
|
||||
SyncJobEntity,
|
||||
SyncJobStatus,
|
||||
SyncLogEntity,
|
||||
SyncStrategy,
|
||||
TechnicalUserEntity,
|
||||
UserRole,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"APIClientEntity",
|
||||
"APIKeyEntity",
|
||||
"AuditLogEntity",
|
||||
"ConnectorConfigEntity",
|
||||
"ConnectorEntity",
|
||||
"ConnectorStatus",
|
||||
"ConnectorVersionEntity",
|
||||
"ERPType",
|
||||
"ERPSystemEntity",
|
||||
"InventoryHistoryEntity",
|
||||
"InventoryRecordEntity",
|
||||
"MedicationCatalogEntryEntity",
|
||||
"MedicationEntity",
|
||||
"PharmacyEntity",
|
||||
"PharmacyStatus",
|
||||
"ReservationEntity",
|
||||
"ReservationStatus",
|
||||
"SyncJobEntity",
|
||||
"SyncJobStatus",
|
||||
"SyncLogEntity",
|
||||
"SyncStrategy",
|
||||
"TechnicalUserEntity",
|
||||
"UserRole",
|
||||
]
|
||||
Reference in New Issue
Block a user