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



In This Topic
    StudyDate Property
    In This Topic
    The date or date range to be searched for suitable studies
    Syntax
    'Declaration
     
    
    Public Property StudyDate As String
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As String
     
    instance.StudyDate = value
     
    value = instance.StudyDate
    public string StudyDate {get; set;}
    public:
    property String^ StudyDate {
       String^ get();
       void set (    String^ value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also