Uses of Class
org.hl7.fhir.r4.model.Enumerations.SearchParamType
-
Packages that use Enumerations.SearchParamType Package Description org.hl7.fhir.r4.model -
-
Uses of Enumerations.SearchParamType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Enumerations.SearchParamType Modifier and Type Field Description protected Enumeration<Enumerations.SearchParamType>OperationDefinition.OperationDefinitionParameterComponent. searchTypeHow the parameter is understood as a search parameter.protected Enumeration<Enumerations.SearchParamType>CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent. typeThe type of value a search parameter refers to, and how the content is interpreted.protected Enumeration<Enumerations.SearchParamType>SearchParameter. typeThe type of value that a search parameter may contain, and how the content is interpreted.Methods in org.hl7.fhir.r4.model that return Enumerations.SearchParamType Modifier and Type Method Description static Enumerations.SearchParamTypeEnumerations.SearchParamType. fromCode(String codeString)Enumerations.SearchParamTypeEnumerations.SearchParamTypeEnumFactory. fromCode(String codeString)Enumerations.SearchParamTypeOperationDefinition.OperationDefinitionParameterComponent. getSearchType()Enumerations.SearchParamTypeCapabilityStatement.CapabilityStatementRestResourceSearchParamComponent. getType()Enumerations.SearchParamTypeSearchParameter. getType()static Enumerations.SearchParamTypeEnumerations.SearchParamType. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Enumerations.SearchParamType Modifier and Type Method Description Enumeration<Enumerations.SearchParamType>Enumerations.SearchParamTypeEnumFactory. fromType(Base code)Enumeration<Enumerations.SearchParamType>OperationDefinition.OperationDefinitionParameterComponent. getSearchTypeElement()Enumeration<Enumerations.SearchParamType>CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent. getTypeElement()Enumeration<Enumerations.SearchParamType>SearchParameter. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Enumerations.SearchParamType Modifier and Type Method Description OperationDefinition.OperationDefinitionParameterComponentOperationDefinition.OperationDefinitionParameterComponent. setSearchType(Enumerations.SearchParamType value)CapabilityStatement.CapabilityStatementRestResourceSearchParamComponentCapabilityStatement.CapabilityStatementRestResourceSearchParamComponent. setType(Enumerations.SearchParamType value)SearchParameterSearchParameter. setType(Enumerations.SearchParamType value)StringEnumerations.SearchParamTypeEnumFactory. toCode(Enumerations.SearchParamType code)StringEnumerations.SearchParamTypeEnumFactory. toSystem(Enumerations.SearchParamType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Enumerations.SearchParamType Modifier and Type Method Description OperationDefinition.OperationDefinitionParameterComponentOperationDefinition.OperationDefinitionParameterComponent. setSearchTypeElement(Enumeration<Enumerations.SearchParamType> value)CapabilityStatement.CapabilityStatementRestResourceSearchParamComponentCapabilityStatement.CapabilityStatementRestResourceSearchParamComponent. setTypeElement(Enumeration<Enumerations.SearchParamType> value)SearchParameterSearchParameter. setTypeElement(Enumeration<Enumerations.SearchParamType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Enumerations.SearchParamType Constructor Description CapabilityStatementRestResourceSearchParamComponent(StringType name, Enumeration<Enumerations.SearchParamType> type)Constructor
-