A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=680
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3258,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=688",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=672",
    "results": [
        {
            "id": 799,
            "patient": 22787,
            "order": 15067,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 801,
            "patient": 22792,
            "order": 15071,
            "height": null,
            "weight": null
        },
        {
            "id": 803,
            "patient": 22795,
            "order": 15076,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 878,
            "patient": 23067,
            "order": 15472,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 805,
            "patient": 22802,
            "order": 15085,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 879,
            "patient": 23069,
            "order": 15466,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 807,
            "patient": 22805,
            "order": 15095,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 880,
            "patient": 10638,
            "order": 15482,
            "height": null,
            "weight": null
        }
    ]
}