PublicProperty ModificationsDone As System.Boolean
public System.bool ModificationsDone {get; set;}
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:
Make the new object yourself and send using DicomObjects.DicomAssociation.SendInstances. If this option is chosen then ModificationsDone must be set to true to inform DicomObjects not to do an internal extraction as well.