Uses of Class
com.ibm.fhir.search.exception.FHIRSearchException
-
-
Uses of FHIRSearchException in com.ibm.fhir.search.compartment
Methods in com.ibm.fhir.search.compartment that throw FHIRSearchException Modifier and Type Method Description static void
CompartmentUtil. checkValidCompartment(String compartment)
checks that the compartment is valid, and throws and exception if, notstatic void
CompartmentUtil. checkValidCompartmentAndResource(String compartment, String resourceType)
checks that the compartment and resource are valid, and throws and exception if, notstatic List<String>
CompartmentUtil. getCompartmentResourceTypeInclusionCriteria(String compartment, String resourceType)
gets the compartment and resource type inclusion criteria.static List<String>
CompartmentUtil. getCompartmentResourceTypes(String compartment)
gets the compartment -
Uses of FHIRSearchException in com.ibm.fhir.search.date
Methods in com.ibm.fhir.search.date that throw FHIRSearchException Modifier and Type Method Description static void
DateTimeHandler. parse(SearchConstants.Prefix prefix, QueryParameterValue parameterValue, String v)
parses the value into a set of bounds/value and adds to parameter value.static TemporalAccessor
DateTimeHandler. parse(String value)
Parses the value into a set of bounds/value and adds to parameter value. -
Uses of FHIRSearchException in com.ibm.fhir.search.exception
Methods in com.ibm.fhir.search.exception that return FHIRSearchException Modifier and Type Method Description static FHIRSearchException
SearchExceptionUtil. buildNewChainedParameterException(String name, Exception e)
creates a new chained parameter exceptionstatic FHIRSearchException
SearchExceptionUtil. buildNewDateTimeFormatException(Exception e)
build data time format exceptionstatic FHIRSearchException
SearchExceptionUtil. buildNewInvalidSearchException(String msg)
creates an invalid search exception.static FHIRSearchException
SearchExceptionUtil. buildNewParseParameterException(String name, Exception e)
creates a new parse parameter exceptionFHIRSearchException
FHIRSearchException. withIssue(OperationOutcome.Issue... issues)
FHIRSearchException
FHIRSearchException. withIssue(Collection<OperationOutcome.Issue> issues)
-
Uses of FHIRSearchException in com.ibm.fhir.search.location
Methods in com.ibm.fhir.search.location that throw FHIRSearchException Modifier and Type Method Description BoundingBox
NearLocationHandler. createBoundingBox(double latitude, double longitude, double distance, String unit)
build a bounding box given a latitude, longitude and distance.Bounding
NearLocationHandler. createBoundingRadius(double latitude, double longitude, double distance, String unit)
create bounding radius.List<Bounding>
NearLocationHandler. generateLocationPositionsFromParameters(List<QueryParameter> queryParameters)
generates location positions for processing from parameters. -
Uses of FHIRSearchException in com.ibm.fhir.search.location.util
Methods in com.ibm.fhir.search.location.util that throw FHIRSearchException Modifier and Type Method Description static void
LocationUtil. checkOverUnderNinety(Double up, Double down)
check if the location/area spans over the pole (either one). -
Uses of FHIRSearchException in com.ibm.fhir.search.sort
Methods in com.ibm.fhir.search.sort that throw FHIRSearchException Modifier and Type Method Description void
Sort. checkSystemLevel(String resourceTypeName, String code)
check system level searches with DESC/ASC are ONLY with _id and _lastUpdatedboolean
Sort. isUndefinedOrLenient(String resourceTypeName, String sortParmCode, SearchParameter sortParmProxy, boolean lenient)
checks to see if undefined as a SearchParameter or Lenient
-