| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api |
| 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
|
Copyright © 2014–2017 University Health Network. All rights reserved.