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 voidCompartmentUtil. checkValidCompartment(String compartment)checks that the compartment is valid, and throws and exception if, notstatic voidCompartmentUtil. 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 voidDateTimeHandler. parse(SearchConstants.Prefix prefix, QueryParameterValue parameterValue, String v)parses the value into a set of bounds/value and adds to parameter value.static TemporalAccessorDateTimeHandler. 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 FHIRSearchExceptionSearchExceptionUtil. buildNewChainedParameterException(String name, Exception e)creates a new chained parameter exceptionstatic FHIRSearchExceptionSearchExceptionUtil. buildNewDateTimeFormatException(Exception e)build data time format exceptionstatic FHIRSearchExceptionSearchExceptionUtil. buildNewInvalidSearchException(String msg)creates an invalid search exception.static FHIRSearchExceptionSearchExceptionUtil. buildNewParseParameterException(String name, Exception e)creates a new parse parameter exceptionFHIRSearchExceptionFHIRSearchException. withIssue(OperationOutcome.Issue... issues)FHIRSearchExceptionFHIRSearchException. 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 BoundingBoxNearLocationHandler. createBoundingBox(double latitude, double longitude, double distance, String unit)build a bounding box given a latitude, longitude and distance.BoundingNearLocationHandler. 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 voidLocationUtil. 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 voidSort. checkSystemLevel(String resourceTypeName, String code)check system level searches with DESC/ASC are ONLY with _id and _lastUpdatedbooleanSort. isUndefinedOrLenient(String resourceTypeName, String sortParmCode, SearchParameter sortParmProxy, boolean lenient)checks to see if undefined as a SearchParameter or Lenient 
 -