Root canal treatment prognosis, and therefore the survival of the treated tooth, depends on the asepsis achieved within the root canal system prior to root canal obturation. The separation of the endodontic instruments inside the root canal system prevents the disinfection of the same; predisposing the formation of endodontic infections secondary to root canal treatment if the separate fragment is not removed.
The root canal instrumentation characterized by an accentuated curvature, subjects the rotary instruments to stress-compression cycles at the point of maximum curvature; which can condition its fracture within the root canal.
The design of this prototype is intended to simulate the operator's movements during the treatment of root canal, in order to subject the instruments to all kinds of conditions to study their behavior. A better knowledge of the behavior of endodontic instruments during the root canal treatment, will allow to avoid intraoperative complications such as the separation of the instruments.
You can build the project using the Maven wrapper included. In Linux/Mac OS X you should type the following:
$ ./mvnw package
Or in Windows:
mvnw.cmd package
This will create an executable JAR under target/ folder called "manager-{version}-shaded.jar". Once the executable jar was created, to execute the project you should type the following:
$ java -jar target/manager-{version}-shaded.jar
- Windows, MacOS X or Linux platform
- Java 8
This project is licensed under the Apache 2.0 license - see the LICENSE.txt file for details.
