using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace framework_business { public class xBodyMap { public static Dictionary BodyPartCollection = new Dictionary() { {1,"Right anterior trapezius"}, {2,"Left anterior chest"}, {3,"Right anterior chest"}, {4,"Right anterior lower abdomen"}, {5,"Right anterior upper abdomen"}, {6,"Right anterior head"}, {7,"Right anterior shoulder"}, {8,"Left anterior shoulder"}, {9,"Left anterior head"}, {10,"Left anterior arm"}, {11,"Left anterior pelvis"}, {12,"Left anterior wrist"}, {13,"Left anterior upper abdomen"}, {14,"anterior neck"}, {15,"Left anterior lower abdomen"}, {16,"Left anterior trapezius"}, {17,"Left anterior hand"}, {18,"Left anterior leg"}, {19,"Left anterior thigh"}, {20,"Left knee"}, {21,"Right anterior pelvis"}, {22,"Left cubital fossa"}, {23,"Left anterior forearm"}, {24,"Right anterior arm"}, {25,"Right anterior thigh"}, {26,"Left foot"}, {27,"Right knee"}, {28,"Right anterior wrist"}, {29,"Right anterior forearm"}, {30,"Right anterior hand"}, {31,"Right cubital fossa"}, {32,"Right anterior leg"}, {33,"Right foot"}, {34,"Left lateral thigh"}, {36,"Left lateral leg"}, {37,"Left lateral foot"}, {38,"Left lateral ankle"}, {39,"Left lateral knee"}, {40,"Left lateral upper abdomen"}, {41,"Left lateral arm"}, {42,"Left lateral forearm"}, {43,"Left lateral chest"}, {44,"Left lateral lower abdomen"}, {45,"Left lateral hip"}, {46,"Left lateral neck"}, {47,"Left lateral wrist"}, {48,"Left lateral elbow"}, {49,"Left lateral head"}, {50,"Left hand"}, {51,"Left lateral shoulder"}, {52,"Left superior trapezius"}, {53,"Left upper back"}, {54,"Right upper back"}, {55,"Right buttock"}, {56,"Right posterior thigh"}, {59,"Posterior neck"}, {60,"Left posterior hand"}, {62,"Left posterior shoulder"}, {63,"Left posterior wrist"}, {64,"Left posterior arm"}, {65,"Left posterior forearm"}, {66,"Left posterior trapezius"}, {67,"Left posterior elbow"}, {68,"Right posterior shoulder"}, {69,"Right mid back"}, {70,"Right posterior trapezius"}, {71,"Right lower back"}, {72,"Left posterior head"}, {73,"Left heel"}, {74,"Right posterior head"}, {75,"Right posterior arm"}, {76,"Right heel"}, {77,"Left posterior leg"}, {78,"Right posterior leg"}, {79,"Right posterior forearm"}, {80,"Right posterior hand"}, {81,"Right posterior wrist"}, {82,"Right posterior knee"}, {83,"Right posterior elbow"}, {84,"Left buttock"}, {85,"Left posterior knee"}, {86,"Left posterior thigh"}, {87,"Left mid back"}, {88,"Left lower back"}, {89,"Right lateral thigh"}, {91,"Right lateral leg"}, {92,"Right lateral foot"}, {93,"Right lateral ankle"}, {94,"Right lateral knee"}, {95,"Right lateral upper abdomen"}, {96,"Right lateral arm"}, {97,"Right lateral forearm"}, {98,"Right lateral chest"}, {99,"Right lateral lower abdomen"}, {100,"Right lateral hip"}, {101,"Right lateral neck"}, {102,"Right lateral wrist"}, {103,"Right lateral elbow"}, {104,"Right lateral head"}, {105,"Right hand"}, {106,"Right lateral shoulder"}, {107,"Right lateral superior trapezius"} }; } }