This function adds Presentation LUT sequence to the DataSet of hIGearPresState.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI MED_PS_pres_LUT_set( HIGEAR hIGearPresState, LPAT_MED_LUT_DESC lpPresLUTInfo ); |
Name | Type | Description |
---|---|---|
hIGearPresState | HIGEAR | Image that contains Presentation State DataSet. |
lpPresLUTInfo | LPAT_MED_LUT_DESC | Presentation LUT info. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.
The image must have a DICOM DataSet attached to it. Use MED_DCM_DS_exists to check whether the image contains a DataSet.
Use this function together with MED_PS_extract().