A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3074,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2512",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2496",
    "results": [
        {
            "id": 2652,
            "patient": 25879,
            "order": 20939,
            "height": null,
            "weight": null
        },
        {
            "id": 2654,
            "patient": 26957,
            "order": 20935,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2656,
            "patient": 26970,
            "order": 20953,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2657,
            "patient": 26982,
            "order": 20968,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2676,
            "patient": 27036,
            "order": 21056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2658,
            "patient": 26985,
            "order": 20971,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2660,
            "patient": 25654,
            "order": 20973,
            "height": null,
            "weight": null
        },
        {
            "id": 2661,
            "patient": 26988,
            "order": 20978,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}