|
|
|
|
@ -468,10 +468,8 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
Row(
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'ICD',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
'ICD: ',
|
|
|
|
|
fontSize: 13.0,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
@ -488,14 +486,20 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
index]
|
|
|
|
|
.iCD10
|
|
|
|
|
.trim(),
|
|
|
|
|
fontSize: 13.5,
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
width: 35.0),
|
|
|
|
|
width: 15.0),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
Row(
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'Condition: ',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
fontSize: 12.5,
|
|
|
|
|
),
|
|
|
|
|
Expanded(
|
|
|
|
|
child: AppText(
|
|
|
|
|
@ -514,6 +518,10 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
index]
|
|
|
|
|
.condition
|
|
|
|
|
.trim(),
|
|
|
|
|
fontSize: 13.0,
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -539,6 +547,7 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
fontSize: 15.0,
|
|
|
|
|
),
|
|
|
|
|
)
|
|
|
|
|
],
|
|
|
|
|
@ -547,15 +556,15 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'Type: ',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
fontSize: 15.5,
|
|
|
|
|
),
|
|
|
|
|
Expanded(
|
|
|
|
|
child: AppText(model
|
|
|
|
|
child: AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
.entityList[
|
|
|
|
|
0]
|
|
|
|
|
.timelines[
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[
|
|
|
|
|
@ -564,7 +573,12 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
0]
|
|
|
|
|
.lstAssessments[
|
|
|
|
|
index]
|
|
|
|
|
.type),
|
|
|
|
|
.type,
|
|
|
|
|
fontSize: 16.0,
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
@ -700,9 +714,6 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'Procedure ID: ',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
@ -720,6 +731,11 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
index]
|
|
|
|
|
.procedureId
|
|
|
|
|
.trim(),
|
|
|
|
|
fontSize:
|
|
|
|
|
13.5,
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
@ -729,9 +745,6 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'Order Date: ',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
Helpers.getDateFormatted(
|
|
|
|
|
@ -755,6 +768,9 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
)),
|
|
|
|
|
fontSize:
|
|
|
|
|
13.5,
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
@ -792,11 +808,9 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'CPT Code : ',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
AppText(model
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
@ -804,11 +818,16 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[
|
|
|
|
|
0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.consulations[
|
|
|
|
|
0]
|
|
|
|
|
.lstProcedure[
|
|
|
|
|
index]
|
|
|
|
|
.patientID
|
|
|
|
|
.toString()),
|
|
|
|
|
.toString(),
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
@ -924,11 +943,9 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'Exam Type: ',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
AppText(model
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
@ -936,10 +953,15 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[
|
|
|
|
|
0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.consulations[
|
|
|
|
|
0]
|
|
|
|
|
.lstPhysicalExam[
|
|
|
|
|
index]
|
|
|
|
|
.examDesc),
|
|
|
|
|
.examDesc,
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
Row(
|
|
|
|
|
@ -968,11 +990,9 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
'Abnormal: ',
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
AppText(model
|
|
|
|
|
AppText(
|
|
|
|
|
model
|
|
|
|
|
.medicalFileList[
|
|
|
|
|
0]
|
|
|
|
|
.entityList[0]
|
|
|
|
|
@ -980,10 +1000,15 @@ class _MedicalFileDetailsState extends State<MedicalFileDetails> {
|
|
|
|
|
encounterNumber]
|
|
|
|
|
.timeLineEvents[
|
|
|
|
|
0]
|
|
|
|
|
.consulations[0]
|
|
|
|
|
.consulations[
|
|
|
|
|
0]
|
|
|
|
|
.lstPhysicalExam[
|
|
|
|
|
index]
|
|
|
|
|
.abnormal),
|
|
|
|
|
.abnormal,
|
|
|
|
|
fontWeight:
|
|
|
|
|
FontWeight
|
|
|
|
|
.w700,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
|