| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Age As Nullable(Of DicomAgeValue) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Nullable<DicomAgeValue> Age {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property Nullable<DicomAgeValue> get_Age(); | |
| C++/CLI | |
|---|---|
public: property Nullable<DicomAgeValue> Age { Nullable<DicomAgeValue> get(); } | |
Return Value
Age of patient.For an example refer to QueryRetrieveScu.Find(DicomScp,FindQuery)
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code