Uses of Class
org.eclipse.ohf.ihe.xds.consumer.query.MalformedQueryException

Packages that use MalformedQueryException
org.eclipse.ohf.ihe.xds.consumer.query   
 

Uses of MalformedQueryException in org.eclipse.ohf.ihe.xds.consumer.query
 

Methods in org.eclipse.ohf.ihe.xds.consumer.query that throw MalformedQueryException
 java.lang.String QueryBuilder.build()
          Renders the Query object as an SQL string
static java.lang.String QueryBuilderUtils.buildCodeClause(java.lang.String codeUUID, CodedMetadataType[] codes)
          Builds a code query sub clause (Classification): conjuncts the atoms ( metadataCode.classifiedObject = doc.id, metadataCode.classificationSchemd = XDS uuid of the code selected, code.nodeRepresentation (= or IN) codes)
static java.lang.String QueryBuilderUtils.buildDateTimeClause(java.lang.String slotName, java.lang.String from, java.lang.String to)
          Builds the date/time range query sub clause (included the lower time bound, but excludes the upper time bound).
static java.lang.String QueryBuilderUtils.buildIdClause(java.lang.String idSchemeUUID, java.lang.String[] idValues)
          Builds a id query sub clause (ExternalIdentifier): conjuncts the atoms (metadataId.registryObject = DocEntry || SubSet || Folder, metadataId.identificationScheme = XDS uuid of the id selected, metadataId.value (= or IN) idValues)
static java.lang.String QueryBuilderUtils.buildStatusClause(java.lang.String metadataUUID, AvailabilityStatusType[] status)
          Builds the status sub clause of a query
 

Constructors in org.eclipse.ohf.ihe.xds.consumer.query that throw MalformedQueryException
DateTimeRange(java.lang.String name, java.lang.String from, java.lang.String to)
          Constructor
FindDocumentsQuery(CX patientID, AvailabilityStatusType[] status)
          Constructor, with minimal parameters.
FindDocumentsQuery(CX patientID, CodedMetadataType[] classCodes, DateTimeRange[] dateTimeRanges, CodedMetadataType[] practiceSettingCodes, CodedMetadataType[] healthCareFacilityCodes, CodedMetadataType[] eventCodeList, CodedMetadataType[] confidentialityCodes, CodedMetadataType[] formatCodes, AvailabilityStatusType[] status)
          Constructor witf full set of parameters.
GetDocumentsQuery(java.lang.String[] docIDs, boolean isUUID)
          Constructor.