Cases processing¶
To complete the overall business process, you will need to process cases from clinics.
Go to the Cases where you can process cases by clicking the button on the Actions column. For more details, please refer to the case list.
You can click the Cases Number to navigate to the detail page.
Buttons introduction:
: Download related project documents.
: Upload design plan or files.
: Cancel the case.
: Confirm the case.
: Reject the case.
: Deliver.
Please refer to the flowchart below for the operational workflow.
---
title: For the processing case
---
stateDiagram-v2
direction LR
Pending --> Clinic cancels the case?
Clinic cancels the case? --> Cancelled: Yes
Clinic cancels the case? --> Pending: No
Pending --> Lab accepts the case?
Lab accepts the case? --> Rejected: No
Lab accepts the case? --> To be Shipped: Yes
To be Shipped --> Clinic Receipt Confirmation: Fill in Shipping info
Clinic Receipt Confirmation --> To be Shipped: Request redelivery
Clinic Receipt Confirmation --> Completed: Confirm receipt
Completed --> [*]
---
title: For the case that includes design
---
stateDiagram-v2
direction LR
Pending --> Clinic cancel the case?
Clinic cancel the case? --> Cancel: Yes
Clinic cancel the case? --> Pending: No
Pending --> Lab accepts the case?
Lab accepts the case? --> Reject the case: No
Lab accepts the case? --> Scheme to be uploaded: Yes
Scheme to be uploaded --> Scheme to be confirmed: Upload the scheme
Scheme to be confirmed --> Clinic confirm the scheme?
Clinic confirm the scheme? --> Design to be uploaded: Confirm the scheme
Clinic confirm the scheme? --> Scheme to be uploaded: Reject the scheme
stateDiagram-v2
direction LR
Design to be uploaded --> Design to be confirmed
Design to be confirmed --> Clinic confirm the design?: Upload the design
Clinic confirm the design? --> Design to be uploaded: No
Clinic confirm the design? --> To be shipped: Yes
To be shipped --> Clinic confirm the receipt?: Fill in shipping info
Clinic confirm the receipt? --> To be shipped: Request redelivery
Clinic confirm the receipt? --> Completed: Yes