New Study Instance UID used when moving a series to another patient.
[Element(DicomTag.StudyInstanceUID)]
public string NewStudyInstanceUID {get; set;}
public:
[ElementAttribute((gcnew DicomTag::StudyInstanceUID()))]
property String^ NewStudyInstanceUID
{
String^ get()
void set(String^ value)
}
A new Study Instance UID that will be used when moving a series to another patient
Remarks When using the Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.MoveSeriesCommand to change a series to another patient on the local server, a new Study Instance UID (0020:000D) is generated.
If NewStudyInstanceUID is null or empty, then a new Study Instance UID is generated. If NewStudyInstanceUID contains a value, it is used instead.
This is used to handle issues where PatientUpdater messages are sent to a Local DICOM Server, and then forwarded to a Central DICOM Server. The idea is that there are several local servers that create DICOM images, and then forward the DICOM images to a central DICOM server. When using the PatientUpdater to modify the DICOM images on the local server, the PatientUpdater message is forwarded to the central server to make the same change.
When using the Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.MoveSeriesCommand to change a series to another patient on the local server, a new Study Instance UID (0020:000D) is generated.
When the MoveSeriesCommand NAction message is forwarded to the Central Server, a new Study Instance UID should not be generated.
The forwarded Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.MoveSeriesCommand fills in the NewStudyInstanceUID member with the Study Instance UID that was generated on the local server.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document