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

Version 1 Next »

Description

XDS-I Service. Cross-enterprise Document Sharing for Imaging. (Imaging Document Source actor)

Dependencies

Attributes

DocRepositoryURI

Document Repository URI.

DocRepositoryAET

AET of Document Repository (for Audit Log only).

ProxyHost

Proxy host if http access use http proxy.

ProxyPort

Proxy port if http access use http proxy.

KeystoreURL

URL of keystore containing certificate to identify this Document Source, when running in TLS mode.

KeystorePassword

The password for access to keystore, specified by attribute TrustStoreURL.

TrustStoreURL

URL of trust store containing accepted certificates, when running in TLS mode.

TrustStorePassword

The password for access to trust store, specified by attribute TrustStoreURL.

AllowedUrlHost

URL Hostname for HTTPS Hostname checking. CERT (from Certificate (standard)),

  • '*' - (no Check),
  • <hostname> (only this URL Hostname).

MetadataPropertyFile

Metadata Property File.
A relative path name is resolved relative to dcm4chee_home/server/default/.

DocTitleCodeListFile

File containing Codes for Document Title (for KOS object and therefore xds metadata 'title').
Format: [<designator> ''] <codevalue> '' <meaning>
A relative path name is resolved relative to dcm4chee_home/server/default/.

EventCodeListFile

File containing Codes for eventCodeList.
Format: [<designator> ''] <codevalue> '' <meaning>
A relative path name is resolved relative to dcm4chee_home/server/default/.

ClassCodeListFile

File containing Codes for ClassCode.
Format: [<designator> ''] <codevalue> '' <meaning>
A relative path name is resolved relative to dcm4chee_home/server/default/.

ContentTypeCodes

File containing codes for Content Type Codes.
Format: [<designator> ''] <codevalue> '' <meaning>
A relative path name is resolved relative to dcm4chee_home/server/default/.

HealthCareFacilityTypeCode

File containing codes for Healthcare Facility Type Codes.
Format: [<designator> ''] <codevalue> '' <meaning>
A relative path name is resolved relative to dcm4chee_home/server/default/.

ConfidentialityCodes

Code list for confidentialityCode.
Format: [<designator> ''] <codevalue> '' <meaning>
Use either newline or semicolon to seperate codes

AuthorPersonMapping

Set either a fix authorPerson or a user to authorPerson mapping.
Mapping format: <user>'='<authorPerson>
Use either newline or semicolon to seperate mappings.
If '=' is ommited, a fix (global) authorPerson is set.

AuthorRoles

List of author roles (with display name).
Format: <role>^<displayName>
Use either newline or semicolon to seperate codes.

TestPath

Base directory path. (is used in sendSOAP for metadata and doc files!)

RidURL

RID URL to get PDF Document for exportPDF.

PixQueryServiceName

Used internally - do NOT modify.

LocalDomain

Local Affinity Domain (Authority).
Name of the patient ID authorithy of this Document Source.
This is normally the 'Issuer of patient ID' (issuer) DICOM attribute.
We can overwrite this default behaviour with:

  • <Domain> : use <Domain> if issuer is missing.
  • '='<Domain> : use always <Domain> as local authority.
  • 'NONE' : default behaviour: use always issuer as local authority.

AffinityDomain

XDS Affinity Domain (Authority).
This name is used in PIX Query Service to get patient id of affinity domain.
You can disable PIX Query by setting this value with '=' as first character.

  • '=' : use the source patient ID and issuer.<br/>
  • '=?'<Domain> : use patient ID from source and <Domain> as issuer.
  • '='<patient> : use <patient> for patient ID and issuer (patid^^^issuer).

LogSOAPMessage

Enable logging of SOAP message (send and receive).

AuditLoggerName

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

nistTest

Performs a NIST test.

sendSOAP

Performs a simple soap test.

sendSOAP

Performs a simple soap test.

exportPDF

Performs a simple soap test.

exportPDF

Performs a simple soap test.

sendSOAP

Send a SOAP message to DocRepositoryURI.

sendSOAP

Send a SOAP message to DocRepositoryURI.

getAuthorPerson

Get the authorPerson for a user.

joinMetadataProperties

Join Metadata Properties with properties from Metadata Property File.

listAuthorRoles

get list of roles.

listDocTitleCodes

get list of document titles.

listEventCodes

get list of Event Type Codes.

listClassCodes

get list of Class Codes.

listContentTypeCodes

get list of Content Type Codes.

listHealthCareFacilityTypeCodes

get list of Healthcare Facility Type Codes.

listConfidentialityCodes

get list of Confidentiality Codes.

clearCodeFileCache

clear CodeFileCache.

readPropertyFile

Read the configured Metadata Property File

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)

Notifications

  • No labels