'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 - свойство PatientImagePosition возвращает местоположение пациента, загруженное из кадра DICOM;
false - свойство PatientImagePosition возвращает VintasoftPoint3D.Empty.
false - свойство PatientImagePosition возвращает VintasoftPoint3D.Empty.