'Declaration <CategoryAttribute("DICOM frame")> <DescriptionAttribute("A value indicating whether the information about patient location is stored in a DICOM frame.")> Public ReadOnly Property HasPatientImagePosition As Boolean
[Category("DICOM frame")] [Description("A value indicating whether the information about patient location is stored in a DICOM frame.")] public bool HasPatientImagePosition { get; }
[Category("DICOM frame")] [Description("A value indicating whether the information about patient location is stored in a DICOM frame.")] public: __property bool get_HasPatientImagePosition();
[Category("DICOM frame")] [Description("A value indicating whether the information about patient location is stored in a DICOM frame.")] public:
property bool HasPatientImagePosition { bool get(); }
Property Value
True - the PatientImagePosition property returns patient location loaded from DICOM frame;
false - the PatientImagePosition property returns the VintasoftPoint3D.Empty.
false - the PatientImagePosition property returns the VintasoftPoint3D.Empty.