A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2835,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2168",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2152",
    "results": [
        {
            "id": 2079,
            "patient": 25301,
            "order": 18932,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2080,
            "patient": 20185,
            "order": 18935,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2081,
            "patient": 25309,
            "order": 18942,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2082,
            "patient": 25312,
            "order": 18947,
            "height": null,
            "weight": null
        },
        {
            "id": 2083,
            "patient": 25312,
            "order": 18947,
            "height": null,
            "weight": null
        },
        {
            "id": 2084,
            "patient": 25316,
            "order": 18949,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2085,
            "patient": 25316,
            "order": 18949,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2086,
            "patient": 25326,
            "order": 18957,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}