A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1184
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=1192",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1176",
    "results": [
        {
            "id": 1170,
            "patient": 23775,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1171,
            "patient": 23778,
            "order": 16576,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1230,
            "patient": 23936,
            "order": 16827,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1172,
            "patient": 23779,
            "order": 16577,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1173,
            "patient": 23780,
            "order": 16577,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1174,
            "patient": 23783,
            "order": 16580,
            "height": null,
            "weight": null
        },
        {
            "id": 1175,
            "patient": 23786,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1231,
            "patient": 23936,
            "order": 16827,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}