Provides information to query for a specific modality performed procedure step.
[DataContractAttribute()]public class MPPSQuery
<DataContractAttribute()>Public Class MPPSQuery
[DataContractAttribute()]public ref class MPPSQuery
Shows how to query for a specific list of modality performed procedure steps.
Imports LeadtoolsImports Leadtools.Medical.Worklist.Wcf.ServiceImports Leadtools.Medical.Worklist.DataAccessLayer.MatchingParametersImports Leadtools.DicomImports Leadtools.Medical.Worklist.Wcf.Entities<TestMethod()> _Public Sub MPPSQueryTest()TryDim query As New MPPSQuery()Dim results As WCFPPSInformation() = Nothing'' Find all modality performed procedure steps in progress'query.PPSInfo = New WCFPPSInformation() With {.PerformedProcedureStepStatus = "IN PROGRESS"}results = _BrokerService.QueryMPPS(query)If results IsNot Nothing AndAlso results.Length > 0 ThenFor Each mpps As WCFPPSInformation In resultsConsole.WriteLine(mpps.MPPSSOPInstanceUID)Console.WriteLine(mpps.Modality)NextEnd IfCatch e As ExceptionDebug.WriteLine(e.Message)End TryEnd Sub
using Leadtools;using Leadtools.Medical.Worklist.Wcf.Service;using Leadtools.Medical.Worklist.DataAccessLayer.MatchingParameters;using Leadtools.Dicom;using Leadtools.Medical.Worklist.Wcf.Entities;public void MPPSQueryTest(){try{MPPSQuery query = new MPPSQuery();WCFPPSInformation[] results = null;//// Find all modality performed procedure steps in progress//query.PPSInfo = new WCFPPSInformation() { PerformedProcedureStepStatus = "IN PROGRESS" };results = _BrokerService.QueryMPPS(query);if (results != null && results.Length > 0){foreach (WCFPPSInformation mpps in results){Console.WriteLine(mpps.MPPSSOPInstanceUID);Console.WriteLine(mpps.Modality);}}}catch (Exception e){Debug.WriteLine(e.Message);}}
|
Products |
Support |
Feedback: MPPSQuery Class - Leadtools.Medical.Worklist.Wcf |
Introduction |
Help Version 19.0.2017.3.21
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.