A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3279,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=928",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=912",
    "results": [
        {
            "id": 915,
            "patient": 3133,
            "order": 15622,
            "height": null,
            "weight": null
        },
        {
            "id": 916,
            "patient": 23172,
            "order": 15628,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 917,
            "patient": 23172,
            "order": 15628,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 918,
            "patient": 23173,
            "order": 15630,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 919,
            "patient": 244,
            "order": 15631,
            "height": null,
            "weight": null
        },
        {
            "id": 920,
            "patient": 23175,
            "order": 15641,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 921,
            "patient": 23176,
            "order": 15642,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 922,
            "patient": 23177,
            "order": 15643,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}