public class CqlResult extends Object implements ISamplyResult, Serializable
| Constructor and Description |
|---|
CqlResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfPatients() |
int |
getNumberOfSpecimens() |
int |
getQueryId() |
List<Stratification> |
getStratificationsOfPatients() |
List<Stratification> |
getStratificationsOfSpecimens() |
void |
setNumberOfPatients(int numberOfPatients) |
void |
setNumberOfSpecimens(int numberOfSpecimens) |
void |
setQueryId(int queryId) |
void |
setStratificationsOfPatients(List<Stratification> stratificationsOfPatients) |
void |
setStratificationsOfSpecimens(List<Stratification> stratificationsOfSpecimens) |
public int getQueryId()
public void setQueryId(int queryId)
public int getNumberOfSpecimens()
getNumberOfSpecimens in interface ISamplyResultpublic void setNumberOfSpecimens(int numberOfSpecimens)
public int getNumberOfPatients()
getNumberOfPatients in interface ISamplyResultpublic void setNumberOfPatients(int numberOfPatients)
public List<Stratification> getStratificationsOfSpecimens()
getStratificationsOfSpecimens in interface ISamplyResultpublic void setStratificationsOfSpecimens(List<Stratification> stratificationsOfSpecimens)
public List<Stratification> getStratificationsOfPatients()
getStratificationsOfPatients in interface ISamplyResultpublic void setStratificationsOfPatients(List<Stratification> stratificationsOfPatients)
Copyright © 2021 Samply Community. All rights reserved.