A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3632,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3608",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3592",
    "results": [
        {
            "id": 3599,
            "patient": 29264,
            "order": 24749,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3598,
            "patient": 29264,
            "order": 24749,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3600,
            "patient": 29265,
            "order": 24749,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3601,
            "patient": 24751,
            "order": 24749,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3602,
            "patient": 29266,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3603,
            "patient": 1493,
            "order": 24752,
            "height": null,
            "weight": null
        },
        {
            "id": 3605,
            "patient": 29272,
            "order": 24760,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3606,
            "patient": 29274,
            "order": 24766,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}