Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

DICOM General Purpose Worklist related Service Class Providers

Dependencies

Attributes

#CalledAETitles

List of accepted called AE titles, separated by
(backslash). For example, DCM4CHEE\DCM4CHEE2.

Default Value: DCM4CHEE

#CallingAETitles

List of accepted calling AE titles, separated by
(backslash).
ANY = accept any.
CONFIGURED_AETS = accept any configured AE Title.

Default Value: ANY

#GeneratePatientID

Generate a patient ID from a hash of the patient name and birth date and/or study instance uid, if the received GP-PPS N-CREATE message contains no patient ID.
Use ### and/or $$$ as a placeholder for the decimal hash value of patient name and/or study instance uid. For example, PACS-##########.
NONE = do not generate patient IDs..

Default Value: PACS-##########

#IssuerOfPatientIDGeneratedPatientID

Value for Issuer Of Patient ID if the patient ID is generated according configured #GeneratePatientID.
NONE = do not set Issuer Of Patient ID for generated patient IDs.

Default Value: DCM4CHEE

#SupplementIssuerOfPatientID

Supplement received GP-PPS N-CREATE message containing a Patient ID, but no Issuer Of Patient ID, with a value for Issuer Of Patient ID, if such is associated with the GP-PPS SCU AE by its AE Configuration entry.

Default Value: true

#AcceptedSOPClasses

List of accepted GPWL related SOP Classes. Use either the SOP Class UID value, or following defined symbolic names:

  • GeneralPurposeWorklistInformationModelFIND,
  • GeneralPurposeScheduledProcedureStepSOPClass,
  • GeneralPurposePerformedProcedureStepSOPClass,
  • GeneralPurposeWorklistManagementMetaSOPClass,

Default Value:

GeneralPurposeWorklistInformationModelFIND
GeneralPurposeScheduledProcedureStepSOPClass
GeneralPurposePerformedProcedureStepSOPClass
GeneralPurposeWorklistManagementMetaSOPClass

#AcceptedTransferSyntax

List of accepted Transfer Syntaxes. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • ImplicitVRLittleEndian,
  • ExplicitVRLittleEndian,
  • DeflatedExplicitVRLittleEndian,
  • ExplicitVRBigEndian

Default Value:

ExplicitVRLittleEndian
ImplicitVRLittleEndian

#MaximumPDULength

Maximum protocol data unit (PDU) package length for receiving PDUs.

(!)Attention: This property should be set to equal values for all DICOM SCP services with same called AE Title(s)! Otherwise it is non-deterministic, which configured value is effective!

Default Value: 16352

#MaximumOperationsInvoked

The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to invoke asynchronously.
A value of zero indicates an unlimited number of outstanding operations.

(!)Attention: This property should be set to equal values for all DICOM SCP services with same called AE Title(s)! Otherwise it is non-deterministic, which configured value is effective!

Default Value: 1

#MaximumOperationsPerformed

The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to perform asynchronously.
A value of zero indicates an unlimited number of outstanding operations.

(!)Attention: This property should be set to equal values for all DICOM SCP services with same called AE Title(s)! Otherwise it is non-deterministic, which configured value is effective!

Default Value: 1

#DcmServerName

Used internally. Do NOT modify.

#AuditLoggerName

Used internally. Do NOT modify.

#AEServiceName

Used internally. Do NOT modify.

#Name

The class name of the MBean

#State

The status of the MBean

#StateString

The status of the MBean in text form

Operations

#create

Standard MBean lifecycle method

#start

The start lifecycle operation

#stop

The stop lifecycle operation

#destroy

The destroy lifecycle operation

#jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

  • No labels