A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2805,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2736",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2720",
    "results": [
        {
            "id": 2730,
            "patient": 13674,
            "order": 21267,
            "height": null,
            "weight": null
        },
        {
            "id": 2731,
            "patient": 27188,
            "order": 21275,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2732,
            "patient": 27195,
            "order": 21289,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2733,
            "patient": 27198,
            "order": 21292,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2734,
            "patient": 27199,
            "order": 21293,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2735,
            "patient": 25929,
            "order": 21294,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2736,
            "patient": 25929,
            "order": 21294,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2737,
            "patient": 27201,
            "order": 21299,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}