A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1176",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1160",
    "results": [
        {
            "id": 2540,
            "patient": 769,
            "order": 20485,
            "height": null,
            "weight": null
        },
        {
            "id": 1159,
            "patient": 23757,
            "order": 16554,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1226,
            "patient": 23930,
            "order": 16818,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1227,
            "patient": 23932,
            "order": 16822,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1161,
            "patient": 23758,
            "order": 16555,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1160,
            "patient": 23758,
            "order": 16555,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1162,
            "patient": 23758,
            "order": 16555,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1163,
            "patient": 23760,
            "order": 16557,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}