java.lang.Object
org.phenopackets.phenopackettools.builder.builders.ReferenceRangeBuilder
public class ReferenceRangeBuilder
extends Object
Simple wrapper for a ReferenceRange
unit:
id: "UO:0000316"
label: "cells per microliter"
low: 150000.0
high: 450000.0
- Author:
- Peter N Robinson
-
Method Summary
static org.phenopackets.schema.v2.core.ReferenceRange
static org.phenopackets.schema.v2.core.ReferenceRange
of(org.phenopackets.schema.v2.core.OntologyClass unit,
double low,
double high)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static org.phenopackets.schema.v2.core.ReferenceRange of(org.phenopackets.schema.v2.core.OntologyClass unit,
double low,
double high)
-
of
public static org.phenopackets.schema.v2.core.ReferenceRange of(String id,
String label,
double low,
double high)