ENDPOINT
- SCONDITIONS
- UNIT
- To create new record use
new EffectRecordpublic class EffectRecord<ENDPOINT,CONDITIONS,UNIT> extends Object implements Serializable, net.idea.modbcum.i.JSONSerializable
Modifier and Type | Class and Description |
---|---|
static class |
EffectRecord._fields |
Modifier and Type | Field and Description |
---|---|
protected CONDITIONS |
conditions |
protected ENDPOINT |
endpoint |
protected Integer |
endpointGroup |
protected List<String> |
endpointSynonyms |
protected String |
endpointType |
protected String |
errQualifier |
protected Double |
errValue |
protected int |
idresult |
protected String |
loQualifier |
protected Double |
loValue |
protected String |
sampleID |
protected Object |
textValue |
protected UNIT |
unit |
protected String |
upQualifier |
protected Double |
upValue |
Constructor and Description |
---|
EffectRecord() |
protected String sampleID
protected UNIT unit
protected String loQualifier
protected Double loValue
protected String upQualifier
protected Double upValue
protected CONDITIONS conditions
protected Object textValue
protected String errQualifier
protected Double errValue
protected int idresult
protected Integer endpointGroup
protected ENDPOINT endpoint
protected String endpointType
public void addEndpointSynonym(String endpointSynonym)
public Integer getEndpointGroup()
public void setEndpointGroup(Integer endpointGroup)
public String getSampleID()
public void setSampleID(String sampleID)
public String getEndpointType()
public void setEndpointType(String endpointType)
public ENDPOINT getEndpoint()
public void setEndpoint(ENDPOINT endpoint)
public UNIT getUnit()
public void setUnit(UNIT unit)
public String getLoQualifier()
public void setLoQualifier(String loQualifier)
public Double getLoValue()
public void setLoValue(double loValue)
public String getUpQualifier()
public void setUpQualifier(String upQualifier)
public Double getUpValue()
public void setUpValue(double upValue)
public String getErrQualifier()
public void setErrQualifier(String errQualifier)
public Double getErrorValue()
public void setErrorValue(double errorValue)
public void setStdDev(double value)
public void setStdDev(double value, String units)
public CONDITIONS getConditions()
public void setConditions(CONDITIONS conditions)
public Object getTextValue()
public void setTextValue(Object textValue)
public void clear()
public String formatSynonyms(boolean striplinks)
public String asJSON()
asJSON
in interface net.idea.modbcum.i.JSONSerializable
public int getIdresult()
public void setIdresult(int idresult)
public boolean isEmpty()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.