A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2832,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2288",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2272",
    "results": [
        {
            "id": 533,
            "patient": 21987,
            "order": 19245,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2219,
            "patient": 25556,
            "order": 19347,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2191,
            "patient": 16453,
            "order": 19251,
            "height": null,
            "weight": null
        },
        {
            "id": 2192,
            "patient": 14971,
            "order": 19251,
            "height": null,
            "weight": null
        },
        {
            "id": 2193,
            "patient": 25502,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2194,
            "patient": 25508,
            "order": 19043,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2195,
            "patient": 25509,
            "order": 19279,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2196,
            "patient": 25511,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}