|
|
|
|
@ -70,7 +70,9 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
body: NetworkBaseView(
|
|
|
|
|
baseViewModel: model,
|
|
|
|
|
child: SingleChildScrollView(
|
|
|
|
|
child: Center(
|
|
|
|
|
child: Container(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
child: Column(
|
|
|
|
|
children: [
|
|
|
|
|
Padding(
|
|
|
|
|
@ -207,7 +209,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
Row(
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
TranslationBase.of(context).clinicName +
|
|
|
|
|
TranslationBase.of(context)
|
|
|
|
|
.clinicName +
|
|
|
|
|
": ",
|
|
|
|
|
fontWeight: FontWeight.w700,
|
|
|
|
|
),
|
|
|
|
|
@ -338,7 +341,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[0]
|
|
|
|
|
.timeLineEvents[
|
|
|
|
|
0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.lstCheifComplaint[
|
|
|
|
|
index]
|
|
|
|
|
@ -438,7 +442,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[0]
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
@ -457,7 +462,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[0]
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
@ -474,7 +480,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[0]
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
@ -502,7 +509,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.lstAssessments[index]
|
|
|
|
|
.lstAssessments[
|
|
|
|
|
index]
|
|
|
|
|
.type),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
@ -589,7 +597,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
bodyWidget: ListView.builder(
|
|
|
|
|
physics: NeverScrollableScrollPhysics(),
|
|
|
|
|
physics:
|
|
|
|
|
NeverScrollableScrollPhysics(),
|
|
|
|
|
scrollDirection: Axis.vertical,
|
|
|
|
|
shrinkWrap: true,
|
|
|
|
|
itemCount: model
|
|
|
|
|
@ -618,13 +627,15 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[0]
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.lstProcedure[index]
|
|
|
|
|
.lstProcedure[
|
|
|
|
|
index]
|
|
|
|
|
.procedureId
|
|
|
|
|
.trim(),
|
|
|
|
|
),
|
|
|
|
|
@ -642,7 +653,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[0]
|
|
|
|
|
.timeLineEvents[
|
|
|
|
|
0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.lstProcedure[
|
|
|
|
|
index]
|
|
|
|
|
@ -662,7 +674,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[0]
|
|
|
|
|
.timeLineEvents[
|
|
|
|
|
0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.lstProcedure[
|
|
|
|
|
index]
|
|
|
|
|
@ -763,7 +776,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
bodyWidget: ListView.builder(
|
|
|
|
|
physics: NeverScrollableScrollPhysics(),
|
|
|
|
|
physics:
|
|
|
|
|
NeverScrollableScrollPhysics(),
|
|
|
|
|
scrollDirection: Axis.vertical,
|
|
|
|
|
shrinkWrap: true,
|
|
|
|
|
itemCount: model
|
|
|
|
|
@ -804,7 +818,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[0]
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
@ -848,7 +863,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.lstPhysicalExam[index]
|
|
|
|
|
.lstPhysicalExam[
|
|
|
|
|
index]
|
|
|
|
|
.remarks,
|
|
|
|
|
),
|
|
|
|
|
Divider(
|
|
|
|
|
@ -885,6 +901,7 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|