Search results for: T. Kudo
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 3

Search results for: T. Kudo

3 Hypoglycemic Coma in Elderly Patients with Diabetes mellitus

Authors: D. Furuya, H. Ryujin, S. Takahira, Y. Sekine, Y. Oya, K. Sonoda, H. Ogawa, Y. Nomura, R. Maruyama, H. Kim, T. Kudo, A. Nakano, T. Saruta, S. Sugita, M. Nemoto, N. Tanahashi

Abstract:

Purpose: To study the clinical characteristics of hypoglycemic coma in adult patients with type 1 or type 2 diabetes mellitus (DM). Methods: Participants in this retrospective study comprised 91 patients (54 men, 37 women; mean age ± standard deviation, 71.5 ± 12.6 years; range, 42-97 years) brought to our emergency department by ambulance with disturbance of consciousness in the 7 years from April 2007 to March 2014. Patients with hypoglycemia caused by alcoholic ketoacidosis, nutrition disorder, malignancies and psychological disorder were excluded. Results: Patients with type 1 (8 of 91) or type 2 DM (83 of 91) were analyzed. Mean blood sugar level was 31.6 ± 10.4 in all patients. A sulfonylurea (SU) was more commonly used in elderly (>75 years old; n=44)(70.5%) than in younger patients (36.2%, p < 0.05). Cases showing prolonged unconsciousness (range, 1 hour to 21 days; n=30) included many (p < 0.05) patients with dementia (13.3%; 0.5% without dementia) and fewer (p < 0.05) patients with type 1 DM (0%; 13.1% in type 2 DM). Specialists for DM (n=33) used SU less often (24.2%) than general physicians (69.0%, p < 0.05). Conclusion: In cases of hypoglycemic coma, SU was frequently used in elderly patients with DM.

Keywords: hypoglycemic coma, Diabetes mellitus, unconsciousness, elderly patients

Procedia PDF Downloads 453
2 Experimental and Numerical Studies on Hydrogen Behavior in a Small-Scale Container with Passive Autocatalytic Recombiner

Authors: Kazuyuki Takase, Yoshihisa Hiraki, Gaku Takase, Isamu Kudo

Abstract:

One of the most important issue is to ensure the safety of long-term waste storage containers in which fuel debris and radioactive materials are accumulated. In this case, hydrogen generated by water decomposition by radiation is accumulated in the container for a long period of time, so it is necessary to reduce the concentration of hydrogen in the container. In addition, a condition that any power supplies from the outside of the container are unnecessary is requested. Then, radioactive waste storage containers with the passive autocatalytic recombiner (PAR) would be effective. The radioactive waste storage container with PAR was used for moving the fuel debris of the Three Mile Island Unit 2 to the storage location. However, the effect of PAR is not described in detail. Moreover, the reduction of hydrogen concentration during the long-term storage period was performed by the venting system, which was installed on the top of the container. Therefore, development of a long-term storage container with PAR was started with the aim of safely storing fuel debris picked up at the Fukushima Daiichi Nuclear Power Plant for a long period of time. A fundamental experiment for reducing the concentration of hydrogen which generates in a nuclear waste long-term storage container was carried out using a small-scale container with PAR. Moreover, the circulation flow behavior of hydrogen in the small-scale container resulting from the natural convection by the decay heat was clarified. In addition, preliminary numerical analyses were performed to predict the experimental results regarding the circulation flow behavior and the reduction of hydrogen concentration in the small-scale container. From the results of the present study, the validity of the container with PAR was experimentally confirmed on the reduction of hydrogen concentration. In addition, it was predicted numerically that the circulation flow behavior of hydrogen in the small-scale container is blocked by steam which generates by chemical reaction of hydrogen and oxygen.

Keywords: hydrogen behavior, reduction of concentration, long-term storage container, small-scale, PAR, experiment, analysis

Procedia PDF Downloads 137
1 Scalable UI Test Automation for Large-scale Web Applications

Authors: Kuniaki Kudo, Raviraj Solanki, Kaushal Patel, Yash Virani

Abstract:

This research mainly concerns optimizing UI test automation for large-scale web applications. The test target application is the HHAexchange homecare management WEB application that seamlessly connects providers, state Medicaid programs, managed care organizations (MCOs), and caregivers through one platform with large-scale functionalities. This study focuses on user interface automation testing for the WEB application. The quality assurance team must execute many manual users interface test cases in the development process to confirm no regression bugs. The team automated 346 test cases; the UI automation test execution time was over 17 hours. The business requirement was reducing the execution time to release high-quality products quickly, and the quality assurance automation team modernized the test automation framework to optimize the execution time. The base of the WEB UI automation test environment is Selenium, and the test code is written in Python. Adopting a compilation language to write test code leads to an inefficient flow when introducing scalability into a traditional test automation environment. In order to efficiently introduce scalability into Test Automation, a scripting language was adopted. The scalability implementation is mainly implemented with AWS's serverless technology, an elastic container service. The definition of scalability here is the ability to automatically set up computers to test automation and increase or decrease the number of computers running those tests. This means the scalable mechanism can help test cases run parallelly. Then test execution time is dramatically decreased. Also, introducing scalable test automation is for more than just reducing test execution time. There is a possibility that some challenging bugs are detected by introducing scalable test automation, such as race conditions, Etc. since test cases can be executed at same timing. If API and Unit tests are implemented, the test strategies can be adopted more efficiently for this scalability testing. However, in WEB applications, as a practical matter, API and Unit testing cannot cover 100% functional testing since they do not reach front-end codes. This study applied a scalable UI automation testing strategy to the large-scale homecare management system. It confirmed the optimization of the test case execution time and the detection of a challenging bug. This study first describes the detailed architecture of the scalable test automation environment, then describes the actual performance reduction time and an example of challenging issue detection.

Keywords: aws, elastic container service, scalability, serverless, ui automation test

Procedia PDF Downloads 58