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

Content of the Protocol Terminators

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

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)

This diagram illustrates the three main classes of the XCPD Client project.

The IniGateway represents the entry point for this component and it contains the following operation(s):

Operation NameDescription
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

Work in progress!

  • No labels