A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3456,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3344",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3328",
    "results": [
        {
            "id": 3290,
            "patient": 28498,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3291,
            "patient": 28499,
            "order": 23472,
            "height": null,
            "weight": null
        },
        {
            "id": 3292,
            "patient": 28504,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3293,
            "patient": 22773,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3386,
            "patient": 28735,
            "order": 23884,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3294,
            "patient": 28508,
            "order": 23491,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3295,
            "patient": 28510,
            "order": 23494,
            "height": null,
            "weight": null
        },
        {
            "id": 3388,
            "patient": 28748,
            "order": 23900,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}