A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3067,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=296",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=280",
    "results": [
        {
            "id": 293,
            "patient": 20746,
            "order": 12434,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 255,
            "patient": 20574,
            "order": 12244,
            "height": null,
            "weight": null
        },
        {
            "id": 294,
            "patient": 20749,
            "order": 12443,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 256,
            "patient": 20511,
            "order": 12245,
            "height": null,
            "weight": null
        },
        {
            "id": 257,
            "patient": 20581,
            "order": 12245,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 295,
            "patient": 20755,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 259,
            "patient": 17012,
            "order": 12252,
            "height": null,
            "weight": null
        },
        {
            "id": 260,
            "patient": 17973,
            "order": 12252,
            "height": null,
            "weight": null
        }
    ]
}