DicomObjects Reference
DicomObjects Reference / DicomQuery Object / StudyDate Property
In This Topic
    StudyDate Property
    In This Topic
    Description
    Date of the study as a date or DICOM formatted date range
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property StudyDate As String
    Remarks
    Like DateOfBirth, this property may either contain a single value, in any form intelligible as a date, or if a range is required, then it must comply exactly with the DICOM format for date ranges, namely YYYYMMDD-YYYYMMDD
    See Also