Uses of Enum
org.hl7.fhir.r5.model.Enumerations.SearchParamType
Packages that use Enumerations.SearchParamType
-
Uses of Enumerations.SearchParamType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.SearchParamTypeModifier and TypeFieldDescriptionprotected 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>CapabilityStatement2.CapabilityStatement2RestResourceSearchParamComponent.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.r5.model that return Enumerations.SearchParamTypeModifier and TypeMethodDescriptionstatic Enumerations.SearchParamTypeOperationDefinition.OperationDefinitionParameterComponent.getSearchType()CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.getType()CapabilityStatement2.CapabilityStatement2RestResourceSearchParamComponent.getType()SearchParameter.getType()static Enumerations.SearchParamTypeReturns 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.r5.model that return types with arguments of type Enumerations.SearchParamTypeModifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.getSearchTypeElement()CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.getTypeElement()CapabilityStatement2.CapabilityStatement2RestResourceSearchParamComponent.getTypeElement()SearchParameter.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.SearchParamTypeModifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.setSearchType(Enumerations.SearchParamType value)CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setType(Enumerations.SearchParamType value)CapabilityStatement2.CapabilityStatement2RestResourceSearchParamComponent.setType(Enumerations.SearchParamType value)SearchParameter.setType(Enumerations.SearchParamType value)Enumerations.SearchParamTypeEnumFactory.toCode(Enumerations.SearchParamType code)Enumerations.SearchParamTypeEnumFactory.toSystem(Enumerations.SearchParamType code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.SearchParamTypeModifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.setSearchTypeElement(Enumeration<Enumerations.SearchParamType> value)CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setTypeElement(Enumeration<Enumerations.SearchParamType> value)CapabilityStatement2.CapabilityStatement2RestResourceSearchParamComponent.setTypeElement(Enumeration<Enumerations.SearchParamType> value)SearchParameter.setTypeElement(Enumeration<Enumerations.SearchParamType> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.SearchParamTypeModifierConstructorDescriptionCapabilityStatement2RestResourceSearchParamComponent(String name, Enumerations.SearchParamType type)ConstructorCapabilityStatementRestResourceSearchParamComponent(String name, Enumerations.SearchParamType type)ConstructorSearchParameter(String url, String name, Enumerations.PublicationStatus status, String description, String code, String base, Enumerations.SearchParamType type)Constructor