Business flow¶
Hospitals/Clinics can create design, processing or design + processing cases, and send the cases to the lab with which has established connection. Then the lab will conduct follow-up business operations with hospitals/clinics.
Here the business flow of different cases types are introduced.
Design cases¶
sequenceDiagram
participant Clinic
participant Lab
note over Clinic: Confirm the target lab, case type and printing parameters<br/>Select the design item and requirements, and upload scanned files
Clinic->>Lab: Send design cases
Lab-->>Clinic: Take cases
Lab-->>Clinic: Upload design plan
Clinic->>Lab: Confirm plan
note right of Lab: After the lab uploads the design plan,<br/>the clinic can reject or confirm the plan.<br/>When the clinic confirms the final design plan,<br/>the lab can continue to upload design files
Lab-->>Clinic: Upload design files
Clinic->>Lab: Confirm design
note right of Lab: After the lab uploads design files,<br/>the clinic can reject or confirm the files.<br/>When the clinic confirms the final design files,<br/>the lab can proceed with shipping
Lab-->>Clinic: Upload printable documents and fill in shipping information
Processing cases¶
sequenceDiagram
participant Clinic
participant Lab
note over Clinic: Confirm the target lab and case type<br/>Select processing type and material, and upload scanned files
Clinic->>Lab: Send design cases
Lab-->>Clinic: Take cases
Lab->>Lab: Print models
Lab-->>Clinic: Shipping and fill in the shipping information
Design&Processing cases¶
sequenceDiagram
participant Clinic
participant Lab
note over Clinic: Confirm the target lab, case type and printing parameters<br/>Select the design item and requirements, and upload scanned files
Clinic->>Lab: Send design cases
Lab-->>Clinic: Take cases
Lab-->>Clinic: Upload design plan
Clinic->>Lab: Confirm plan
note right of Lab: After the lab uploads the design plan,<br/>the clinic can reject or confirm the plan.<br/>When the clinic confirms the final design plan,<br/>the lab can continue to upload design files
Lab-->>Clinic: Upload design files
Clinic->>Lab: Confirm design
note right of Lab: After the lab uploads design files,<br/>the clinic can reject or confirm the files.<br/>When the clinic confirms the final design files,<br/>the lab can proceed with shipping
Lab->>Lab: Upload printable documents and print model
Lab-->>Clinic: Deliver goods and fill in shipping information