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

Packages that use DateTimeRange
org.eclipse.ohf.ihe.xds.consumer.query   
org.eclipse.ohf.ihe.xds.consumer.storedquery   
 

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

Constructors in org.eclipse.ohf.ihe.xds.consumer.query with parameters of type DateTimeRange
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.
 

Uses of DateTimeRange in org.eclipse.ohf.ihe.xds.consumer.storedquery
 

Methods in org.eclipse.ohf.ihe.xds.consumer.storedquery with parameters of type DateTimeRange
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).
 

Constructors in org.eclipse.ohf.ihe.xds.consumer.storedquery with parameters of type DateTimeRange
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.