Research Article

An HTML5-Based Pure Website Solution for Rapidly Viewing and Processing Large-Scale 3D Medical Volume Reconstruction on Mobile Internet

Table 1

Relational data storage structure of request behaviors from client and resource allocation on the server.

TableFieldā€‰Note

Base tableDICOMs_IDPRIMARY KEY, the unique identifier of a group of SMIsTo record the basic information of SMIs on the server side
Storage pathThe storage path of SMIs on the server side

Pipeline tablepipeline_IDPRIMARY KEY, the unique identifier of a pipeline for viewing a group of SMIs between the client and serverBased on base table, to record the connected relationship between the SMIs rendering in memory on the server and remote user on the client
DICOMs_IDFOREIGN KEY of base table, to declare which group of SMIs the client is viewing
ClientClient user
IP addressIP address of the committer
StateWhether the SMIs finished rendering in memory on the server? Yes, allow the client to next operation. No, prompt for waiting

Behavior tablebehavior_IDPRIMARY KEY, the unique identifier of each behavior request event from the clientBased on pipeline table, to record operation requests from the client user and their process state
pipeline_IDFOREIGN KEY of pipeline table, to declare which pipeline on viewing and processing
Behavior typeIncluding viewing angle, clipping, or color/opacity transformation
Behavior-instructionFrom the client, to transfer the parameters in terms of the corresponding behavior type, recorded in the form of quantization parameters
StatePending, processing, or finished