A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1112",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1096",
    "results": [
        {
            "id": 1099,
            "patient": 23627,
            "order": 16382,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1101,
            "patient": 23628,
            "order": 16387,
            "height": null,
            "weight": null
        },
        {
            "id": 1100,
            "patient": 23628,
            "order": 16387,
            "height": null,
            "weight": null
        },
        {
            "id": 1102,
            "patient": 23632,
            "order": 16393,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1103,
            "patient": 23632,
            "order": 16393,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1104,
            "patient": 23633,
            "order": 16394,
            "height": null,
            "weight": null
        },
        {
            "id": 1105,
            "patient": 23633,
            "order": 16394,
            "height": null,
            "weight": null
        },
        {
            "id": 1107,
            "patient": 23633,
            "order": 16394,
            "height": null,
            "weight": null
        }
    ]
}