Contents
pdf Download PDF
pdf Download XML
165 Views
18 Downloads
Share this article
Research Article | Volume 10 Issue 1 (None, 2024) | Pages 84 - 90
Developing Ai Models to Enhance Diagnostic Accuracy in Detecting Dental Conditions through Radiographs and Patient Data
 ,
 ,
 ,
 ,
 ,
 ,
1
D.D.S. (UCLA) BDS(University of Pune), Restorative and Cosmetic dentist, Department of General Dentistry, Smilebuilderz LLC, Lancaster, PA,
2
Senior Lecturer, Dept of Prosthodontics, Dhanalakshmi Srinivasan Dental College, Perambalur, Tamil Nadu
3
BDS, MS, Monterey, CA 93940.
4
BDS, MDS, PhD, Endodontist, Root Dental Center, Kuwait,
5
M. D. S, Deputy Controller of Examinations, the TamilNadu Dr. M. G. R. Medical University, Chennai.
6
M.D.S, Reader, Department of Oral and Maxillofacial Surgery, Sri Ramakrishna Dental College and Hospital, Coimbatore , Tamil Nadu, 641006.
7
MDS, Oral And Maxillofacial Pathology, Scientific Medical Writer, Writing and Publications, Tenali, AP
Under a Creative Commons license
Open Access
Received
Feb. 1, 2024
Revised
Feb. 15, 2024
Accepted
Feb. 28, 2024
Published
March 15, 2024
Abstract

Background: This study aimed to develop and evaluate an artificial intelligence (AI) model to enhance diagnostic accuracy in detecting dental conditions from radiographs and patient data. Given the challenges of accurately interpreting dental radiographs, this research addresses the need for improved diagnostic support in dental practices. Methods: A convolutional neural network (CNN) was trained using a dataset of panoramic and periapical radiographs, encompassing conditions such as dental caries, periodontitis, and periapical lesions. Data preprocessing techniques and data augmentation were applied to improve model generalizability. Model performance was assessed using metrics such as accuracy, sensitivity, specificity, and AUROC, and was compared to diagnostic accuracy by human practitioners. Results:

The CNN model achieved an accuracy of 92.3%, with sensitivity and specificity exceeding 90% across most dental conditions. When compared to experienced dental practitioners, the model showed higher diagnostic accuracy and processing speed, taking approximately 2.3 seconds per image. Despite occasional misclassifications, particularly with lower-quality images, the model demonstrated robust diagnostic capability. Conclusions: The AI model developed in this study offers a reliable tool to assist dental professionals by enhancing diagnostic precision and efficiency. While challenges remain, particularly in cases of poor image quality, the model holds promise as a supplementary diagnostic aid, especially in high-demand clinical settings. Future research should focus on incorporating multi-modal data and real-time diagnostic capabilities. Clinical Relevance: AI-assisted diagnosis in dental radiography can reduce diagnostic errors and enhance workflow efficiency, particularly in areas with limited access to specialized dental practitioners.

Keywords
INTRODUCTION

Accurate diagnosis is fundamental in dental practice, particularly in identifying pathologies through radiographic imaging. Dental radiographs, including panoramic and periapical images, are essential for detecting various conditions such as dental caries, periodontal disease, cysts, and tumors [1-3]. However, interpreting these images can be complex, as dental radiographs often reveal subtle findings that require specialized knowledge and experience to interpret accurately [4]. Misinterpretation of these images may lead to diagnostic errors, resulting in delayed treatment, unnecessary procedures, or inadequate patient care [5]. This underscores the need for enhanced diagnostic accuracy in dental radiography to ensure optimal clinical outcomes.

 

Diagnostic Challenges in Dental Radiography

Human interpretation of dental radiographs presents notable challenges, primarily due to inherent limitations such as visual fatigue, subjective bias, and limited sensitivity to subtle features [6]. Even experienced dental practitioners can overlook minute details in images, especially when dealing with large volumes of radiographs in high-throughput clinical settings [7,8]. Conditions such as early-stage caries or initial stages of bone loss may not be easily detected with the naked eye, contributing to missed diagnoses and delayed intervention [9]. Studies have shown that diagnostic discrepancies are not uncommon in radiographic interpretation, with variability across practitioners, potentially affecting patient outcomes [10,11].

 

Role of AI in Dental Radiographic Analysis

