A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3252,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3240",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3224",
    "results": [
        {
            "id": 3233,
            "patient": 28374,
            "order": 23274,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3234,
            "patient": 8148,
            "order": 23275,
            "height": null,
            "weight": null
        },
        {
            "id": 3235,
            "patient": 20282,
            "order": 23276,
            "height": null,
            "weight": null
        },
        {
            "id": 3236,
            "patient": 20282,
            "order": 23276,
            "height": null,
            "weight": null
        },
        {
            "id": 3237,
            "patient": 28377,
            "order": 23279,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3238,
            "patient": 28378,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3239,
            "patient": 28381,
            "order": 23285,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3240,
            "patient": 28383,
            "order": 23287,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}