DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomQuery Class / StudyDate Property






    StudyDate Property
    The date or date range to be searched for suitable studies
    Syntax
    'Declaration
     
    
    Public Property StudyDate As System.String
     
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As System.String
     
    instance.StudyDate = value
     
    value = instance.StudyDate
    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.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also