Method: PATCH Update a RESOLVE Baseline Data for a Participant
Request Information
URI
https://services.anzdata.org.au/webservices/api/resolve/baseline/{id}
Parameters
Name | Description | Additional information |
---|---|---|
id |
The ANZDATA Patient ID / Registry Number |
Define this parameter in the request URI. |
value |
RESOLVE Baseline Data Object |
Define this parameter in the request body. |
Request body formats
** Empty XML node(s) or JSON element(s) should be excluded from posted data.
application/json, text/json
Sample:
{ "FacilityCode": "string 3", "EnrolmentDate": "2024-12-04T00:00:00", "AcuteMyocardialInfarctionCode": "string 4", "HeartFailureCode": "string 5", "HistoryStrokeCode": "string 6", "SerumBloodTestDate": "2024-12-04T00:00:00", "SerumSodium": 1, "DialysateSodium": 1, "DryWeight": 1.0, "AchievedUltrafiltrationVolume": 1.0 }
application/xml, text/xml
Sample:
<Baseline xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FacilityCode>string 3</FacilityCode> <EnrolmentDate>2024-12-04T00:00:00</EnrolmentDate> <AcuteMyocardialInfarctionCode>string 4</AcuteMyocardialInfarctionCode> <HeartFailureCode>string 5</HeartFailureCode> <HistoryStrokeCode>string 6</HistoryStrokeCode> <SerumBloodTestDate>2024-12-04T00:00:00</SerumBloodTestDate> <SerumSodium>1</SerumSodium> <DialysateSodium>1</DialysateSodium> <DryWeight>1</DryWeight> <AchievedUltrafiltrationVolume>1</AchievedUltrafiltrationVolume> </Baseline>
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "string 1", "SuccessMessages": [ "string 1", "string 2", "string 3" ], "WarningMessages": [ "string 1", "string 2", "string 3" ], "ErrorMessages": [ "string 1", "string 2", "string 3" ] }
application/xml, text/xml
Sample:
<ResponseBody xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>Success</Code> <Message>string 1</Message> <SuccessMessages> <SuccessMessage>string 1</SuccessMessage> <SuccessMessage>string 2</SuccessMessage> <SuccessMessage>string 3</SuccessMessage> </SuccessMessages> <WarningMessages> <WarningMessage>string 1</WarningMessage> <WarningMessage>string 2</WarningMessage> <WarningMessage>string 3</WarningMessage> </WarningMessages> <ErrorMessages> <ErrorMessage>string 1</ErrorMessage> <ErrorMessage>string 2</ErrorMessage> <ErrorMessage>string 3</ErrorMessage> </ErrorMessages> </ResponseBody>
Attribute Details
Attribute | Variable Label | Type | Length (Precision, Scale) |
Code | Comments |
---|---|---|---|---|---|
AchievedUltrafiltrationVolume | Achieved Ultrafiltration Volume | Number | Decimal(18, 1) | Value must be between 0 and 6. |
|
AcuteMyocardialInfarctionCode | History of Acute Myocardial Infarction | String | 10 | Yes No Suspected Codes | |
DialysateSodium | Dialysate Sodium | Number | Value must be between 130 and 142. |
||
DryWeight | Dry Weight | Number | Decimal(18, 1) | Value must be between 20 and 200. |
|
FacilityCode | String | 10 | Facility Codes | Required. Facility Code as at Enrolment Date |
|
HeartFailureCode | History of Heart Failure | String | 10 | Yes No Suspected Codes | |
HistoryStrokeCode | History of Stroke | String | 10 | Yes No Suspected Codes | |
SerumBloodTestDate | Date of Serum Blood Test | Date | |||
SerumSodium | Sodium | Number | Value must be between 125 and 150. |