Skip to content

Commit

Permalink
Merge pull request #136 from forderud/GetECG-doc
Browse files Browse the repository at this point in the history
DOC: Return empty EcgSeries if EGC is not available
  • Loading branch information
forderud authored Aug 5, 2019
2 parents 5e68384 + 926d394 commit 02cf934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image3dAPI/IImage3d.idl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ interface IImage3dSource : IUnknown {
[helpstring("Retrieve color-map table for mapping image intensities to RGBx values. Length is 256.")]
HRESULT GetColorMap ([out,retval] SAFEARRAY(unsigned int) * map);

[helpstring("Get ECG data if available [optional]")]
[helpstring("Get ECG data if available [optional]. Shall return S_OK with an empty EcgSeries if EGC is not available.")]
HRESULT GetECG ([out,retval] EcgSeries * ecg);

[helpstring("")]
Expand Down

0 comments on commit 02cf934

Please sign in to comment.