A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1128
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=1136",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1120",
    "results": [
        {
            "id": 1125,
            "patient": 23681,
            "order": 16458,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1126,
            "patient": 23682,
            "order": 16459,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1128,
            "patient": 23684,
            "order": 16460,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1129,
            "patient": 23684,
            "order": 16460,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1127,
            "patient": 23683,
            "order": 16461,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 290,
            "patient": 20731,
            "order": 16447,
            "height": null,
            "weight": null
        },
        {
            "id": 1130,
            "patient": 23687,
            "order": 16444,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1131,
            "patient": 23688,
            "order": 16464,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}