Skip to content

Conversation

@labkey-bpatel
Copy link
Contributor

@labkey-bpatel labkey-bpatel commented Apr 21, 2025

Rationale

Updates following go-live testing feedback from the client.

Related Pull Requests

Changes

  • Update "schedule" views to use Building and remove Room.
  • Separate wound_status lookup with Behavior and Clinical. Update observation_types.
  • Add 'source' to editable_lookups.
  • Update Buildings metadata to remove DefaultEHRCustomizer that has a fixed width on 'Description' column (we don't want that).
  • Update ETL with Clinical or Behavior type.
  • Fix casing issue when adding Animal Ids from Batch on Birth and Arrival forms.
  • Allow import from file from More Action > Add From File
  • Update cases ETL to consolidate openDiagnosis and closeDiagnosis under openRemark and closeRemark. Remove openDiagnosis and closeDiagnosis cols from the cases dataset and views.

Copy link
Contributor

@labkey-martyp labkey-martyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just a few questions when you have time.

<tables xmlns="http://labkey.org/data/xml">
<table tableName="buildings" tableDbType="TABLE">
<tableTitle>Buildings</tableTitle>
<javaCustomizer class="org.labkey.ehr.table.DefaultEHRCustomizer" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this removed for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we display Building's Description column (labeled as 'Building'), there is a fixed width set on Description in DefaultEHRCustomizer, causing the column width to be unusually wide.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it thanks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per our discussion, I've added this back and commented it out with a comment so we know why we are not using DefaultEHRCustomizer since there is a possibility of some work around Buildings.

…s view, given that there might be future updates involving Buildings.
@labkey-bpatel labkey-bpatel merged commit ebeb522 into release25.3-SNAPSHOT Apr 23, 2025
1 of 2 checks passed
@labkey-bpatel labkey-bpatel deleted the 25.3_fb_go_live_updates branch April 23, 2025 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants