MPPS

384 views
Skip to first unread message

Yassin Jd

unread,
Oct 17, 2013, 6:11:33 AM10/17/13
to fo-d...@googlegroups.com
Dears, 

Anyone of you have ever tried the "IDicomNServiceProvider" interface for implementing a MPPS full workflow?

    public interface IDicomNServiceProvider
   
{
       
DicomNActionResponse OnNActionRequest(DicomNActionRequest request);
       
DicomNCreateResponse OnNCreateRequest(DicomNCreateRequest request);
       
DicomNDeleteResponse OnNDeleteRequest(DicomNDeleteRequest request);
       
DicomNEventReportResponse OnNEventReportRequest(DicomNEventReportRequest request);
       
DicomNGetResponse OnNGetRequest(DicomNGetRequest request);
       
DicomNSetResponse OnNSetRequest(DicomNSetRequest request);
   
}


Is there a any sample code? Hints? 

Thanks a lot for your help.

Best,
Yassin Jd. 

Yassin Jd

unread,
Oct 24, 2013, 5:44:31 AM10/24/13
to fo-d...@googlegroups.com
Dears, 

Playing with the library for implementing a MPPS as an SCP, I found a small bug (typo fault I guess...). 

The UID of the MPPS SOP class 
DicomUID.ModalityPerformedProcedureStepSOPClass.UID
 is defined as: 
1.-2.840.10008.3.1.2.3.3

while it should be: 
1.2.840.10008.3.1.2.3.3

I discovered this when troubleshooting why the MPPS SOP class is always rejected during the association. 

My version of Fo-Dicom is 1.0.34

Do not hesitate if I can help on this. 

Thanks, 
Yassin Jd. 


Reply all
Reply to author
Forward
0 new messages