Search found 11 matches

by yym0854
Thu, 2008-01-10, 02:07
Forum: DCMTK - General
Topic: what worry with my SR file
Replies: 11
Views: 10066

hello J When I parsed my SR file with dcmdump ,I had the information like this: # Dicom-File-Format # Dicom-Meta-Information-Header # Used TransferSyntax: LittleEndianExplicit (0002,0000) UL 200 # 4, 1 MetaElementGroupLength (0002,0001) OB 00\01 # 2, 1 FileMetaInformationVersion (0002,0002) UI =Basi...
by yym0854
Wed, 2008-01-09, 02:50
Forum: DCMTK - General
Topic: what worry with my SR file
Replies: 11
Views: 10066

hello J
the tag TAG_FILE_INFO_GR_LEN means the whole file's size or the whole file's NODE? In my SR file,its value is 202. can you tell me why?
thank you!
by yym0854
Fri, 2008-01-04, 02:43
Forum: DCMTK - General
Topic: what worry with my SR file
Replies: 11
Views: 10066

:)
Dear Jörg Riesmeier
Thank you for your enthusiastic guidance!
If I have other problem ,I would discuss with you.
Have a good time!
by yym0854
Thu, 2008-01-03, 13:12
Forum: DCMTK - General
Topic: what worry with my SR file
Replies: 11
Views: 10066

hi J
thank you very much for your help!
but I donot know how to avoid this wrong, can you give me some suggesions?
thanks again!
by yym0854
Thu, 2008-01-03, 03:08
Forum: DCMTK - General
Topic: what worry with my SR file
Replies: 11
Views: 10066

hi,thank you your replay!
I have send email to you,the email address is dicom/at/offis/dot/de,please check in.
thanks again!

[MOD: Obfuscated email address because of possible SPAM.]
by yym0854
Wed, 2008-01-02, 03:23
Forum: DCMTK - General
Topic: what worry with my SR file
Replies: 11
Views: 10066

what worry with my SR file

I create my SR file like this: document.getTree().addContentItem(DSRTypes::RT_isRoot, DSRTypes::VT_Container); OFString Title; Title = pDicomSR->DSRDinfoheader.diTitle; document.getTree().getCurrentContentItem().setConceptName(DSRCodedEntryValue("IHE.01", OFFIS_CODING_SCHEME_DESIGNATOR, Ti...
by yym0854
Sun, 2007-09-30, 07:35
Forum: DCMTK - General
Topic: how to read my SR file in VC++ program
Replies: 4
Views: 6365

Hello!
My problem : When I read the sequence the error information is like this:tagnot found. Idonot know what worry with it.
please give me some help!
thank you in advance!
by yym0854
Sat, 2007-09-29, 03:31
Forum: DCMTK - General
Topic: how to read my SR file in VC++ program
Replies: 4
Views: 6365

thanks for your help.
sorry! I mean that how to express the string "Enter Text" in my window.
by yym0854
Fri, 2007-09-28, 03:48
Forum: DCMTK - General
Topic: how to read my SR file in VC++ program
Replies: 4
Views: 6365

how to read my SR file in VC++ program

Hello! I created a SR file like this: try { OFString stduyUID_ki, studyUID_01; document.createNewDocument(DSRTypes::DT_BasicTextSR); document.getStudyInstanceUID(stduyUID_ki); document.setSpecificCharacterSetType(DSRTypes::CS_Latin1); document.setManufacturer(pDicomSR->DSRDinfoheader.Manufacturer); ...
by yym0854
Fri, 2007-09-28, 03:27
Forum: DCMTK - General
Topic: SR using VT_Num types
Replies: 4
Views: 5458

sorry my SR file create like this: document.getTree().addContentItem(DSRTypes::RT_isRoot, DSRTypes::VT_Container); document.getTree().getCurrentContentItem().setConceptName(DSRCodedEntryValue("IHE.01", OFFIS_CODING_SCHEME_DESIGNATOR, "Document Title")); document.getTree().addCont...
by yym0854
Fri, 2007-09-28, 03:02
Forum: DCMTK - General
Topic: SR using VT_Num types
Replies: 4
Views: 5458

doc->getTree().addContentItem(DSRTypes::RT_isRoot, DSRTypes::VT_Container); doc->getTree().getCurrentContentItem().setConceptName(DSRCodedEntryValue("MS_0.1", OFFIS_CODING_SCHEME_DESIGNATOR, "Test Echo")); doc->getTree().addContentItem(DSRTypes::RT_contains, DSRTypes::VT_Containe...