Procedure = AbsoluteTemporalEventQuery() |
InputinvertedIndexCollection: The client for accessing ELII collection in MongoDB |
event: The query event |
period: The query period |
OutputpatentIDList: The list of patient IDs after query |
1: ; |
2: ; |
3: fordocumentinqueryDocumentsdo
|
4: ; |
5: ; |
6:
|
7:
|
8: ifis notNonethen
|
9: ; |
10: ifthen
|
11:
|
12: end if
|
13: end if
|
14: ifis notNonethen
|
15: ; |
16: ifthen
|
17:
|
18: end if
|
19: end if
|
20: ; |
21: end for
|
22: patentIDList = ; |
23: returnpatentIDList
|