Customer Info Screen - Default to Show Inactive Patients

Greetings All,

A small request.  I have been asked by the vets to change the default view in the Customer Info screen to show both active and inactive patients.  Don't see anywhere this can be set for a global and persistent change.  I imagine that this will require a small code change and recompile.  Could someone please direct me to where this option is set and suggest which boolean variable(?) needs to be changed? Or better yet... suggest another way to do it with without recompiling!

Thanks,

Sam Longiaru

Kamloops, BC

 

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Customer Info Screen - Default to Show Inactive Patients

You'll need to change:

  • org.openvpms.web.component.im.relationship.RelationshipCollectionViewer so you can change the state of the hideInactive checkbox
  • org.openvpms.web.workspace.customer.PatientEntityRelationshipCollectionViewer to override doLayout() and set the state of hideInactive. You may need to invoke populateTable() afterwards
Syndicate content