Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Content of the Protocol Terminators
Page Tree | ||||||
---|---|---|---|---|---|---|
|
XCPD CLIENT - DEVELOPMENT GUIDE
This page presents a development guide for the XCPD Client Component.
The main purpose is to help the developers understand the way it interacts with the other components, so that it could be better integrated in more complex solutions.
DIAGRAMS
Note |
---|
Work in progress! |
General Diagram of Components
(Click the picture to enlarge)
This is a global diagram of components for the B side of the OpenNCP. There we can see all the functional components and a high level view of the way they interact with each other.
In this particular situation we should focus in the XCPD Component, highlighted as blue, in the previous picture.
The next diagram shows a more closer and isolated look over the XCPD Component and all the components that it uses.
XCPD Client Simple Class Diagram
(Click the picture to enlarge)
Loremipsum
The IniGateway represents the entry point for this component and it contains the following operation(s):
Operation Name | Description |
---|---|
patientDiscovery | Represents the main function of the XCPD IHE Profile. It main purpose is to allow the discovery of a valid patient identifier from an ID assigning authority by providing given identifiers and/or demographic data that is sufficient for patient identification. |
JAVADOC
Note |
---|
Work in progress! |