]> git.plutz.net Git - confetti/blobdiff - templates/text_cards.sh
basic fields for medical view
[confetti] / templates / text_cards.sh
index ec308ffb4427b73dd2003e8d04c94d4400a9bf45..2e364461d9855125176d7d34d7e26b7a72badd21 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright 2014 Paul Hänsch
+# Copyright 2014, 2016 Paul Hänsch
 #
 # This file is part of Confetti.
 # 
@@ -15,8 +15,6 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
 
-declare -A item_name
-
 item_name[PHOTO]="Foto"
 item_name[LOGO]="Logo"
 item_name[FN]="Voller Name"
@@ -67,6 +65,14 @@ item_name[UID]=""
 item_name[VERSION]=""
 item_name[XML]=""
 
+item_name[X-HEALTH-INSURANCE]="Krankenversicherung"
+item_name[hi_company]="Versicherungsgesellschaft"
+item_name[hi_number]="Versichertennummer"
+item_name[hi_status]="Versichertenstatus"
+item_name[X-HEALTH-INSURANCE-NOCONTRIB]="Zuzahlungsbefreiung"
+item_name[X-CLIENT-REFERRAL]="Empfehlung durch"
+item_name[prescriptions]="Verordnungen"
+
 item_name[X-ZACK-JOINDATE]="Anmeldedatum"
 item_name[X-ZACK-LEAVEDATE]="Abmeldedatum"
 item_name[label_join]="Anm."
@@ -109,3 +115,4 @@ item_name[female]="&#x2640;"
 item_name[male]="&#x2642;"
 item_name[other]="&#x26A5;"
 item_name[none]="&#x26AA;"
+