Adds the scheduled procedure step to the worklist database.
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=false)][OperationContractAttribute()]void AddScheduledProcedureStep(string accessionNumber,string requestedProcedureID,Leadtools.Medical.Worklist.Wcf.Entities.WCFScheduledProcedureStep procedureStep)
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=False)><OperationContractAttribute()>Sub AddScheduledProcedureStep( _ByVal accessionNumber As String, _ByVal requestedProcedureID As String, _ByVal procedureStep As Leadtools.Medical.Worklist.Wcf.Entities.WCFScheduledProcedureStep _)
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,Action="",Name="",Namespace="",ProtectionLevel=ProtectionLevel.None,HasProtectionLevel=false)][OperationContractAttribute()]void AddScheduledProcedureStep(String^ accessionNumber,String^ requestedProcedureID,Leadtools.Medical.Worklist.Wcf.Entities.WCFScheduledProcedureStep^ procedureStep)
accessionNumber
A departmental IS-generated number that identifies the order for the Imaging Service Request.
requestedProcedureID
Identifier that identifies the Requested Procedure in the Imaging Service Request.
procedureStep
The procedure step to add to the worklist database.
Shows how to use the schedule procedure step specific-methods of the broker service.
Imports LeadtoolsImports Leadtools.Medical.Worklist.Wcf.ServiceImports Leadtools.Medical.Worklist.DataAccessLayer.MatchingParametersImports Leadtools.DicomImports Leadtools.Medical.Worklist.Wcf.Entities<TestMethod()> _Public Sub ScheduledProcedureStepTest()TryDim procedureStep As WCFScheduledProcedureStep = NothingprocedureStep = _BrokerService.FindScheduledProcedureStep("123.456.89000000")If Not procedureStep Is Nothing Then_BrokerService.DeleteScheduledProcedureStep("123.456.89000000")End IfprocedureStep = New WCFScheduledProcedureStep()procedureStep.ScheduledProcedureStepID = "123.456.89000000"procedureStep.ScheduledProcedureStepStartDate_Time = New Leadtools.Dicom.Common.DataTypes.DateRange() With {.StartDate = DateTime.Now}procedureStep.Modality = "CT"procedureStep.ScheduledProcedureStepDescription = "Procedure Step Description"procedureStep.ScheduledStationAETitle = New List(Of String)()procedureStep.ScheduledStationAETitle.Add(Environment.MachineName)_BrokerService.AddScheduledProcedureStep("1200", "1300", procedureStep)procedureStep = _BrokerService.FindScheduledProcedureStep("123.456.89000000")If Not procedureStep Is Nothing ThenprocedureStep.ScheduledStationName = New List(Of String)()procedureStep.ScheduledStationName.Add("My Station Name")_BrokerService.UpdateScheduledProcedureStep("123.456.89000000", procedureStep)End IfDim ids As String() = _BrokerService.GetScheduledProcedureStepIDs("1200", "1300")For Each id As String In idsConsole.WriteLine(id)Next idCatch e As ExceptionEnd 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 ScheduledProcedureStepTest(){try{WCFScheduledProcedureStep procedureStep = null;procedureStep = _BrokerService.FindScheduledProcedureStep("123.456.89000000");if (procedureStep != null)_BrokerService.DeleteScheduledProcedureStep("123.456.89000000");procedureStep = new WCFScheduledProcedureStep();procedureStep.ScheduledProcedureStepID = "123.456.89000000";procedureStep.ScheduledProcedureStepStartDate_Time = new Leadtools.Dicom.Common.DataTypes.DateRange() { StartDate = DateTime.Now };procedureStep.Modality = "CT";procedureStep.ScheduledProcedureStepDescription = "Procedure Step Description";procedureStep.ScheduledStationAETitle = new List<string>();procedureStep.ScheduledStationAETitle.Add(Environment.MachineName);_BrokerService.AddScheduledProcedureStep("1200", "1300", procedureStep);procedureStep = _BrokerService.FindScheduledProcedureStep("123.456.89000000");if (procedureStep != null){procedureStep.ScheduledStationName = new List<string>();procedureStep.ScheduledStationName.Add("My Station Name");_BrokerService.UpdateScheduledProcedureStep("123.456.89000000", procedureStep);}string[] ids = _BrokerService.GetScheduledProcedureStepIDs("1200", "1300");foreach (string id in ids){Console.WriteLine(id);}}catch (Exception e){Console.WriteLine(e.Message);}}
|
Products |
Support |
Feedback: AddScheduledProcedureStep Method (IBrokerService) - 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.