Package dev.dsf.fhir.search.parameters
Class OrganizationType
java.lang.Object
dev.dsf.fhir.search.parameters.basic.AbstractSearchParameter<R>
dev.dsf.fhir.search.parameters.basic.AbstractTokenParameter<org.hl7.fhir.r4.model.Organization>
dev.dsf.fhir.search.parameters.OrganizationType
- All Implemented Interfaces:
MatcherParameter,SearchQuerySortParameter,SearchQueryParameter<org.hl7.fhir.r4.model.Organization>
@SearchParameterDefinition(name="type",
definition="http://hl7.org/fhir/SearchParameter/Organization-type",
type=TOKEN,
documentation="A code for the type of organization")
public class OrganizationType
extends AbstractTokenParameter<org.hl7.fhir.r4.model.Organization>
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.dsf.fhir.search.SearchQueryParameter
SearchQueryParameter.SearchParameterDefinition -
Field Summary
FieldsFields inherited from class dev.dsf.fhir.search.parameters.basic.AbstractTokenParameter
valueAndTypeFields inherited from class dev.dsf.fhir.search.parameters.basic.AbstractSearchParameter
parameterName, resourceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected Stringprotected StringgetSortSql(String sortDirectionWithSpacePrefix) intvoidmodifyStatement(int parameterIndex, int subqueryParameterIndex, PreparedStatement statement, BiFunctionWithSqlException<String, Object[], Array> arrayCreator) protected booleanresourceMatches(org.hl7.fhir.r4.model.Organization resource) Methods inherited from class dev.dsf.fhir.search.parameters.basic.AbstractTokenParameter
codingMatches, doConfigure, getBundleUriQueryParameterName, getBundleUriQueryParameterValue, getFilterQuery, getNameModifiers, isDefinedMethods inherited from class dev.dsf.fhir.search.parameters.basic.AbstractSearchParameter
configure, configureSort, getParameterName, matches, notDefinedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.search.MatcherParameter
resolveReferencesForMatching
-
Field Details
-
PARAMETER_NAME
- See Also:
-
-
Constructor Details
-
OrganizationType
public OrganizationType()
-
-
Method Details
-
getPositiveFilterQuery
- Specified by:
getPositiveFilterQueryin classAbstractTokenParameter<org.hl7.fhir.r4.model.Organization>
-
getNegatedFilterQuery
- Specified by:
getNegatedFilterQueryin classAbstractTokenParameter<org.hl7.fhir.r4.model.Organization>
-
getSqlParameterCount
public int getSqlParameterCount() -
modifyStatement
public void modifyStatement(int parameterIndex, int subqueryParameterIndex, PreparedStatement statement, BiFunctionWithSqlException<String, Object[], throws SQLExceptionArray> arrayCreator) - Throws:
SQLException
-
getSortSql
- Specified by:
getSortSqlin classAbstractSearchParameter<org.hl7.fhir.r4.model.Organization>
-
resourceMatches
protected boolean resourceMatches(org.hl7.fhir.r4.model.Organization resource) - Specified by:
resourceMatchesin classAbstractSearchParameter<org.hl7.fhir.r4.model.Organization>
-