
| Name | Value |
|---|---|
| NAME | MAG DICOM GET PATIENT VITALS |
| TAG | GETPAT |
| ROUTINE | MAGDHWR |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | RESTRICTED |
| INACTIVE | ACTIVE |
| WORD WRAP ON | FALSE |
| VERSION | 3 |
| DESCRIPTION | This Remote Procedure returns some information about a patient. At this time, the values returned are VIP-code Height Weight This list may be extended in the future. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
The return parameter for this procedure is an array.
OUT(3)="VIP^"
If the procedure encounters an error, the value of
OUT(1) is:
a negative number, followed by an explanation
If the procedure completes successfully, the array contains values
that provide values for some vital statistics of the patient, e.g.:
OUT(1)="HEIGHT^190.50^cm^centimeter"
OUT(2)="WEIGHT^104.55^kg^kilogram"
|