DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class / ModificationsDone Property



    ModificationsDone Property
    Property to inform DicomObjects whether frame extraction (as per Supplement 119) has been performed
    Syntax
    'Declaration
     
    Public Property ModificationsDone As Boolean
     
    'Usage
     
    Dim instance As QueryReceivedArgs
    Dim value As Boolean
     
    instance.ModificationsDone = value
     
    value = instance.ModificationsDone
    Remarks
    If a FRAME level retrieve is requested, then the SCP is required to create a new instance consisting of the requested frames from the original image. There are 2 options for doing this in in DicomObjects:
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also