|
|
|
|
@ -52,7 +52,7 @@ class ContactLensPage extends StatelessWidget {
|
|
|
|
|
getRow('OZ', '${listHISGetContactLensPerscription.oZ}'),
|
|
|
|
|
getRow('CT', '${listHISGetContactLensPerscription.cT}'),
|
|
|
|
|
getRow('Blend', '${listHISGetContactLensPerscription.blend}'),
|
|
|
|
|
getRow(TranslationBase.of(context).reminder, '${listHISGetContactLensPerscription.remarks}', isLast: true),
|
|
|
|
|
getRow(TranslationBase.of(context).remarks, '${listHISGetContactLensPerscription.remarks}', isLast: true),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -84,7 +84,7 @@ class ContactLensPage extends StatelessWidget {
|
|
|
|
|
getRow('OZ', '${listHISGetContactLensPerscription.oZ}'),
|
|
|
|
|
getRow('CT', '${listHISGetContactLensPerscription.cT}'),
|
|
|
|
|
getRow('Blend', '${listHISGetContactLensPerscription.blend}'),
|
|
|
|
|
getRow(TranslationBase.of(context).reminder, '${listHISGetContactLensPerscription.remarks}', isLast: true),
|
|
|
|
|
getRow(TranslationBase.of(context).remarks, '${listHISGetContactLensPerscription.remarks}', isLast: true),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|