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

fix: Inconsistent Handling of Patient Name Tag #4703

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jaseel-trenser
Copy link
Contributor

@Jaseel-trenser Jaseel-trenser commented Jan 17, 2025

Context

  • The viewer exhibits inconsistent behavior when processing patient name tag provided in a string format. It expects the tag to be formatted as PatientName.Alphabetic.This MR is to supports and processes patient name tags, regardless of whether they are provided in string format or as PatientName.Alphabetic.
  • This PR has been incorporated by FlyWheel.io.
  • Close Issue with Handling Patient Name Tag in String Format #4702

Changes & Results

  • By this change, it supports and processes patient name tags, regardless of whether they are provided in string format or as PatientName.Alphabetic
  • Also done some code optimization by removing duplicate functions formatPN

Testing

Checklist

PR

  • My Pull Request title is descriptive, accurate and follows the
    semantic-release format and guidelines.

Code

  • My code has been well-documented (function documentation, inline comments,
    etc.)

Public Documentation Updates

  • The documentation page has been updated as necessary for any public API
    additions or removals.

Tested Environment

  • OS: Windows
  • Node version: 18
  • Browser: Chrome

Copy link

netlify bot commented Jan 17, 2025

Deploy Preview for ohif-platform-docs ready!

Name Link
🔨 Latest commit 27dc778
🔍 Latest deploy log https://app.netlify.com/sites/ohif-platform-docs/deploys/678a3b5d6d173a000808fe06
😎 Deploy Preview https://deploy-preview-4703--ohif-platform-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 17, 2025

Deploy Preview for ohif-dev ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/ohif-dev/deploys/678a660a6d4e7c371303b95c
😎 Deploy Preview https://deploy-preview-4703--ohif-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

Issue with Handling Patient Name Tag in String Format
1 participant