A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3230,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2744",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2728",
    "results": [
        {
            "id": 2736,
            "patient": 25929,
            "order": 21294,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2737,
            "patient": 27201,
            "order": 21299,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2738,
            "patient": 19017,
            "order": 21300,
            "height": null,
            "weight": null
        },
        {
            "id": 2739,
            "patient": 27205,
            "order": 21303,
            "height": null,
            "weight": null
        },
        {
            "id": 2740,
            "patient": 27211,
            "order": 21302,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2741,
            "patient": 27216,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2742,
            "patient": 27216,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2743,
            "patient": 24102,
            "order": 21318,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}