A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2798,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=16",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8",
    "results": [
        {
            "id": 8,
            "patient": 12237,
            "order": 11113,
            "height": null,
            "weight": null
        },
        {
            "id": 72,
            "patient": 19958,
            "order": 11379,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 9,
            "patient": 19757,
            "order": 11119,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 10,
            "patient": 19760,
            "order": 11123,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 74,
            "patient": 19963,
            "order": 11389,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 11,
            "patient": 7016,
            "order": 11127,
            "height": null,
            "weight": null
        },
        {
            "id": 12,
            "patient": 7016,
            "order": 11127,
            "height": null,
            "weight": null
        },
        {
            "id": 75,
            "patient": 19964,
            "order": 11390,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}