A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3290,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1328",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1312",
    "results": [
        {
            "id": 1308,
            "patient": 24126,
            "order": 17101,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1309,
            "patient": 24127,
            "order": 17102,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1312,
            "patient": 24133,
            "order": 17115,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1313,
            "patient": 24134,
            "order": 17115,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1362,
            "patient": 24237,
            "order": 17344,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1311,
            "patient": 24132,
            "order": 17115,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1315,
            "patient": 17227,
            "order": 17139,
            "height": null,
            "weight": null
        },
        {
            "id": 1316,
            "patient": 17227,
            "order": 17139,
            "height": null,
            "weight": null
        }
    ]
}