A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3275,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2416",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2400",
    "results": [
        {
            "id": 2451,
            "patient": 1284,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 2408,
            "patient": 26162,
            "order": 20041,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2937,
            "patient": 26472,
            "order": 22211,
            "height": null,
            "weight": null
        },
        {
            "id": 2543,
            "patient": 26561,
            "order": 20496,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2409,
            "patient": 25761,
            "order": 20043,
            "height": null,
            "weight": null
        },
        {
            "id": 2410,
            "patient": 26165,
            "order": 20043,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2411,
            "patient": 26166,
            "order": 20043,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2546,
            "patient": 26582,
            "order": 20518,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}