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

Add support for character sets #11

Closed
darcymason opened this issue Nov 27, 2014 · 4 comments
Closed

Add support for character sets #11

darcymason opened this issue Nov 27, 2014 · 4 comments

Comments

@darcymason
Copy link
Member

From darcymason@gmail.com on September 15, 2008 19:35:24

See (0008,0005). PS-3.5-2008, 6.1.2.3 Encoding of character repertoires

Original issue: http://code.google.com/p/pydicom/issues/detail?id=9

@darcymason
Copy link
Member Author

From darcymason@gmail.com on October 21, 2008 21:09:45

In r55 , set up PersonName as a class, and separate single-byte, ideographic, and
phonetic components. All tags with VR "PN" now use this class, and are backwards
compatible with former behaviour. Still need to work with unicode parts.

Status: Started

@darcymason
Copy link
Member Author

From darcymason@gmail.com on October 29, 2008 20:21:34

Moved to Milestone-Release1.0

Labels: -Milestone-Release1.1 Milestone-Release1.0

@darcymason
Copy link
Member Author

From darcymason@gmail.com on December 16, 2008 21:49:20

In r65 , added more encodings so that all but the H32 (one of two Japanese files) and
I2 (Korean) DICOM files in testfiles/charsets seem to work correctly.

@darcymason
Copy link
Member Author

From darcymason@gmail.com on January 11, 2009 20:28:21

Consider this issue closed for now. It really depends on python's support for
different character sets, unless someone who knows unicode can supply missing
encodings.

Status: Verified

scaramallion added a commit to scaramallion/pydicom that referenced this issue Sep 17, 2020
# This is the 1st commit message:

In progress

# This is the commit message #2:

Add FileInstance, doc skeleton

# This is the commit message #3:

Move tree parsing to DicomDir, fix up DICOMDIR datasets

# This is the commit message pydicom#4:

Cleanup

# This is the commit message pydicom#5:

Minor fixes

# This is the commit message pydicom#6:

Add tests

# This is the commit message pydicom#7:

Add more tests

# This is the commit message pydicom#8:

Update tests

# This is the commit message pydicom#9:

Add test for keys

# This is the commit message pydicom#10:

Update example

# This is the commit message pydicom#11:

Add FilSet.patient_tree

# This is the commit message pydicom#12:

Update tutorial

# This is the commit message pydicom#13:

Genericise tree method, more work on the tutorial

# This is the commit message pydicom#14:

Minor changes

# This is the commit message pydicom#15:

Add FileInstance.__setattr__ and polish the tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant