Skip to content

Commit

Permalink
#180: Resolved after merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flava177 committed Oct 15, 2024
1 parent e83073f commit 5dda73a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,12 @@ public String getHealthFacilityRecordNumber() {
public void setHealthFacilityRecordNumber(String healthFacilityRecordNumber) {
this.healthFacilityRecordNumber = healthFacilityRecordNumber;
}

public Date getDateFormSentToDistrict() {
return dateFormSentToDistrict;
}

public void setDateFormSentToDistrict(Date dateFormSentToDistrict) {
this.dateFormSentToDistrict = dateFormSentToDistrict;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
<ImageView style="@style/FullHorizontalDividerStyle" />

<TextView
android:id="@+id/caseData_medicalInformationHeading"
android:id="@+id/caseData_headingAdditionalMedicalInformation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/heading_additional_medical_information"
Expand Down

0 comments on commit 5dda73a

Please sign in to comment.