From 2e2d932954285a0295e76f45130a70dd54a44c1a Mon Sep 17 00:00:00 2001 From: Burke Mamlin Date: Thu, 21 Sep 2023 13:50:41 -0400 Subject: [PATCH] Fix architecture image --- Technology/architecture.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Technology/architecture.md b/Technology/architecture.md index 0a8831c..ee6a566 100644 --- a/Technology/architecture.md +++ b/Technology/architecture.md @@ -7,8 +7,7 @@ OpenMRS is a framework built upon Java and other related frameworks. It is based The key architectural components of the OpenMRS core can be depicted as follows: -
_ An Overview of OpenMRS _ - +![_An Overview of OpenMRS_](/assets/OpenMRS-architecture.png) The backbone of OpenMRS lies in its core API. The OpenMRS API has methods for all of the basic functions such as adding/updating a patient, encounter, observation, etc. Methods which enable this functionality are provided in service layer classes.