Summary: The effects of L-carnitine, as an ingredient of cardioplegia solution, on cardiac function and cardiomyocyte apoptosis in patients undergoing heart valve replacement operation were investigated. Twenty-three...Summary: The effects of L-carnitine, as an ingredient of cardioplegia solution, on cardiac function and cardiomyocyte apoptosis in patients undergoing heart valve replacement operation were investigated. Twenty-three cases undergoing heart valve replacement with cardiopulmonary bypass (CPB) were randomly allocated into two groups: L-carnitine group (n=12, 12 g/L L-carnitine was put in the ST. Thomas cardioplegia) and control group (n=11, identical to the L-carnitine group except that normal saline was administered instead of L-carnitine). Serum cardial troponin I (cTnI) levels, the left ventricular ejection fraction (LVEF), and cardiac index (CI) were measured perioperatively. A bit of myocardial tissue obtained from right atria was taken before CPB and by the end of intracardiac procedure to undergo electron microscopy examination and estimate apoptosis by terminal deoxynucleotidyl transferase-mediated dUTP nick end-labeling (TUNEL). From the end of CPB to 3 days after operation, the serum levels of cTnI in the L-carnitine group was significantly lower than that in the control group (P〈0.05). Heart color ultrasonogram showed that the CI index and LVEF at 7th day postoperatively in the L-carnitine group were significantly higher than in the control group (P〈0.05). Compared to the control group, L-carnitine significantly alleviated the morphologic changes of cardiac muscle cells (electron microscopy examination) and decreased the amounts of apoptotic cardiac muscle cells (TUNEL). Furthermore, the dosage of vasoactive drugs used after operation was significantly less in the L-carnitine group (P〈0.01). It was concluded that L-carnitine cardioplegia solution could improve cardiac function in patients undergoing heart valve replacement operation and alleviate CPB-mediated apoptosis of cardiac muscle cells.展开更多
To improve the inference efficiency of convolutional neural networks(CNN),the existing neural networks mainly adopt heuristic and dynamic programming algorithms to realize parallel scheduling among operators.Heuristic...To improve the inference efficiency of convolutional neural networks(CNN),the existing neural networks mainly adopt heuristic and dynamic programming algorithms to realize parallel scheduling among operators.Heuristic scheduling algorithms can generate local optima easily,while the dynamic programming algorithm has a long convergence time for complex structural models.This paper mainly studies the parallel scheduling between operators and proposes an inter-operator parallelism schedule(IOPS)scheduling algorithm that guarantees the minimum similar execution delay.Firstly,a graph partitioning algorithm based on the largest block is designed to split the neural network model into multiple subgraphs.Then,the operators that meet the conditions is replaced according to the defined operator replacement rules.Finally,the optimal scheduling method based on backtracking is used to schedule the computational graph.Network models such as Inception-v3,ResNet-50,and RandWire are selected for testing.The experimental results show that the algorithm designed in this paper can achieve a 1.6×speedup compared with the existing sequential execution methods.展开更多
BACKGROUND Operative reports(OP-Rs)are essential for communication among healthcare providers.They require accuracy and completeness to serve as a quality indicator of patient care.Objective assessment of primary tota...BACKGROUND Operative reports(OP-Rs)are essential for communication among healthcare providers.They require accuracy and completeness to serve as a quality indicator of patient care.Objective assessment of primary total knee replacement(TKR)OP-Rs has never been reported.Therefore,a standardized benchmark for assessment and factors affecting the completeness of TKR OP-Rs needs to be evaluated.AIM To evaluate the completeness rate of primary TKR OP-Rs in a teaching hospital and to assess the factors affecting completeness.METHODS A retrospective review of 58 consecutive primary TKR OP-Rs in a tertiary te-aching hospital were included in this study.We used document analysis to review the OP-Rs against a standardized list of six subsets of mandatory variables.The correlation between the percentage of completeness and the specific variables was determined.RESULTS After analyzing 58 cases,we found that the time to documentation was 1.5 hours.Out of the 52 mandatory variables,a median of 30 variables were documented yielding a completeness of 58%.Administrative,procedural,exposure,and im-plant variables were documented the most often,whereas clinical and process variables were most frequently left uncompleted.The documentation of the operative maneuver was variable.There was no association between the com-pleteness of the reports and the time to documentation,documenter level,com-plication rate,operative duration,or length of hospital stay.CONCLUSION Multiple variables were left undocumented on the unstructured primary TKR OP-Rs.The completeness percentage will likely improve after the implementation of a standardized structured OP-R.展开更多
Based on grow tree composite model, Finite Field Wavelet Grow Tree (FW-GT) was proposed in this paper. FW-GT is a novel framework to be used in data encryption enhancing data security. It is implemented by replacement...Based on grow tree composite model, Finite Field Wavelet Grow Tree (FW-GT) was proposed in this paper. FW-GT is a novel framework to be used in data encryption enhancing data security. It is implemented by replacement operator and wavelet operator. Forward integration and inverse decomposition of FW-GT are performed by replacement, inverse wavelets and its corresponding replacement, wavelet transforms. Replacement operator joined nonlinear factor, wavelet operator completed data transformation between lower dimensional space and higher dimensional space. FW-GT security relies on the difficulty of solving nonlinear equations over finite fields. By using FW-GT, high security of data could be obtained at the cost of low computational complexity. It proved FW-GT algorithm’s correctness in this paper. The experimental result and theory analysis shows the excellent performance of the algorithm.展开更多
文摘Summary: The effects of L-carnitine, as an ingredient of cardioplegia solution, on cardiac function and cardiomyocyte apoptosis in patients undergoing heart valve replacement operation were investigated. Twenty-three cases undergoing heart valve replacement with cardiopulmonary bypass (CPB) were randomly allocated into two groups: L-carnitine group (n=12, 12 g/L L-carnitine was put in the ST. Thomas cardioplegia) and control group (n=11, identical to the L-carnitine group except that normal saline was administered instead of L-carnitine). Serum cardial troponin I (cTnI) levels, the left ventricular ejection fraction (LVEF), and cardiac index (CI) were measured perioperatively. A bit of myocardial tissue obtained from right atria was taken before CPB and by the end of intracardiac procedure to undergo electron microscopy examination and estimate apoptosis by terminal deoxynucleotidyl transferase-mediated dUTP nick end-labeling (TUNEL). From the end of CPB to 3 days after operation, the serum levels of cTnI in the L-carnitine group was significantly lower than that in the control group (P〈0.05). Heart color ultrasonogram showed that the CI index and LVEF at 7th day postoperatively in the L-carnitine group were significantly higher than in the control group (P〈0.05). Compared to the control group, L-carnitine significantly alleviated the morphologic changes of cardiac muscle cells (electron microscopy examination) and decreased the amounts of apoptotic cardiac muscle cells (TUNEL). Furthermore, the dosage of vasoactive drugs used after operation was significantly less in the L-carnitine group (P〈0.01). It was concluded that L-carnitine cardioplegia solution could improve cardiac function in patients undergoing heart valve replacement operation and alleviate CPB-mediated apoptosis of cardiac muscle cells.
基金Supported by the National Key Research and Development Project of China(No.2020AAA0104603)the National Natural Science Foundation of China(No.61834005,61772417)the Shaanxi Province Key R&D Plan(No.2021GY-029).
文摘To improve the inference efficiency of convolutional neural networks(CNN),the existing neural networks mainly adopt heuristic and dynamic programming algorithms to realize parallel scheduling among operators.Heuristic scheduling algorithms can generate local optima easily,while the dynamic programming algorithm has a long convergence time for complex structural models.This paper mainly studies the parallel scheduling between operators and proposes an inter-operator parallelism schedule(IOPS)scheduling algorithm that guarantees the minimum similar execution delay.Firstly,a graph partitioning algorithm based on the largest block is designed to split the neural network model into multiple subgraphs.Then,the operators that meet the conditions is replaced according to the defined operator replacement rules.Finally,the optimal scheduling method based on backtracking is used to schedule the computational graph.Network models such as Inception-v3,ResNet-50,and RandWire are selected for testing.The experimental results show that the algorithm designed in this paper can achieve a 1.6×speedup compared with the existing sequential execution methods.
文摘BACKGROUND Operative reports(OP-Rs)are essential for communication among healthcare providers.They require accuracy and completeness to serve as a quality indicator of patient care.Objective assessment of primary total knee replacement(TKR)OP-Rs has never been reported.Therefore,a standardized benchmark for assessment and factors affecting the completeness of TKR OP-Rs needs to be evaluated.AIM To evaluate the completeness rate of primary TKR OP-Rs in a teaching hospital and to assess the factors affecting completeness.METHODS A retrospective review of 58 consecutive primary TKR OP-Rs in a tertiary te-aching hospital were included in this study.We used document analysis to review the OP-Rs against a standardized list of six subsets of mandatory variables.The correlation between the percentage of completeness and the specific variables was determined.RESULTS After analyzing 58 cases,we found that the time to documentation was 1.5 hours.Out of the 52 mandatory variables,a median of 30 variables were documented yielding a completeness of 58%.Administrative,procedural,exposure,and im-plant variables were documented the most often,whereas clinical and process variables were most frequently left uncompleted.The documentation of the operative maneuver was variable.There was no association between the com-pleteness of the reports and the time to documentation,documenter level,com-plication rate,operative duration,or length of hospital stay.CONCLUSION Multiple variables were left undocumented on the unstructured primary TKR OP-Rs.The completeness percentage will likely improve after the implementation of a standardized structured OP-R.
文摘Based on grow tree composite model, Finite Field Wavelet Grow Tree (FW-GT) was proposed in this paper. FW-GT is a novel framework to be used in data encryption enhancing data security. It is implemented by replacement operator and wavelet operator. Forward integration and inverse decomposition of FW-GT are performed by replacement, inverse wavelets and its corresponding replacement, wavelet transforms. Replacement operator joined nonlinear factor, wavelet operator completed data transformation between lower dimensional space and higher dimensional space. FW-GT security relies on the difficulty of solving nonlinear equations over finite fields. By using FW-GT, high security of data could be obtained at the cost of low computational complexity. It proved FW-GT algorithm’s correctness in this paper. The experimental result and theory analysis shows the excellent performance of the algorithm.