|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MalformedStoredQueryException | |
|---|---|
| org.eclipse.ohf.ihe.xds.consumer.storedquery | |
| Uses of MalformedStoredQueryException in org.eclipse.ohf.ihe.xds.consumer.storedquery |
|---|
| Methods in org.eclipse.ohf.ihe.xds.consumer.storedquery that throw MalformedStoredQueryException | |
|---|---|
static void |
StoredQueryBuilderUtils.addCodedParameters(java.util.HashMap queryParameters,
java.lang.String codeUUID,
CodedMetadataType[] codes)
Adds the codes given as query parameters for the metadata attribute specifide by codeUUID to the given HashMap of StoredQuery parameters. |
static void |
StoredQueryBuilderUtils.addDateTimeParameters(java.util.HashMap queryParameters,
DateTimeRange range)
Builds the date/time range query sub clause (included the lower time bound, but excludes the upper time bound). |
static void |
StoredQueryBuilderUtils.addPatientIdParameter(java.util.HashMap queryParameters,
CX patientId)
Adds the patientId list given as query parameters for the metadata attribute to the given HashMap of StoredQuery parameters. |
static void |
StoredQueryBuilderUtils.addStatusParameter(java.util.HashMap queryParameters,
AvailabilityStatusType[] status)
Adds the status list given as query parameters for the metadata attribute to the given HashMap of StoredQuery parameters. |
| Constructors in org.eclipse.ohf.ihe.xds.consumer.storedquery that throw MalformedStoredQueryException | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||