Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
Forum membership is Free! Click
Join
to sign-up
Username:
Password:
Save Password
Forgot your Password?
All Forums
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
ImageEnVect Display DICOM image idx of multiframe
New Topic
Reply to Topic
Author
Topic
rbeaulieu
Canada
15 Posts
Posted - Aug 27 2019 : 21:34:37
Hi,
I would like to display image index of a multiframe DICOM file in ImageEnVect, like:
ImageEnVect1.IO.Seek(ieioSeekLast); // but with idx instead of seakFirst, last etc.
I try :
ImageEnVect1.IO.Params.ImageIndex := TrackBar_Head.Position;
But the image do not repaint (even with update, repaint, refresh)
Regards.
Regards.
xequte
38616 Posts
Posted - Aug 27 2019 : 22:02:37
Hi
Please use:
ImageEnVect1.IO.Params.ImageIndex := TrackBar_Head.Position;
ImageEnVect1.IO.LoadFromFile( ImageEnVect1.IO.Params.Filename );
Nigel
Xequte Software
www.imageen.com
rbeaulieu
Canada
15 Posts
Posted - Aug 27 2019 : 22:39:02
Thank you Nigel, it's work great.
With form.update after, the image (ultrasound) refresh quickly.
There is a way to change image delay (ms) before set playing to true ?
Régent.
Regards.
xequte
38616 Posts
Posted - Aug 28 2019 : 03:22:30
Hi Regent
For DICOM files the delay is set by the frame interval tag:
https://www.imageen.com/help/TIOParams.DICOM_Tags.html
If you email me, I can give you an update which allows you to set it using the generic ImageDelayTime:
https://www.imageen.com/help/TIOParams.ImageDelayTime.html
Nigel
Xequte Software
www.imageen.com
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page