rafaeldimauro / mdcm

Automatically exported from code.google.com/p/mdcm
0 stars 0 forks source link

Incorrect Modality UID - Character Error ? #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For some reasons, all of the MPPS SOP class have UIDs start with 1.-2.840...

>> public static DcmUID ModalityPerformedProcedureStepSOPClass = new
DcmUID("1.­-2.840.10008.3.1.2.3.3", "Modality Performed Procedure Step SOP
Class", UidType.SOPClass);

>> public static DcmUID ModalityPerformedProcedureStepRetrieveSOPClass =
new DcmUID("1.­-2.840.10008.3.1.2.3.4", "Modality Performed Procedure Step
Retrieve SOP Class", UidType.SOPClass);

>> public static DcmUID ModalityPerformedProcedureStepNotificationSOPClass
= new DcmUID("1.­-2.840.10008.3.1.2.3.5", "Modality Performed Procedure
Step Notification SOP Class", UidType.SOPClass);

I suspect this is an character/encoding error somehow, as when I copy/paste
it into this, the negative sign disappear . However, on my editor, and VS
2009, it's definitely there & causing some troubles.

==================
FYI: I am on WindowXP professional, Visual Studio 2008 Professional Edition

Original issue reported on code.google.com by uydz...@gmail.com on 22 May 2009 at 2:50

GoogleCodeExporter commented 8 years ago
Manually corrected in SVN 64.  Modified code generation script to remove extra
characters in the future.

Original comment by colby.di...@gmail.com on 25 Sep 2009 at 5:06