Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC-649: Update DATIM patient list to meet new requirements #1713

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,15 @@ export class TxCurrReportPatientListComponent implements OnInit {

public addExtraColumns() {
const extraColumns = {
weight: 'Weight',
phone_number: 'Phone',
enrollment_date: 'Enrolment Date',
last_appointment: 'Last Appointment',
latest_rtc_date: 'Latest RTC Date',
days_since_rtc_date: 'Days since RTC',
arv_first_regimen: 'ARV first regimen',
cd4_1: 'CD4',
cd4_1_date: 'CD4 Date',
arv_first_regimen_start_date: 'First ARV start date',
cur_meds: 'Current Regimen',
cur_arv_line: 'Current ARV Line',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ export class TxMlReportPatientListComponent implements OnInit {

public addExtraColumns() {
const extraColumns = {
weight: 'Weight',
phone_number: 'Phone',
enrollment_date: 'Enrolment Date',
last_appointment: 'Last Appointment',
latest_rtc_date: 'Latest RTC Date',
days_since_rtc_date: 'Days since RTC',
arv_first_regimen: 'ARV first regimen',
cd4_1: 'CD4',
cd4_1_date: 'CD4 Date',
arv_first_regimen_start_date: 'First ARV start date',
cur_meds: 'Current Regimen',
cur_arv_line: 'Current ARV Line',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ export class TxMmdReportPatientListComponent implements OnInit {

public addExtraColumns() {
const extraColumns = {
weight: 'Weight',
phone_number: 'Phone',
enrollment_date: 'Enrolment Date',
last_appointment: 'Last Appointment',
latest_rtc_date: 'Latest RTC Date',
days_since_rtc_date: 'Days since RTC',
arv_first_regimen: 'ARV first regimen',
cd4_1: 'CD4',
cd4_1_date: 'CD4 Date',
arv_first_regimen_start_date: 'First ARV start date',
cur_meds: 'Current Regimen',
cur_arv_line: 'Current ARV Line',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ export class TxNewReportPatientListComponent implements OnInit {

public addExtraColumns() {
const extraColumns = {
weight: 'Weight',
phone_number: 'Phone',
enrollment_date: 'Enrolment Date',
last_appointment: 'Last Appointment',
latest_rtc_date: 'Latest RTC Date',
days_since_rtc_date: 'Days since RTC',
arv_first_regimen: 'ARV first regimen',
cd4_1: 'CD4',
cd4_1_date: 'CD4 Date',
arv_first_regimen_start_date: 'First ARV start date',
cur_meds: 'Current Regimen',
cur_arv_line: 'Current ARV Line',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ export class TxRttReportPatientListComponent implements OnInit {

public addExtraColumns() {
const extraColumns = {
weight: 'Weight',
phone_number: 'Phone',
enrollment_date: 'Enrolment Date',
last_appointment: 'Last Appointment',
latest_rtc_date: 'Latest RTC Date',
days_since_rtc_date: 'Days since RTC',
arv_first_regimen: 'ARV first regimen',
cd4_1: 'CD4',
cd4_1_date: 'CD4 Date',
arv_first_regimen_start_date: 'First ARV start date',
cur_meds: 'Current Regimen',
cur_arv_line: 'Current ARV Line',
Expand Down
Loading