public static class ServiceModel.GetLabReports extends Object implements net.servicestack.client.IReturn<ServiceModel.SearchResultLabReport>
| Modifier and Type | Field and Description |
|---|---|
String |
CustomId |
List<String> |
LaboratoryIds |
Integer |
Limit |
List<String> |
Search |
| Constructor and Description |
|---|
GetLabReports() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomId() |
List<String> |
getLaboratoryIds() |
Integer |
getLimit() |
Object |
getResponseType() |
List<String> |
getSearch() |
ServiceModel.GetLabReports |
setCustomId(String value) |
ServiceModel.GetLabReports |
setLaboratoryIds(List<String> value) |
ServiceModel.GetLabReports |
setLimit(Integer value) |
ServiceModel.GetLabReports |
setSearch(List<String> value) |
public String getCustomId()
public ServiceModel.GetLabReports setCustomId(String value)
public ServiceModel.GetLabReports setLaboratoryIds(List<String> value)
public Integer getLimit()
public ServiceModel.GetLabReports setLimit(Integer value)
public ServiceModel.GetLabReports setSearch(List<String> value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SearchResultLabReport>Copyright © 2022. All rights reserved.