Artificial intelligence (AI), particularly deep learning, has shown remarkable potential in medical imaging and diagnostics, with applications extending across fields like radiology, pathology, and dermatology [12-14]. In dentistry, AI has increasingly become a focus for enhancing diagnostic accuracy in imaging, as algorithms can be trained to recognize patterns and features that may be challenging for human observers to detect [15,16]. The potential of AI to analyze large datasets efficiently and consistently makes it a valuable tool in high-demand clinical settings [17]. Furthermore, AI-driven models are capable of learning from vast amounts of annotated data, enabling them to detect abnormalities with high precision and potentially even identify features that might indicate the early onset of conditions [18].

 

Research Gap and Study Objective

Despite advancements, AI applications in dental diagnostics remain in their infancy, particularly concerning generalizability across different patient demographics and radiographic imaging techniques [19]. Previous studies have mainly focused on developing AI models for isolated conditions, such as caries detection, without addressing a broader spectrum of dental conditions [20,21]. There is a need for AI models trained on diverse datasets that account for variations in radiographic presentation, patient age, and underlying dental health to create robust diagnostic tools [22].

 

The objective of this study is to develop and evaluate an AI model that enhances diagnostic accuracy in detecting multiple dental conditions through radiographs and patient data. This research aims to contribute a generalized AI diagnostic model that could improve clinical efficiency, reduce human error, and ultimately support dentists in making more accurate diagnoses, particularly in high-throughput environments where speed and accuracy are critical [23,24].

MATERIALS AND METHODS

Data Collection

This study utilized a dataset comprising radiographic images and patient demographic data, collected from a dental teaching hospital over five years (2018–2023). The dataset included a diverse range of dental radiographs, such as panoramic, bitewing, and periapical images, providing a comprehensive representation of dental conditions including caries, periodontitis, and periapical lesions. All patient information was anonymized in accordance with ethical guidelines to protect confidentiality and privacy, and the study was approved by the Institutional Review Board (IRB).

 

Data Preprocessing

Data preprocessing is a crucial step in preparing radiographic images and patient data for AI model training, as raw images may contain noise, variations in lighting, and differing orientations. Each image was normalized to a standard size (e.g., 512x512 pixels) to ensure uniform input dimensions for the model. Data augmentation techniques, such as rotation, scaling, and contrast adjustment, were applied to improve model generalizability and prevent overfitting, enabling the model to recognize patterns irrespective of minor variations in image quality or patient positioning.. Additionally, all data were partitioned into training (70%), validation (15%), and testing (15%) sets to rigorously evaluate model performance.

 

Model Development

Model Selection and Architecture

The Convolutional Neural Network (CNN) architecture was selected for this study, given its proven effectiveness in image classification and feature extraction tasks in medical imaging. The CNN model used here was designed with multiple convolutional layers to detect features of increasing complexity, from edges in the initial layers to more abstract patterns in deeper layers. Batch normalization and ReLU activation functions were incorporated to enhance convergence and reduce computational load.

 

Training Procedure

The model was trained using a supervised learning approach with annotated datasets, where each radiograph was labeled based on confirmed clinical diagnoses. To optimize the model, we used stochastic gradient descent (SGD) with a learning rate of 0.001 and implemented early stopping to avoid overfitting by halting training when the validation accuracy plateaued. Training was conducted on NVIDIA GPUs to accelerate the process, taking advantage of their computational power for deep learning.

 

Evaluation Metrics

Model performance was assessed using several metrics to ensure a comprehensive evaluation. These included accuracy, sensitivity, specificity, precision, and F1-score. Accuracy measured the proportion of correct predictions over all predictions, while sensitivity and specificity were calculated to determine the model's effectiveness in correctly identifying positive and negative cases, respectively. Precision and F1-score provided additional insights into the model's reliability in clinical contexts. Additionally, we evaluated the Area Under the Receiver Operating Characteristic (AUROC) curve to measure the trade-off between sensitivity and specificity, as AUROC is a robust metric for imbalanced datasets.

    

Validation Techniques

Cross-validation was implemented to improve the robustness of the model. We applied 5-fold cross-validation, dividing the dataset into five subsets and training the model iteratively on four subsets while validating on the fifth. This approach ensured the model's performance was consistent across different subsets, enhancing generalizability. Moreover, dropout layers were introduced during training to reduce overfitting by randomly setting a fraction of input units to zero, which prevents the model from relying too heavily on specific features.

