| com.cbs.ctr3ws.iservices.IExternalHla |
Known Indirect Subclasses
|
description: the interface contains the CTR2-HLA soap webservices.
| 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.
| ||||||||||
Find a patient's HLA serum test results.
| nationalID | the CTR2 patient ID. required: TRUE see: nationalId info |
|---|
WSHlaSerumTests| SoapException |
|---|
Find a patient's HLA typing information.
| nationalID | the CTR2 patient ID. required: TRUE see: nationalId info |
|---|
WSHlaTyping| SoapException |
|---|
Update a patient's HLA typing record.
| wsHlaTypingCore | the HLA typing information. required: TRUE see: WSHlaTypingCore |
|---|
WSHlaTyping| SoapException |
|---|
Update a recipient HLA serum test results.
| wsHlaSerumTestInput | the serum test information. required: TRUE see: WSHlaSerumTestCore |
|---|
WSHlaSerumTests| SoapException |
|---|