A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1200
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=1208",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1192",
    "results": [
        {
            "id": 1182,
            "patient": 23827,
            "order": 16631,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1236,
            "patient": 16255,
            "order": 16830,
            "height": null,
            "weight": null
        },
        {
            "id": 1183,
            "patient": 23836,
            "order": 16645,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1184,
            "patient": 17750,
            "order": 16651,
            "height": null,
            "weight": null
        },
        {
            "id": 1235,
            "patient": 16255,
            "order": 16830,
            "height": null,
            "weight": null
        },
        {
            "id": 1186,
            "patient": 23842,
            "order": 16655,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1187,
            "patient": 23847,
            "order": 16669,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1188,
            "patient": 22621,
            "order": 16675,
            "height": null,
            "weight": null
        }
    ]
}