private static void DefaultInitializeDicomSoftcopyPresentationStateCallback(DicomSoftcopyPresentationState presentationState)
 {
 }
 /// <summary>
 /// Cloning constructor.
 /// </summary>
 protected DicomSoftcopyPresentationState(DicomSoftcopyPresentationState source, ICloningContext context)
 {
     context.CloneFields(source, this);
     _dicomFile = new DicomFile("", source._dicomFile.MetaInfo.Copy(), source._dicomFile.DataSet.Copy());
 }