- |
+ |
-
+ |
$patient.id
|
-
+ |
$patient.getFullName()
|
-
+ |
$i18n.getString($patient.gender)
|
-
+ |
$!patient.dobType
|
-
+ |
$format.formatDate( $!patient.birthDate )
|
-
+ |
#if($!patient.bloodGroup && !$patient.bloodGroup.equals("")) $patient.bloodGroup #else $i18n.getString('none') #end
|
- |
+ |
- |
+ |
#foreach( $patientIdentifier in $patient.identifiers )
-
: $patientIdentifier.identifier
|
#end
- |
+ |
- $i18n.getString( "attributes" ) |
+ $i18n.getString( "attributes" ) |
#foreach( $attribute in $patient.attributes )
#if( $patientAttributeValueMap.get( $attribute.id ) != " " )
- $attribute.name :
+ | $attribute.name :
#if($attribute.valueType=="YES/NO")
$i18n.getString( $patientAttributeValueMap.get( $attribute.id ) )
#else
@@ -70,9 +70,9 @@
#end
#end
- |
|
+ |
- $i18n.getString( "enrolled_in_program" ) |
+ $i18n.getString( "enrolled_in_program" ) |
#foreach( $program in $patient.programs )