A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=16
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=24",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=8",
    "results": [
        {
            "id": 13,
            "patient": 19765,
            "order": 11129,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 14,
            "patient": 13446,
            "order": 11134,
            "height": null,
            "weight": null
        },
        {
            "id": 15,
            "patient": 19779,
            "order": 11142,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 77,
            "patient": 1065,
            "order": 11392,
            "height": null,
            "weight": null
        },
        {
            "id": 16,
            "patient": 19787,
            "order": 11152,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 17,
            "patient": 19791,
            "order": 11146,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 76,
            "patient": 1065,
            "order": 11392,
            "height": null,
            "weight": null
        },
        {
            "id": 18,
            "patient": 19799,
            "order": 11174,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}