ModificationsDone Property
Property to inform DicomObjects whether frame extraction (as per Supplement 119) has been performed
public bool ModificationsDone {get; set;}
public:
property bool ModificationsDone {
bool get();
void set ( bool value);
}
'Declaration
Public Property ModificationsDone As Boolean
'Usage
Dim instance As QueryReceivedArgs
Dim value As Boolean
instance.ModificationsDone = value
value = instance.ModificationsDone
Target Platforms: .NET CLR 4.0 or higher