
| Name | Value |
|---|---|
| NAME | VBECS DSS EXTRACT |
| TAG | EN |
| ROUTINE | VBECDSS |
| RETURN VALUE TYPE | GLOBAL ARRAY |
| AVAILABILITY | RESTRICTED |
| DESCRIPTION | This RPC inserts or updates post transfusion related data in the VBECS DSS EXTRACT file (#6002.03). The data is passed into the VBECDSS routine through the input parameters and a success indicator is returned to the Blood Bank medical device. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION | This RPC returns and XML document containing a SuccessIndicator element represented by either a 1 for a successful insert or update or a 0 for an unsuccessful insert or update in the VBECS DSS EXTRACT file (#6002.03). Example of successful transaction: <ReturnValue><SuccessIndicator>1</SuccessIndicator></ReturnValue> Example of unsuccessful transaction: <ReturnValue><SuccessIndicator>0</SuccessIndicator></ReturnValue> |