Details
-
Enhancement
-
Status: Closed
-
Must
-
Resolution: Fixed
-
FM2 1.0.0
-
None
-
None
-
High
Description
Both Search and History operations return a bundle result which contains 0 to N numbers of response. Our current implementation doesn't really support paging. It returns all the resources requested/searched.
Ideal paging implementation is where the restful server returns a bundle containing only the first 20 and a link which will return the next 20, etc.
To achieve here is a perfect example of Observation implementation