|
|
{{ $ipdPrescription->patient->patient->user->full_name }}
|
|
{{ $ipdPrescription->patient->patient->user->email }}
|
|
{{ $ipdPrescription->patient->patient->user->phone != null ? $ipdPrescription->patient->patient->user->region_code.$ipdPrescription->patient->patient->user->phone : __('messages.common.n/a') }}
|
|
{{ $ipdPrescription->patient->patient->user->gender == 0 ? __('messages.user.male') : __('messages.user.female') }}
|
|
{{ $ipdPrescription->patient->patient->user->age }}
|
|
{{ $ipdPrescription->patient->height != null ? $ipdPrescription->patient->height : __('messages.common.n/a') }}
|
|
{{ $ipdPrescription->patient->weight != null ? $ipdPrescription->patient->weight : __('messages.common.n/a') }}
|
|
{{ $ipdPrescription->patient->bp != null ? $ipdPrescription->patient->bp : __('messages.common.n/a') }}
|