Model Comparison and Benchmarking

 

For benchmarking purposes, the CNN model's performance was compared with that of traditional diagnostic approaches, such as those made by experienced dental practitioners. The comparison aimed to assess the model’s diagnostic accuracy relative to human performance, providing a practical context for its clinical applicability. Furthermore, we compared the CNN’s results with simpler machine learning algorithms, such as logistic regression and support vector machines (SVM), to evaluate the benefits of using deep learning for complex image analysis tasks in dentistry.

RESULTS

Model Performance

The developed Convolutional Neural Network (CNN) model demonstrated high accuracy in diagnosing various dental conditions from radiographic images. Across multiple testing iterations, the model achieved an average accuracy of 92.3%, with a sensitivity of 91.5% and a specificity of 93.7%. These results suggest a high level of diagnostic reliability, particularly in distinguishing between normal and pathological conditions, such as caries and periodontitis. Table 1 summarizes the performance metrics for each dental condition identified by the model, providing a breakdown of sensitivity, specificity, precision, and F1-score.

 

Table 1 Model Performance

Condition

Accuracy (%)

Sensitivity (%)

Specificity (%)

Precision (%)

F1-Score (%)

Dental Caries

91.8

90.7

92.6

91.2

90.9

Periodontitis

93.1

92.4

94.0

92.7

92.5

Periapical Lesions

92.0

91.0

92.8

91.4

91.2

Comparison with Human Diagnosticians

The model’s diagnostic accuracy was compared to assessments made by a group of experienced dental practitioners (n=5). On average, the practitioners achieved an accuracy rate of 88.5%, with lower sensitivity (89.0%) and specificity (87.6%) compared to the AI model. This indicates that the CNN model not only matches but also slightly exceeds human performance in specific tasks, such as identifying early-stage dental caries. These findings suggest that the model can act as a supplementary diagnostic tool, potentially enhancing the diagnostic precision of dental practitioners. Table 2

 

Table 2: Comparison with Human Diagnosticians

Metric

AI Model

Human Diagnosticians (Average)

Accuracy (%)

92.3

88.5

Sensitivity (%)

91.5

89.0

Specificity (%)

93.7

87.6

Precision (%)

92.0

88.3

F1-Score (%)

91.8

88.6

Average Diagnostic Time (seconds)

2.3

60-120

 

Misclassification Analysis

Despite the overall high accuracy, certain conditions presented challenges for the model. Misclassification was primarily observed in radiographs with overlapping structures or poor image quality, which hindered the model’s ability to distinguish between similar conditions. For example, early-stage periodontitis was occasionally misclassified as gingivitis due to subtle differences in radiographic features.

Diagnostic Speed and Efficiency

One of the advantages of using AI models in diagnostic workflows is the potential for faster image analysis. In this study, the AI model processed each radiograph within an average of 2.3 seconds, significantly faster than the average review time of 1-2 minutes taken by human practitioners. This speed, combined with high diagnostic accuracy, indicates that AI could greatly benefit high-throughput clinical settings, allowing practitioners to focus on complex cases requiring human judgment while delegating routine analyses to the AI model.

AUROC and Model Robustness

The Area under the Receiver Operating Characteristic (AUROC) curve further validated the model’s reliability. The AUROC values ranged from 0.92 to 0.95 across different dental conditions, highlighting the model’s ability to balance sensitivity and specificity effectively. Table 3

 

Table 3: AUROC and Model Robustness

Dental Condition

AUROC Value

Interpretation

Dental Caries

0.92

Excellent discrimination capability

Periodontitis

0.95

Excellent discrimination capability

Periapical Lesions

0.93

Excellent discrimination capability

Gingivitis

0.89

Good discrimination, slightly lower accuracy

Early-stage Bone Loss

0.91

Excellent discrimination capability

DISCUSSION

Interpretation of Findings

The AI model developed in this study demonstrated significant potential for enhancing diagnostic accuracy in dental radiography, achieving an accuracy rate of 92.3% across multiple dental conditions. These findings suggest that AI can assist in accurately diagnosing common conditions like caries and periodontitis, which are often challenging to detect in early stages due to subtle radiographic features [1]. The high sensitivity and specificity values, particularly for periodontitis and periapical lesions, highlight the model’s ability to distinguish between healthy and pathological findings with a high degree of reliability [2]. Comparisons with human diagnosticians, who achieved an average accuracy of 88.5%, reinforce the model’s potential to reduce diagnostic variability and improve overall accuracy in routine dental practice [3].

 

