A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3059,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=8",
    "previous": null,
    "results": [
        {
            "id": 1,
            "patient": 19734,
            "order": 11093,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2,
            "patient": 19741,
            "order": 11102,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3,
            "patient": 19743,
            "order": null,
            "height": null,
            "weight": null
        },
        {
            "id": 4,
            "patient": 19745,
            "order": 11106,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 5,
            "patient": 19747,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 6,
            "patient": 19749,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 7,
            "patient": 19753,
            "order": 11108,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 73,
            "patient": 17519,
            "order": 11382,
            "height": null,
            "weight": null
        }
    ]
}