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 4 Next »

Description

XDS Repository Service. Provides a Cross-enterprise Document Sharing Service for Document Repository actor.

Dependencies

Attributes

XDSRegistryURI

XDS Registry URI.

Default Value

http://hcxw2k1.nist.gov:8080/xdsServices2/registry/soap/test?testid=11731

ProxyHost

Proxy host if http access use http proxy. NONE = no proxy.

Default Value

NONE

ProxyPort

Proxy port if http access use http proxy.

Default Value

3128

KeystoreURL

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

Default Value

conf/identity.p12

KeystorePassword

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

Default Value

secret

TrustStoreURL

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

Default Value

conf/cacerts.jks

TrustStorePassword

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

Default Value

secret

AllowedUrlHost

URL Hostname for HTTPS Hostname checking:

value

meaning

CERT

from Certificate (standard)

*

no Check

<hostname>

only this URL Hostname

Default Value

CERT

RetrieveURI

Base URL to build Retrieve URL for a document.

Default Value

http://127.0.0.1:8080/IHERetrieveDocument?RT=DOCUMENT&UID=

ContentTypeURIpart

Part of Retrieve URL to submit contentType (NONE to omit contentType).

Default Value

&PCT=

ReassignDocumentUID

Enable reassignment of document unique id's.

Default Value

false

ReassignSubmissionUID

Enable reassignment of SubmissionSet unique id's.

Default Value

false

ShortContentTypeEnabled

Enable/Disable the option to use short content type:

short

mime type

dcm

application/dicom

pdf

application/pdf

xml

text/xml

This option may be necessary because of the URI length restriction (128 chars) of xml registry!.

Default Value

true

TestPatient

Patient ID for NIST-Test or NONE.

Default Value

NONE

LogSOAPMessage

Enable logging of SOAP message (send and receive).

Default Value

true

FetchNewPatIDURL

URL to fetch new Patient ID for NIST Test.

Default Value

http://hcxw2k1.nist.gov:8080/xdsServices2/xds/patientId/allocate.jsp?Allocate=Allocate

RidServiceName

Used internally - do NOT modify.

Default Value

dcm4chee.archive:service=RIDService

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

exportDocument

Perform the document export with given SOAP message.

  1. Store attachment
  2. Enhance metadata with size and SHA1 checksum
  3. Register documents at configured XDS Registry URI.

soapTest

Perform a simple test by sending a SOAP message to the configured registry.
The SOAP message is build with a SOAPBody stored in the given file.

fetchNewPatientIDfromNIST

Fetch a new PatientID for NIST Test.

Notifications

  • No labels