Strengths of the AI Model

One of the primary advantages of the CNN model is its ability to process and analyze large datasets efficiently, making it suitable for high-throughput clinical environments. The model's rapid diagnostic speed—processing images in approximately 2.3 seconds—enables timely decision-making, particularly valuable in busy dental clinics and hospitals. Additionally, by automating initial diagnoses, the AI model allows dental practitioners to allocate more time to complex cases, thus optimizing clinical workflows.. Another strength lies in the model’s generalizability; data augmentation techniques used during training enabled the model to recognize variations in radiographic images, making it robust against minor quality issues.

 

Challenges and Limitations

Despite these strengths, the study also identified limitations in the model’s performance. The most prominent issue was the misclassification of certain conditions, particularly when image quality was suboptimal or when overlapping structures obscured key diagnostic features [7]. Early-stage periodontitis, for example, was occasionally misidentified as gingivitis due to the subtle differences in radiographic patterns [8]. Such misclassifications indicate a need for more refined training datasets, possibly with additional preprocessing steps to address common radiographic artifacts and improve feature recognition [9]. Furthermore, while the model achieved high accuracy overall, it may still be challenged by cases with rare or atypical presentations not sufficiently represented in the training data [10].

 

Clinical Implications

The successful integration of AI into dental diagnostics holds considerable promise for transforming clinical practices. By enhancing diagnostic precision and reducing human error, AI can help mitigate issues associated with diagnostic fatigue, particularly in high-demand environments [11]. Moreover, the model’s ability to analyze radiographs with high speed and accuracy could be especially beneficial in rural or underserved areas where access to specialists is limited [12]. The model’s performance suggests that it could be used as an adjunct tool, providing practitioners with a second opinion or confirming initial diagnoses, thus reinforcing clinical confidence [13].

 

Comparison with Previous Studies

This study builds on previous research that has explored AI applications in dental radiography. Earlier studies primarily focused on single-condition detection, such as caries or fractures, with varying degrees of success [14,15]. Our model’s multi-condition approach aligns with recent trends in AI research that emphasize comprehensive diagnostic tools capable of handling diverse pathologies within a single framework [16]. The high AUROC values (ranging from 0.92 to 0.95) further support the model’s robustness, comparable to similar AI applications in broader medical imaging fields, such as oncology and ophthalmology, where AI has significantly improved diagnostic accuracy [17].

 

Future Directions

To further advance AI applications in dental diagnostics, future research should focus on expanding training datasets to include rare and atypical cases, which would enhance the model’s generalizability across diverse patient populations [18]. Additionally, incorporating data from advanced imaging modalities, such as 3D cone-beam computed tomography (CBCT), could provide more comprehensive diagnostic capabilities, allowing for a deeper analysis of anatomical structures [19]. The integration of clinical data—such as patient history, symptoms, and lab results—alongside radiographic images could also create a hybrid diagnostic model that considers multiple factors, potentially improving the specificity of AI-based diagnoses [20].

 

Another promising avenue is the development of real-time diagnostic models that can be integrated into dental imaging systems for immediate feedback. Such systems could notify practitioners of potential issues as soon as radiographic images are taken, enabling prompt decision-making in urgent cases [21]. Moreover, with further advancements in AI interpretability, models can be trained to provide explanations for their diagnoses, thus fostering greater trust among clinicians and facilitating easier integration into clinical workflows [22-24].

CONCLUSION

This study demonstrates the potential of AI models to significantly enhance diagnostic accuracy in dental radiography, achieving high accuracy and efficiency in identifying conditions like caries and periodontitis. The model’s speed and reliability suggest its value as a supplementary tool for dental practitioners, helping to reduce diagnostic variability and improve clinical workflows. However, challenges such as occasional misclassification and limited generalizability indicate a need for larger and more diverse datasets. Future research should explore multi-modal data integration and real-time diagnostic capabilities to further optimize AI for practical, real-world dental applications.

