public interface

IExternalHla

com.cbs.ctr3ws.iservices.IExternalHla
Known Indirect Subclasses

Class Overview

description: the interface contains the CTR2-HLA soap webservices.

Summary

Public Methods
abstract WSHlaSerumTests findAllRecipientHlaSerumTestResults(String nationalID)
Find a patient's HLA serum test results.
abstract WSHlaTyping findHlaTyping(String nationalID)
Find a patient's HLA typing information.
abstract WSHlaTyping updateHlaTyping(WSHlaTypingCore wsHlaTypingCore)
Update a patient's HLA typing record.
abstract WSHlaSerumTests updateRecipientHlaSerumTestResult(WSHlaSerumTestCore wsHlaSerumTestInput)
Update a recipient HLA serum test results.

Public Methods

public abstract WSHlaSerumTests findAllRecipientHlaSerumTestResults (String nationalID)

Find a patient's HLA serum test results.

Sample soap requests: recipientHlaSerumTestResult

Parameters
nationalID the CTR2 patient ID.
required: TRUE
see: nationalId info
Returns
Throws
SoapException

public abstract WSHlaTyping findHlaTyping (String nationalID)

Find a patient's HLA typing information.

Sample soap requests: hlaTyping

Parameters
nationalID the CTR2 patient ID.
required: TRUE
see: nationalId info
Returns
Throws
SoapException

public abstract WSHlaTyping updateHlaTyping (WSHlaTypingCore wsHlaTypingCore)

Update a patient's HLA typing record.

Sample soap requests: hlaTyping

Parameters
wsHlaTypingCore the HLA typing information.
required: TRUE
see: WSHlaTypingCore
Returns
Throws
SoapException

public abstract WSHlaSerumTests updateRecipientHlaSerumTestResult (WSHlaSerumTestCore wsHlaSerumTestInput)

Update a recipient HLA serum test results.

Sample soap requests: recipientHlaSerumTestResult

Parameters
wsHlaSerumTestInput the serum test information.
required: TRUE
see: WSHlaSerumTestCore
Returns
Throws
SoapException