|
|
|
|
@ -73,7 +73,7 @@ class MyReferralDetailScreen extends StatelessWidget {
|
|
|
|
|
Expanded(
|
|
|
|
|
child: AppText(
|
|
|
|
|
(Helpers.capitalize(model.patientArrivalList[0].patientDetails.fullName)),
|
|
|
|
|
fontSize: SizeConfig.textMultiplier * 3,
|
|
|
|
|
fontSize: SizeConfig.textMultiplier * 2.5,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
backGroundcolor: Colors.white,
|
|
|
|
|
fontFamily: 'Poppins',
|
|
|
|
|
@ -139,12 +139,15 @@ class MyReferralDetailScreen extends StatelessWidget {
|
|
|
|
|
referredOn: pendingReferral.referredOn,
|
|
|
|
|
patientInfo: pendingReferral,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
child: ProfileMedicalInfoWidgetSearch(
|
|
|
|
|
patient: model.patientArrivalList[0],
|
|
|
|
|
patientType: "7",
|
|
|
|
|
from: null,
|
|
|
|
|
to: null,
|
|
|
|
|
Padding(
|
|
|
|
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
|
|
|
|
child: SizedBox(
|
|
|
|
|
child: ProfileMedicalInfoWidgetSearch(
|
|
|
|
|
patient: model.patientArrivalList[0],
|
|
|
|
|
patientType: "7",
|
|
|
|
|
from: null,
|
|
|
|
|
to: null,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
|