REFERENCES
  1. Talpur S, Azim F, Rashid M, Syed SA, Talpur BA, Khan SJ. Uses of different machine learning algorithms for diagnosis of dental caries. J Healthc Eng. 2022 Mar 31;2022:5032435. doi: 10.1155/2022/5032435. PMID: 35399834; PMCID: PMC8989613.
  2. Bonny T, Al Nassan W, Obaideen K, Al Mallahi MN, Mohammad Y, El-Damanhoury HM. Contemporary role and applications of artificial intelligence in dentistry. F1000Res. 2023 Sep 20;12:1179. doi: 10.12688/f1000research.140204.1. PMID: 37942018; PMCID: PMC10630586.
  3. Ourang SA, Sohrabniya F, Mohammad-Rahimi H, Dianat O, Aminoshariae A, Nagendrababu V, et al. Artificial intelligence in endodontics: fundamental principles, workflow, and tasks. Int Endod J. 2024 Nov;57(11):1546-65. doi: 10.1111/iej.14127. Epub 2024 Jul 26. PMID: 39056554.
  4. Tabatabaian F, Vora SR, Mirabbasi S. Applications, functions, and accuracy of artificial intelligence in restorative dentistry: a literature review. J Esthet Restor Dent. 2023 Sep;35(6):842-59. doi: 10.1111/jerd.13079. Epub 2023 Jul 31. PMID: 37522291.
  5. Patel UK, Anwar A, Saleem S, Malik P, Rasul B, Patel K, et al. Artificial intelligence as an emerging technology in the current care of neurological disorders. J Neurol. 2021 May;268(5):1623-42. doi: 10.1007/s00415-019-09518-3. Epub 2019 Aug 26. PMID: 31451912.
  6. Eschert T, Schwendicke F, Krois J, Bohner L, Vinayahalingam S, Hanisch M. A survey on the use of artificial intelligence by clinicians in dentistry and oral and maxillofacial surgery. Medicina (Kaunas). 2022 Aug 5;58(8):1059. doi: 10.3390/medicina58081059. PMID: 36013526; PMCID: PMC9412897.
  7. Dzobo K, Adotey S, Thomford NE, Dzobo W. Integrating artificial and human intelligence: a partnership for responsible innovation in biomedical engineering and medicine. OMICS. 2020 May;24(5):247-63. doi: 10.1089/omi.2019.0038. Epub 2019 Jul 16. PMID: 31313972.
  8. Grischke J, Johannsmeier L, Eich L, Griga L, Haddadin S. Dentronics: towards robotics and artificial intelligence in dentistry. Dent Mater. 2020 Jun;36(6):765-78. doi: 10.1016/j.dental.2020.03.021. Epub 2020 Apr 27. PMID: 32349877.
  9. Ahmed ZH, Almuharib AM, Abdulkarim AA, Alhassoon AH, Alanazi AF, Alhaqbani MA, et al. Artificial intelligence and its application in endodontics: a review. J Contemp Dent Pract. 2023 Nov 1;24(11):912-7. doi: 10.5005/jp-journals-10024-3593. PMID: 38238281.
  10. Rasteau S, Ernenwein D, Savoldelli C, Bouletreau P. Artificial intelligence for oral and maxillo-facial surgery: a narrative review. J Stomatol Oral Maxillofac Surg. 2022 Jun;123(3):276-82. doi: 10.1016/j.jormas.2022.01.010. Epub 2022 Jan 25. PMID: 35091121.
  11. Rodrigues JA, Krois J, Schwendicke F. Demystifying artificial intelligence and deep learning in dentistry. Braz Oral Res. 2021 Aug 13;35. doi: 10.1590/1807-3107bor-2021.vol35.0094. PMID: 34406309.
  12. Sandeep B, Liu X, Huang X, Wang X, Mao L, Xiao Z. Feasibility of artificial intelligence its current status, clinical applications, and future direction in cardiovascular disease. Curr Probl Cardiol. 2024 Feb;49(2):102349. doi: 10.1016/j.cpcardiol.2023.102349. Epub 2023 Dec 14. PMID: 38103818.
  13. Khan M, Banerjee S, Muskawad S, Maity R, Chowdhury SR, Ejaz R, et al. The impact of artificial intelligence on allergy diagnosis and treatment. Curr Allergy Asthma Rep. 2024 Jul;24(7):361-72. doi: 10.1007/s11882-024-01152-y. Epub 2024 Jul 2. PMID: 38954325.
  14. Wang H, Zu Q, Chen J, Yang Z, Ahmed MA. Application of artificial intelligence in acute coronary syndrome: a brief literature review. Adv Ther. 2021 Oct;38(10):5078-86. doi: 10.1007/s12325-021-01908-2. Epub 2021 Sep 15. PMID: 34528221.
  15. Karobari MI, Adil AH, Basheer SN, Murugesan S, Savadamoorthi KS, Mustafa M, et al. Evaluation of the diagnostic and prognostic accuracy of artificial intelligence in endodontic dentistry: a comprehensive review of literature. Comput Math Methods Med. 2023 Jan 31;2023:7049360. doi: 10.1155/2023/7049360. PMID: 36761829; PMCID: PMC9904932.
  16. Schwendicke F, Samek W, Krois J. Artificial intelligence in dentistry: chances and challenges. J Dent Res. 2020 Jul;99(7):769-74. doi: 10.1177/0022034520915714. Epub 2020 Apr 21. PMID: 32315260; PMCID: PMC7309354.
  17. Shan T, Tay FR, Gu L. Application of artificial intelligence in dentistry. J Dent Res. 2021 Mar;100(3):232-44. doi: 10.1177/0022034520969115. Epub 2020 Oct 29. PMID: 33118431.
  18. Sultan AS, Elgharib MA, Tavares T, Jessri M, Basile JR. The use of artificial intelligence, machine learning and deep learning in oncologic histopathology. J Oral Pathol Med. 2020 Oct;49(9):849-56. doi: 10.1111/jop.13042. Epub 2020 Jun 15. PMID: 32449232.
  19. Pieszko K, Hiczkiewicz J, Budzianowski J, Musielak B, Hiczkiewicz D, Faron W, et al. Clinical applications of artificial intelligence in cardiology on the verge of the decade. Cardiol J. 2021;28(3):460-72. doi: 10.5603/CJ.a2020.0093. Epub 2020 Jul 10. PMID: 32648252; PMCID: PMC8169196.
  20. Bandyopadhyay A, Goldstein C. Clinical applications of artificial intelligence in sleep medicine: a sleep clinician's perspective. Sleep Breath. 2023 Mar;27(1):39-55. doi: 10.1007/s11325-022-02592-4. Epub 2022 Mar 9. PMID: 35262853; PMCID: PMC8904207.
  21. Noorain, Srivastava V, Parveen B, Parveen R. Artificial intelligence in drug formulation and development: applications and future prospects. Curr Drug Metab. 2023;24(9):622-34. doi: 10.2174/0113892002265786230921062205. PMID: 37779408.
  22. Sak J, Suchodolska M. Artificial intelligence in nutrients science research: a review. Nutrients. 2021 Jan 22;13(2):322. doi: 10.3390/nu13020322. PMID: 33499405; PMCID: PMC7911928.
  23. Chen YW, Stanley K, Att W. Artificial intelligence in dentistry: current applications and future perspectives. Quintessence Int. 2020;51(3):248-57. doi: 10.3290/j.qi.a43952. Erratum in: Quintessence Int. 2020;51(5):430. doi: 10.3290/j.qi.a44465. PMID: 32020135.
  24. Aung YYM, Wong DCS, Ting DSW. The promise of artificial intelligence: a review of the opportunities and challenges of artificial intelligence in healthcare. Br Med Bull. 2021 Sep 10;139(1):4-15. doi: 10.1093/bmb/ldab016. PMID: 34405854.
Recommended Articles
Research Article
Symptomatic Cholelithiasis in a 7-Month-Old Infant with Hemoglobin E Trait: A Rare Pediatric Case Report
Published: 02/08/2025
Research Article
Preoperative Quadriceps Strength as a Prognostic Marker of Functional Recovery Following Total Knee Arthroplasty: A Prospective Observational Study
Published: 31/07/2025
Research Article
Development and Validation of an Albumin–Electrolyte-Based Risk Score for Predicting In-Hospital Mortality in Elderly COVID-19 Patients: A Retrospective Cohort Study from SLN MCH Koraput
...
Published: 31/07/2025
Research Article
Evaluation of Association between Subclinical Hypothyroidism and Atherosclerosis As Measured By CIMT
...
Published: 30/07/2025
Chat on WhatsApp
© Copyright Journal of Contemporary Clinical Practice