A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3275,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=848",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=832",
    "results": [
        {
            "id": 692,
            "patient": 8208,
            "order": 14576,
            "height": null,
            "weight": null
        },
        {
            "id": 693,
            "patient": 19287,
            "order": 14583,
            "height": null,
            "weight": null
        },
        {
            "id": 769,
            "patient": 22715,
            "order": 14946,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 694,
            "patient": 22483,
            "order": 14585,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 695,
            "patient": 11571,
            "order": 14589,
            "height": null,
            "weight": null
        },
        {
            "id": 771,
            "patient": 22722,
            "order": 14953,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 696,
            "patient": 22492,
            "order": 14608,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 773,
            "patient": 22725,
            "order": 14956,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}