spark_auto_mapper_fhir.value_sets.sort_direction
¶
Module Contents¶
Classes¶
SortDirection |
|
Sort by the value ascending, so that lower values appear first. |
- class spark_auto_mapper_fhir.value_sets.sort_direction.SortDirectionCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
SortDirection From: http://hl7.org/fhir/sort-direction in valuesets.xml
The possible sort directions, ascending or descending.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/sort-direction¶
- class spark_auto_mapper_fhir.value_sets.sort_direction.SortDirectionCodeValues¶
Sort by the value ascending, so that lower values appear first. From: http://hl7.org/fhir/sort-direction in valuesets.xml
- Ascending¶
Sort by the value descending, so that lower values appear last. From: http://hl7.org/fhir/sort-direction in valuesets.xml
- Descending¶