Site result contains the stratum counts for each stratifier (e.g gender) in the stratifiers field and the total count of patients, samples, etc. in the totals field.
stratifiers
totals
Example:
{ "stratifiers": { "gender": { "female": 31, "male": 43 }, "diagnosis": { "C34.0": 26, "C34.2": 28, "C34.8": 25 }, }, "totals": { "patients": 74, "samples": 312 }} Copy
{ "stratifiers": { "gender": { "female": 31, "male": 43 }, "diagnosis": { "C34.0": 26, "C34.2": 28, "C34.8": 25 }, }, "totals": { "patients": 74, "samples": 312 }}
Site result contains the stratum counts for each stratifier (e.g gender) in the
stratifiers
field and the total count of patients, samples, etc. in thetotals
field.Example: