Skip to content

Commit

Permalink
adding patient id
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLRead committed Sep 26, 2021
2 parents d7a07bd + 6179ba4 commit 61065bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions PIRDS-v.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ The most common PIRDS data are Measurement events.
Measurements are of fixed length, and consisting the character "M", a measurement type character designator,
a sensor designator consisting of a letter (location) and a number 0-255.

The the byte buffer above, the six fields are positional and don't require names. However, for discussion and in the
the JavaScript binding, these fields are:

1. event,
1. type,
1. loc (location),
1. num (senosr number in that location),
1. ms (relative millisecond),
1. val (value)

Finally, 32-bit signed integer
is provided. The type of every measurement is multiplied by a decimal to allow an integer to express the
acceptable range of value. Thus every measurement fits within 12 bytes.
Expand Down

0 comments on commit 61065bd

Please sign in to comment.