Skip to content

Commit

Permalink
#4580 : UI Navigation tabs : Unify ID and issuer fields' widgets acro…
Browse files Browse the repository at this point in the history
…ss navigation tabs for Accession Number with Issuer and Admission ID with Issuer query filters
  • Loading branch information
vrindanayak committed Oct 10, 2024
1 parent d502109 commit 9d3fd37
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions dcm4chee-arc-ui2/src/app/constants/globalvar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4313,8 +4313,8 @@ export class Globalvar {
label:$localize `:@@issuer_of_patient_id_seq_universal_entity_id_type:Issuer of Patient ID Qualifiers Sequence - Universal Entity ID Type`
}
],
description:$localize `:@@patient_identifiers:Patient Identifiers`,
placeholder:$localize `:@@patient_identifiers:Patient Identifiers`
description:$localize `:@@patient_identifier:Patient Identifier`,
placeholder:$localize `:@@patient_identifier:Patient Identifier`
},
{
tag:"issuer-selector",
Expand Down Expand Up @@ -4525,8 +4525,8 @@ export class Globalvar {
label:$localize `:@@issuer_of_patient_id_seq_universal_entity_id_type:Issuer of Patient ID Qualifiers Sequence - Universal Entity ID Type`
}
],
description:$localize `:@@patient_identifiers:Patient Identifiers`,
placeholder:$localize `:@@patient_identifiers:Patient Identifiers`
description:$localize `:@@patient_identifier:Patient Identifier`,
placeholder:$localize `:@@patient_identifier:Patient Identifier`
},
{
tag:"issuer-selector",
Expand Down Expand Up @@ -4984,8 +4984,8 @@ export class Globalvar {
label:$localize `:@@issuer_of_patient_id_seq_universal_entity_id_type:Issuer of Patient ID Qualifiers Sequence - Universal Entity ID Type`
}
],
description:$localize `:@@patient_identifiers:Patient Identifiers`,
placeholder:$localize `:@@patient_identifiers:Patient Identifiers`
description:$localize `:@@patient_identifier:Patient Identifier`,
placeholder:$localize `:@@patient_identifier:Patient Identifier`
},
{
tag:"issuer-selector",
Expand Down Expand Up @@ -5300,8 +5300,8 @@ export class Globalvar {
label:$localize `:@@issuer_of_patient_id_seq_universal_entity_id_type:Issuer of Patient ID Qualifiers Sequence - Universal Entity ID Type`
}
],
description:$localize `:@@patient_identifiers:Patient Identifiers`,
placeholder:$localize `:@@patient_identifiers:Patient Identifiers`
description:$localize `:@@patient_identifier:Patient Identifier`,
placeholder:$localize `:@@patient_identifier:Patient Identifier`
},
{
tag:"issuer-selector",
Expand Down Expand Up @@ -5739,8 +5739,8 @@ export class Globalvar {
label:$localize `:@@issuer_of_patient_id_seq_universal_entity_id_type:Issuer of Patient ID Qualifiers Sequence - Universal Entity ID Type`
}
],
description:$localize `:@@patient_identifiers:Patient Identifiers`,
placeholder:$localize `:@@patient_identifiers:Patient Identifiers`
description:$localize `:@@patient_identifier:Patient Identifier`,
placeholder:$localize `:@@patient_identifier:Patient Identifier`
},
{
tag:"issuer-selector",
Expand Down Expand Up @@ -5922,8 +5922,8 @@ export class Globalvar {
label:$localize `:@@issuer_of_patient_id_seq_universal_entity_id_type:Issuer of Patient ID Qualifiers Sequence - Universal Entity ID Type`
}
],
description:$localize `:@@patient_identifiers:Patient Identifiers`,
placeholder:$localize `:@@patient_identifiers:Patient Identifiers`
description:$localize `:@@patient_identifier:Patient Identifier`,
placeholder:$localize `:@@patient_identifier:Patient Identifier`
}, {
tag:"p-calendar",
filterKey:"PatientBirthDate",
Expand Down Expand Up @@ -6073,8 +6073,8 @@ export class Globalvar {
label:$localize `:@@issuer_of_patient_id_seq_universal_entity_id_type:Issuer of Patient ID Qualifiers Sequence - Universal Entity ID Type`
}
],
description:$localize `:@@patient_identifiers:Patient Identifiers`,
placeholder:$localize `:@@patient_identifiers:Patient Identifiers`
description:$localize `:@@patient_identifier:Patient Identifier`,
placeholder:$localize `:@@patient_identifier:Patient Identifier`
}, {
tag:"person-name-picker",
filterKey:"ReferringPhysicianName",
Expand Down

0 comments on commit 9d3fd37

Please sign in to comment.