This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, March 1, 2013 1:43:29 PM(UTC)
Groups: Registered
Posts: 5
hi,
Is it possible to turn DicomDataSet to ModalityPerformedStep object or Send DicomDataSet using Leadtools.Dicom.Scu.PerformedProcedureStepScu ?
#2
Posted
:
Monday, March 4, 2013 2:04:15 AM(UTC)
Groups: Registered
Posts: 256
You can populate the ModalityPerformedStep object with the DICOM dataset contents. Please refer to our DicomHighLevelMWLScuDemo that you can find under the following path:
[LEADTOOLS]\Examples\PACSFramework\CS\DicomHighLevelMWLScuDemo
After creating MPPS new object, you can click on "ADD DICOM" button to select a DICOM dataset to insert its information to the ModalityPerformedStep object.
Is that what you want? If not, please explain what you want in details.
#3
Posted
:
Sunday, March 10, 2013 12:26:34 PM(UTC)
Groups: Registered
Posts: 5
Thanks for help Daoud,
I solved this problem by using Leadtools.Dicom.Common.Extensions namespace.
and convert DicomDataSet to ModalityPerformedProcedureStep
var mpps = DataSet.Get();
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.