Uses of Enum
org.hl7.fhir.dstu3.model.Enumerations.SearchParamType
-
Uses of Enumerations.SearchParamType in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.SearchParamType> OperationDefinition.OperationDefinitionParameterComponent.searchType
How the parameter is understood as a search parameter.protected Enumeration
<Enumerations.SearchParamType> CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.type
The type of value a search parameter refers to, and how the content is interpreted.protected Enumeration
<Enumerations.SearchParamType> SearchParameter.type
The type of value a search parameter refers to, and how the content is interpreted.Modifier and TypeMethodDescriptionstatic Enumerations.SearchParamType
OperationDefinition.OperationDefinitionParameterComponent.getSearchType()
CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.getType()
SearchParameter.getType()
static Enumerations.SearchParamType
Returns the enum constant of this type with the specified name.static Enumerations.SearchParamType[]
Enumerations.SearchParamType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.SearchParamTypeEnumFactory.fromType
(PrimitiveType<?> code) OperationDefinition.OperationDefinitionParameterComponent.getSearchTypeElement()
CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.getTypeElement()
SearchParameter.getTypeElement()
Modifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.setSearchType
(Enumerations.SearchParamType value) CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setType
(Enumerations.SearchParamType value) SearchParameter.setType
(Enumerations.SearchParamType value) Enumerations.SearchParamTypeEnumFactory.toCode
(Enumerations.SearchParamType code) Enumerations.SearchParamTypeEnumFactory.toSystem
(Enumerations.SearchParamType code) Modifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.setSearchTypeElement
(Enumeration<Enumerations.SearchParamType> value) CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setTypeElement
(Enumeration<Enumerations.SearchParamType> value) SearchParameter.setTypeElement
(Enumeration<Enumerations.SearchParamType> value) ModifierConstructorDescriptionCapabilityStatementRestResourceSearchParamComponent
(StringType name, Enumeration<Enumerations.SearchParamType> type) Constructor