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": 3459,
    "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": 3231,
            "patient": 28366,
            "order": 23256,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3232,
            "patient": 28370,
            "order": 23266,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "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
        }
    ]
}