A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3652,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=904",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=888",
    "results": [
        {
            "id": 889,
            "patient": 1310,
            "order": 15503,
            "height": null,
            "weight": null
        },
        {
            "id": 890,
            "patient": 23092,
            "order": 15509,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 891,
            "patient": 23100,
            "order": 15517,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 892,
            "patient": 23102,
            "order": 15526,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 893,
            "patient": 23105,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1427,
            "patient": 24387,
            "order": 17546,
            "height": null,
            "weight": null
        },
        {
            "id": 894,
            "patient": 23106,
            "order": 15535,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 895,
            "patient": 23114,
            "order": 15549,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}