Use Cases
Thu thập dữ liệu bệnh nhân đái tháo đường từ Bệnh viện Hùng Vương
- Service
hvmigrateuserđược triển khai tại bệnh viện, kết nối với API Gateway của bệnh viện thực hiện đồng bộ dữ liệu hàng giờ. - Service
hvmigrateuserkết nối đếnevent storetại VDAT để publish event và fetch event để lấy trạng thái mới nhất khi cần. - Service
hvmigrateuserkiểm tra trạng thái của bệnh nhân tại hệ thống VDAT và thực hiện đồng bộ khi cần. - Service
hvconsumerđược triển khai tại VDAT, kết nối đếnevent storetại VDAT fetch các event được lưu trữ trênevent storevà cung cấp API để truy vấn thông tin mới nhất của bệnh nhân.
graph LR
hvmigrateuser[hvmigrateuser] --> API[API Gateway]
API --> HV[Hung Vuong Hospital]
hvmigrateuser --> EventStore[Event Store]
hvconsumer[hvconsumer] --> EventStore
hvconsumer --> VDAT[VDAT System]
hvmigrateuser --> VDAT
VDAT --> EventStore
classDef hospitalNode fill:#f9d5e5,stroke:#333,stroke-width:1px;
classDef serviceNode fill:#eeeeee,stroke:#333,stroke-width:1px;
classDef platformNode fill:#d5f9e8,stroke:#333,stroke-width:1px;
class HV,API hospitalNode;
class hvmigrateuser,hvconsumer serviceNode;
class EventStore,VDAT platformNode;
subgraph "Hung Vuong Hospital"
HV
API
hvmigrateuser
end
subgraph "VDAT Platform"
EventStore
hvconsumer
VDAT
endFeedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.