Retrieves the logged in user's laboratory claims between the given date range.
URL
https://secure.healthx.com/api/LaboratoryV1/Search/Date HTTP Verb
POST Parameters
Example Request
<MemberDateSearch> <begindate>1973-01-01</begindate> <enddate>2020-01-01</enddate> <start>1</start> <count>100</count> <searchmodifiers>sortfield:claimnum|sortdir:ascending</searchmodifiers> </MemberDateSearch> Example Response
<SearchResults> <Records> <LabClaimRecord> <AdddateTime>2010-01-04T10:51:16.503</AdddateTime> <Address1>310 East Earnest St</Address1> <Address2>Suite 100</Address2> <AltMemberID>5468ad2887</AltMemberID> <!-- Remaining fields cut for brevity --> </LabClaimRecord> </Records> <TotalRecordCount>1</TotalRecordCount> </SearchResults> |
Developer Services > Laboratory Claims >