Uses of Class
com.ibm.fhir.model.type.code.SearchParamType
-
Packages that use SearchParamType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of SearchParamType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SearchParamType Modifier and Type Method Description SearchParamTypeOperationDefinition.Parameter. getSearchType()How the parameter is understood as a search parameter.SearchParamTypeCapabilityStatement.Rest.Resource.SearchParam. getType()The type of value a search parameter refers to, and how the content is interpreted.SearchParamTypeSearchParameter. getType()The type of value that a search parameter may contain, and how the content is interpreted.Methods in com.ibm.fhir.model.resource with parameters of type SearchParamType Modifier and Type Method Description OperationDefinition.Parameter.BuilderOperationDefinition.Parameter.Builder. searchType(SearchParamType searchType)How the parameter is understood as a search parameter.CapabilityStatement.Rest.Resource.SearchParam.BuilderCapabilityStatement.Rest.Resource.SearchParam.Builder. type(SearchParamType type)The type of value a search parameter refers to, and how the content is interpreted.SearchParameter.BuilderSearchParameter.Builder. type(SearchParamType type)The type of value that a search parameter may contain, and how the content is interpreted. -
Uses of SearchParamType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as SearchParamType Modifier and Type Field Description static SearchParamTypeSearchParamType. COMPOSITECompositestatic SearchParamTypeSearchParamType. DATEDate/DateTimestatic SearchParamTypeSearchParamType. NUMBERNumberstatic SearchParamTypeSearchParamType. QUANTITYQuantitystatic SearchParamTypeSearchParamType. REFERENCEReferencestatic SearchParamTypeSearchParamType. SPECIALSpecialstatic SearchParamTypeSearchParamType. STRINGStringstatic SearchParamTypeSearchParamType. TOKENTokenstatic SearchParamTypeSearchParamType. URIURIMethods in com.ibm.fhir.model.type.code that return SearchParamType Modifier and Type Method Description SearchParamTypeSearchParamType.Builder. build()static SearchParamTypeSearchParamType. of(SearchParamType.ValueSet value)Factory method for creating SearchParamType objects from a passed enum value.static SearchParamTypeSearchParamType. of(String value)Factory method for creating SearchParamType objects from a passed string value.
-