A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3064,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2920",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2904",
    "results": [
        {
            "id": 3002,
            "patient": 27897,
            "order": 22409,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3004,
            "patient": 27898,
            "order": 22411,
            "height": null,
            "weight": null
        },
        {
            "id": 2188,
            "patient": 19646,
            "order": 22426,
            "height": null,
            "weight": null
        },
        {
            "id": 3007,
            "patient": 2586,
            "order": 22438,
            "height": null,
            "weight": null
        },
        {
            "id": 3009,
            "patient": 27913,
            "order": 22445,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3011,
            "patient": 27171,
            "order": 22451,
            "height": null,
            "weight": null
        },
        {
            "id": 3013,
            "patient": 27918,
            "order": 22454,
            "height": null,
            "weight": null
        },
        {
            "id": 3015,
            "patient": 27921,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}