Interface: ResultOrganizer
A Result Organizer: the panel/battery wrapper around one or more
Result observations. code is the panel LOINC; statusCode is the
organizer status; results are the member observations.
Example
import type { ResultOrganizer } from "@cosyte/ccda";
function panelSize(o: ResultOrganizer): number {
return o.results.length;
}
Properties
code?
readonlyoptionalcode?:CD
ids
readonlyids: readonlyII[]
results
readonlyresults: readonlyResult[]
statusCode?
readonlyoptionalstatusCode?:string