|
|
- fields = ('type', 'value1', 'value2', 'value_added', 'patient', 'last_modified', 'comments', 'observing')
|
|
|
|
|
|
|
+ fields = ('type', 'value1', 'value2', 'value_added', 'patient', 'comments', 'observing')
|
|
|
list_display = ('id', 'type', 'value1', 'value2', 'value_added', 'patient', 'last_modified', 'comments', 'observing')
|
|
list_display = ('id', 'type', 'value1', 'value2', 'value_added', 'patient', 'last_modified', 'comments', 'observing')
|