|
Medical Imaging in IDL: IDL DICOM Reference |
|
The IDLffDicomExCfg::GetApplicationEntities function method returns an array of structures containing the definitions of all the application entities defined or all the application entities of a specified service type.
Result = Obj->[IDLffDicomExCfg::]GetApplicationEntities( [, COUNT=variable] [, /SERVICE_TYPE=string] )
An array of IDLFFDICOMEXCFGAE structures, one per existing Application Entity. Each IDLFFDICOMEXCFGAE structure has the following fields:
APPLENTITYNAME (string) AET (string) PORT (unsigned long integer) HOSTNAME (string) SERVICELISTNAME (string) SERVICETYPE (string)
None
Set this keyword equal to a named variable that will contain an integer representing the number of structures representing application entities returned.
Set this keyword equal to a string containing the name of an existing service type to return only application entities that match the service type. See IDLffDicomExCfg::GetServiceTypes for a list of allowed values.
| Note The value of the SERVICE_TYPE keyword is case-sensitive. |
IDL Online Help (March 06, 2007)