FILMSESSIONPARAMETERS

Summary

The FILMSESSIONPARAMETERS structure is used to specify the parameters of Film Sessions.

Syntax

typedef struct tagFILMSESSIONPARAMETERS 
{ 
   L_UINT uStructSize; 
   L_INT32 nNumberOfCopies; 
   L_PCTSTR  pszPrintPriority; 
   L_PCTSTR  pszMediumType; 
   L_PCTSTR  pszFilmDestination; 
   L_PCTSTR  pszFilmSessionLabel; 
   L_INT32 nMemoryAllocation; 
   L_PCTSTR  pszOwnerID; 
} FILMSESSIONPARAMETERS, * pFILMSESSIONPARAMETERS; 

Members

uStructSize

Size of the structure.

nNumberOfCopies

Number of Copies (2000,0010).

pszPrintPriority

Print Priority (2000,0020).

pszMediumType

Medium Type (2000,0030).

pszFilmDestination

Film Destination (2000,0040).

pszFilmSessionLabel

Film Session Label (2000,0050).

nMemoryAllocation

Memory Allocation (2000,0060).

pszOwnerID

Owner ID (2100,0160).

Comments

Refer to the DICOM standard for more details about the attributes described by this structure.

When the structure is used with the functions LDicomPrintSCU::CreateFilmSession and LDicomPrintSCU::UpdateFilmSession, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetDefaultFilmSessionParameters sets the member to the size of the structure.

Usage

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.