A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3061,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=56",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=40",
    "results": [
        {
            "id": 38,
            "patient": 19849,
            "order": 11244,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 39,
            "patient": 19851,
            "order": 11248,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 40,
            "patient": 19860,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 83,
            "patient": 19989,
            "order": 11434,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 86,
            "patient": 19998,
            "order": 11453,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 41,
            "patient": 19864,
            "order": 11261,
            "height": null,
            "weight": null
        },
        {
            "id": 42,
            "patient": 19865,
            "order": 11261,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 43,
            "patient": 19884,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}