|
|
|
|
@ -89,8 +89,7 @@ class _ProgressNoteState extends State<OperationReportScreen> {
|
|
|
|
|
patient,
|
|
|
|
|
isInpatient: true,
|
|
|
|
|
),
|
|
|
|
|
body:
|
|
|
|
|
Container(
|
|
|
|
|
body: Container(
|
|
|
|
|
color: Colors.grey[200],
|
|
|
|
|
child: Column(
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
@ -118,7 +117,8 @@ class _ProgressNoteState extends State<OperationReportScreen> {
|
|
|
|
|
model.operationReportList == null ||
|
|
|
|
|
model.operationReportList.length == 0
|
|
|
|
|
? DrAppEmbeddedError(
|
|
|
|
|
error: TranslationBase.of(context).errorNoProgressNote):Expanded(
|
|
|
|
|
error: TranslationBase.of(context).errorNoProgressNote)
|
|
|
|
|
: Expanded(
|
|
|
|
|
child: Container(
|
|
|
|
|
child: ListView.builder(
|
|
|
|
|
itemCount: model.operationReportList.length,
|
|
|
|
|
|