'Declaration Protected Function New( _
ByVal nameNode name.As System.String, _
ByVal dicomFileDICOM file.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile, _
ByVal dicomPagePage of DICOM file.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomPage _
)
protected DicomPageMetadata(
System.String name,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile dicomFile,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomPage dicomPage
)
protected: DicomPageMetadata(
System.String name,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile* dicomFile,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomPage* dicomPage
)
protected:
DicomPageMetadata(
System.String name,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomFile^ dicomFile,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomPage^ dicomPage
)
Parameters
- name
- Node name.
- dicomFile
- DICOM file.
- dicomPage
- Page of DICOM file.