Frappe Health - Revision: 7db0a305a2

Create Wiki Page

Restore Revision

Administrator edited on Jul 20, 2022, 11:41:50 AM

@@ -0,0 +1,36 @@
+> Introduced in Version 13
+
+Mapping Exercises for a Patient is at the heart of Rehabilitation and Physiotherapy. Exercise Type in ERPNext helps you templatize the Exercise based on its difficulty level, body parts for which it is prescribed and the steps involved in the same.
+
+To create an Exercise Type, go to:
+
+> Home > Healthcare > Rehabilitation and Physiotherapy > Exercise Type
+
+## 1. How to Create an Exercise Type
+
+1. Go to Exercise Type list, click on New.
+2. Enter a unique Exercise Name.
+3. Optionally select a Difficulty Level, add some description for the Exercise Type.
+4. You can also select the Body Parts for which the Exercise will be prescribed. This linking will help you add exercises automatically to a Therapy Type.
+5. Save.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/exercise-type.png">
+
+## 2. Features
+
+### 2.1 Add Exercise Steps
+
+You can attach a document for Exercise Instructions or also create a Video document and link it in Exercise Type.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/exercise-video.png">
+
+You can also add instructions with images and descriptions for detailed demonstrations using the **Add** button under the "Exercise Steps" section.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/exercise-type-steps.png">
+
+Click on the edit button on each card to edit the content.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/edit-exercise-step.png">
+
+## 3. Related Topics
+1. [Therapy Type](/docs/v13/user/manual/en/healthcare/therapy_type)