A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3065,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2888",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2872",
    "results": [
        {
            "id": 2962,
            "patient": 27836,
            "order": 22319,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2871,
            "patient": 27641,
            "order": 21991,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2872,
            "patient": 27641,
            "order": 21991,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2873,
            "patient": 27656,
            "order": 21995,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2964,
            "patient": 20734,
            "order": 22323,
            "height": null,
            "weight": null
        },
        {
            "id": 2874,
            "patient": 27658,
            "order": 21999,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2875,
            "patient": 6981,
            "order": 22000,
            "height": null,
            "weight": null
        },
        {
            "id": 2965,
            "patient": 21165,
            "order": 22323,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}