A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1008
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=1016",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1000",
    "results": [
        {
            "id": 1004,
            "patient": 23392,
            "order": 16045,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1005,
            "patient": 23394,
            "order": 16047,
            "height": null,
            "weight": null
        },
        {
            "id": 1006,
            "patient": 20776,
            "order": 16056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1007,
            "patient": 20776,
            "order": 16056,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1008,
            "patient": 23397,
            "order": 16063,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1009,
            "patient": 23401,
            "order": 16081,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1010,
            "patient": 23402,
            "order": 16079,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1011,
            "patient": 23404,
            "order": 16090,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}