// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. #include "stdafx.h" #include "dicdse.h" ///////////////////////////////////////////////////////////////////////////// // CDicomDSElement properties ///////////////////////////////////////////////////////////////////////////// // CDicomDSElement operations long CDicomDSElement::GetTag() { long result; InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } short CDicomDSElement::GetVr() { short result; InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_I2, (void*)&result, NULL); return result; } long CDicomDSElement::GetLength() { long result; InvokeHelper(0x3, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } long CDicomDSElement::GetHElement() { long result; InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; }