A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1152
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=1160",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1144",
    "results": [
        {
            "id": 1148,
            "patient": 23720,
            "order": 16509,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1149,
            "patient": 23722,
            "order": 16513,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1150,
            "patient": 23724,
            "order": 16515,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1222,
            "patient": 23923,
            "order": 16801,
            "height": null,
            "weight": null
        },
        {
            "id": 1422,
            "patient": 24381,
            "order": 17532,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1151,
            "patient": 23728,
            "order": 16518,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1152,
            "patient": 23729,
            "order": 16518,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1223,
            "patient": 23926,
            "order": 16807,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}