impart563/clinical-lab-qc/assay does not have a README file
pub(all) struct AssayProgram {
assay_id : String
unit : String
precision : Int
levels : Array[ControlLevel]
rule_policies : Array[RulePolicy]
} derive(Debug)pub(all) struct ControlLevel {
id : String
mean : Int64
standard_deviation : Int64
required : Bool
} derive(Debug)Install
Download zipOffline MoonBit internal quality-control analysis and deterministic replay
Dependencies