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": 3067,
    "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": 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
        },
        {
            "id": 2744,
            "patient": 27222,
            "order": 21306,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2745,
            "patient": 27228,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2746,
            "patient": 27228,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2747,
            "patient": 27229,
            "order": 21330,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}