| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
SortSpec |
SortSpec.getChain()
Gets the chained sort specification, or
null if none. |
SortSpec |
SortSpec.setChain(SortSpec theChain)
Sets the chained sort specification, or
null if none. |
SortSpec |
SortSpec.setOrder(SortOrderEnum theOrder)
Sets the sort order specified by this parameter, or
null if none should be explicitly defined (which
means SortOrderEnum.ASC according to the FHIR specification) |
SortSpec |
SortSpec.setParamName(String theFieldName)
Sets the actual name of the search param to sort by
|
| Modifier and Type | Method and Description |
|---|---|
SortSpec |
SortSpec.setChain(SortSpec theChain)
Sets the chained sort specification, or
null if none. |
| Constructor and Description |
|---|
SortSpec(String theParamName,
SortOrderEnum theOrder,
SortSpec theChain)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IQuery<Y> |
IQuery.sort(SortSpec theSortSpec)
Adds a sort using a
SortSpec object |
Copyright © 2014–2019 University Health Network. All rights reserved.