A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3636,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3520",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3504",
    "results": [
        {
            "id": 3345,
            "patient": 28620,
            "order": 23690,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3318,
            "patient": 26467,
            "order": 23686,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3176,
            "patient": 24102,
            "order": 23686,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3346,
            "patient": 28625,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3433,
            "patient": 19106,
            "order": 24085,
            "height": null,
            "weight": null
        },
        {
            "id": 3347,
            "patient": 28629,
            "order": 23699,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3348,
            "patient": 28630,
            "order": 23699,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3435,
            "patient": 28879,
            "order": 24097,
            "height": null,
            "weight": null
        }
    ]
}