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.
|