A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2812,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2680",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2664",
    "results": [
        {
            "id": 2530,
            "patient": 26517,
            "order": 20453,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2531,
            "patient": 26518,
            "order": 20440,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2251,
            "patient": 25631,
            "order": 20429,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2532,
            "patient": 22936,
            "order": 20461,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2624,
            "patient": 17084,
            "order": 20849,
            "height": null,
            "weight": null
        },
        {
            "id": 2533,
            "patient": 26531,
            "order": 20465,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2626,
            "patient": 17084,
            "order": 20849,
            "height": null,
            "weight": null
        },
        {
            "id": 2534,
            "patient": 26532,
            "order": 20466,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}