com.cbs.ctr3ws.iservices.IExternalHealth |
Known Indirect Subclasses |
description: the interface contains the CTR2-patient Health soap webservices.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract List<WsCardioThoracic> |
getCardioThoracicProfiles(String nationalId)
Get a recipient's cardio thoracic profiles.
| ||||||||||
abstract WsDonorHealth |
getDonorHealth(String nationalId)
Gets a donor's health records.
| ||||||||||
abstract List<WsDonorMedications> |
getDonorMedications(String nationalId)
Gets the DWL donor medications.
| ||||||||||
abstract List<WsUrinalysis> |
getDonorUrinalysis(String nationalId)
Get a donor's urinalyses.
| ||||||||||
abstract WsMedicalHistory |
getMedicalHistory(String nationalId)
Gets the recipient medical history.
| ||||||||||
abstract List<WsPatientAbdominalProfile> |
getPatientAbdominalProfiles(String nationalId)
Gets a donor's abdominal profiles.
| ||||||||||
abstract List<WsPatientBloodGases> |
getPatientBloodGases(String nationalId)
Get a donor's blood gases records.
| ||||||||||
abstract List<WsChemistry> |
getPatientChemistry(String nationalId)
Get a patient's(donor/recipient) chemistry records.
| ||||||||||
abstract List<WsElectrolytes> |
getPatientElectrolytes(String nationalId)
Get a patient's(donor/recipient) electrolytes records.
| ||||||||||
abstract List<WsHeartProfile> |
getPatientHeartProfiles(String nationalId)
Get a donor's heart profiles.
| ||||||||||
abstract List<WsHematology> |
getPatientHematologies(String nationalId)
Get a patient's(donor/recipient) hematology records.
| ||||||||||
abstract List<WsInfection> |
getPatientInfections(String nationalId)
Gets a recipient's infections.
| ||||||||||
abstract List<WsLungProfile> |
getPatientLungProfile(String nationalId)
Get donor's lung profiles.
| ||||||||||
abstract List<WsMalignancy> |
getPatientMalignancies(String nationalId)
Gets a recipient's malignancies.
| ||||||||||
abstract List<WsMedSocialHistRisk> |
getPatientMedicalSocialHistory(String nationalId)
Gets the DWL donor's medical social history record.
| ||||||||||
abstract List<WsVitalSigns> |
getPatientVitalSigns(String nationalId)
Get a patient's(donor/recipient) vital signs records.
| ||||||||||
abstract WsRecipientHealth |
getRecipientHealth(String nationalId)
Gets a recipient's health records.
| ||||||||||
abstract List<WsRecipientMedications> |
getRecipientMedications(String nationalId)
Gets a recipient's medications.
| ||||||||||
abstract List<WsRenalProfile> |
getRenalProfiles(String nationalId)
Get a recipient's renal profiles.
| ||||||||||
abstract WsCardioThoracic |
updateCardioThoracicProfile(String nationalId, WsCardioThoracic wsInput)
Add or update a recipient's cardio thoracic profile.
| ||||||||||
abstract WsDonorMedications |
updateDonorMedications(String nationalId, WsDonorMedications wsInput)
Add or update a donor medication record.
| ||||||||||
abstract WsUrinalysis |
updateDonorUrinalysis(String nationalId, WsUrinalysis wsInput)
Add or update a donor's urinalysis record.
| ||||||||||
abstract WsMedicalHistory |
updateMedicalHistory(String nationalId, WsMedicalHistory wsInput)
Update the recipient medical history.
| ||||||||||
abstract WsPatientAbdominalProfile |
updatePatientAbdominalProfile(String nationalId, WsPatientAbdominalProfile wsInput)
Add or update a donor's abdominal profile.
| ||||||||||
abstract WsPatientBloodGases |
updatePatientBloodGases(String nationalId, WsPatientBloodGases wsInput)
Add or update a donor's blood gases record.
| ||||||||||
abstract WsChemistry |
updatePatientChemistry(String nationalId, WsChemistry wsInput)
Add or update a patient's(donor/recipient) chemistry record.
| ||||||||||
abstract WsElectrolytes |
updatePatientElectrolytes(String nationalId, WsElectrolytes wsInput)
Add or update a patient's(donor/recipient) electrolytes record.
| ||||||||||
abstract WsHeartProfile |
updatePatientHeartProfile(String nationalId, WsHeartProfile wsInput)
Add or update a donor's heart profile.
| ||||||||||
abstract WsHematology |
updatePatientHematology(String nationalId, WsHematology wsInput)
Add or update a patient's(donor/recipient) hematology record.
| ||||||||||
abstract WsInfection |
updatePatientInfections(String nationalId, WsInfection wsInput)
Add or update a recipient infections record.
| ||||||||||
abstract WsLungProfile |
updatePatientLungProfile(String nationalId, WsLungProfile wsInput)
Add or update a donor's lung profile.
| ||||||||||
abstract WsMalignancy |
updatePatientMalignancies(String nationalId, WsMalignancy wsInput)
Add or update a recipient malignancy record.
| ||||||||||
abstract WsMedSocialHistRisk |
updatePatientMedicalSocialHistory(String nationalId, WsMedSocialHistRisk wsInput)
Add or update a DWL donor's medical social history record.
| ||||||||||
abstract WsVitalSigns |
updatePatientVitalSigns(String nationalId, WsVitalSigns wsInput)
Add or update a patient's(donor/recipient) vital signs record.
| ||||||||||
abstract WsRecipientMedications |
updateRecipientMedications(String nationalId, WsRecipientMedications wsInput)
Add or update a recipient medications record.
| ||||||||||
abstract WsRenalProfile |
updateRenalProfile(String nationalId, WsRenalProfileInput wsInput)
Add or update a recipient's renal profile.
|
Get a recipient's cardio thoracic profiles.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets a donor's health records.
nationalId | the CTR2 donor ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets the DWL donor medications.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a donor's urinalyses.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets the recipient medical history.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
WsMedicalHistory
SoapException | the soap exception |
---|
Gets a donor's abdominal profiles.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a donor's blood gases records.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a patient's(donor/recipient) chemistry records.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a patient's(donor/recipient) electrolytes records.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a donor's heart profiles.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a patient's(donor/recipient) hematology records.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets a recipient's infections.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get donor's lung profiles.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets a recipient's malignancies.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets the DWL donor's medical social history record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a patient's(donor/recipient) vital signs records.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets a recipient's health records.
nationalId | the CTR2 recipient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Gets a recipient's medications.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Get a recipient's renal profiles.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
SoapException | the soap exception |
---|
Add or update a recipient's cardio thoracic profile.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated cardio thoracic profile required: TRUE see: { WsCardioThoracic }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a donor medication record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated donor medication record required: TRUE see: { WsDonorMedications }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a donor's urinalysis record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated a urinalysis record required: TRUE see: { WsUrinalysis }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Update the recipient medical history.
A recipient has only 1 medical history record. The medical history record is created when a new recipient is added to the CTR and the medical history fields are empty.
When a record - field ( for exmaple : prevCardiacSurgeryType ) exists and the request attempts to add another record field of type: prevCardiacSurgeryType, the request will not add a second field
of type: prevCardiacSurgeryType, but will update the existing field.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated recipient medical history. see: WsMedicalHistory} |
WsMedicalHistory
}SoapException |
---|
Add or update a donor's abdominal profile.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated abdominal profile required: TRUE see: { WsPatientAbdominalProfile }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a donor's blood gases record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated blood gases record required: TRUE see: { WsPatientBloodGases }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a patient's(donor/recipient) chemistry record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated chemistry record required: TRUE see: { WsChemistry }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a patient's(donor/recipient) electrolytes record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated electrolytes record required: TRUE see: { WsElectrolytes }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a donor's heart profile.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated heart profile required: TRUE see: { WsHeartProfile }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a patient's(donor/recipient) hematology record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated hematology record required: TRUE see: { WsHematology }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a recipient infections record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated recipient infections required: TRUE see: { WsInfection }, Ws_DTO... Info. |
WsInfection
}, Ws_DTO... Info.SoapException | the soap exception |
---|
Add or update a donor's lung profile.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated lung profile required: TRUE see: { WsLungProfile }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a recipient malignancy record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated recipient medication required: TRUE see: { WsMalignancy }, Ws_DTO... Info. |
WsMalignancy
}, Ws_DTO... Info.SoapException | the soap exception |
---|
Add or update a DWL donor's medical social history record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated medical social history record required: TRUE see: { WsMedSocialHistRisk }, Ws_DTO... Info. |
WsMedSocialHistRisk
}, Ws_DTO... Info.SoapException | the soap exception |
---|
Add or update a patient's(donor/recipient) vital signs record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated vital signs record required: TRUE see: { WsVitalSigns }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a recipient medications record.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated recipient medication required: TRUE see: { WsRecipientMedications }, Ws_DTO... Info. |
SoapException | the soap exception |
---|
Add or update a recipient's renal profile.
nationalId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|---|
wsInput | the added/updated cardio thoracic profile required: TRUE see: { WsRenalProfileInput }, Ws_DTO... Info. |
SoapException | the soap exception |
---|