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

UI Navigation - Update Patient : Allow qualifying issuers fully for partially qualified issuers of patient identifiers in Other Patient IDs Sequence #4086

Open
2 tasks
vrindanayak opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vrindanayak
Copy link
Member

For partially qualified issuers of patient identifier items in Other Patient IDs Sequence items

  • Enable adding Issuer of Patient ID Qualifiers Sequence if the item consists only Patient ID and Issuer of Patient ID
  • Enable adding Issuer of Patient ID if the item consists only Patient ID and Issuer of Patient ID Qualifiers Sequence

Steps to simulate :

  • Create patient using either

    • HL7 message with PID.3 as MM1^^^JMS~MM1^^^JMS1&1.2.3&ISO~MM1^^^JMS2~MM1^^^&1.2.3.4.5.6.7&ISO
    • Create Patient REST service invoked using curl
      curl -v -H "Content-type: application/json" -X POST 'http://localhost:8880/dcm4chee-arc/aets/DCM4CHEE/rs/patients' -d '{"00100010":{"vr":"PN","Value":[{"Alphabetic":""}]},"00100020":{"vr":"LO","Value":["P123"]},"00100021":{"vr":"LO","Value":["JMS"]},"00100030":{"vr":"DA","Value":["19451212"]},"00100040":{"vr":"CS","Value":["F"]},"00101002":{"vr":"SQ","Value":[{"00100020":{"vr":"LO","Value":["P456"]},"00100021":{"vr":"LO","Value":["JMS2"]}},{"00100020":{"vr":"LO","Value":["P789"]},"00100021":{"vr":"LO","Value":["JMS3"]},"00100024":{"vr":"SQ","Value":[{"00400032":{"vr":"UT","Value":["1.2.3"]},"00400033":{"vr":"CS","Value":["ISO"]}}]}},{"00100020":{"vr":"LO","Value":["P999"]},"00100024":{"vr":"SQ","Value":[{"00400032":{"vr":"UT","Value":["1.2.3.4"]},"00400033":{"vr":"CS","Value":["ISO"]}}]}}]}}'
      
  • Try to fully qualify issuers of patient identifiers in Other Patient IDs Sequence

    image

Related #4053

@vrindanayak vrindanayak added the enhancement New feature or request label Jun 6, 2023
@vrindanayak vrindanayak added this to the 5.30.0 milestone Jun 6, 2023
@vrindanayak vrindanayak modified the milestones: 5.30.0, 5.31.0 Jun 6, 2023
@gunterze gunterze modified the milestones: 5.31.0, 5.31.1 Aug 23, 2023
@gunterze gunterze modified the milestones: 5.31.1, 5.31.2 Nov 3, 2023
@gunterze gunterze modified the milestones: 5.31.2, 5.31.3 Dec 21, 2023
@gunterze gunterze modified the milestones: 5.32.0, 5.32.1 Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants