A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3228,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2792",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2776",
    "results": [
        {
            "id": 2784,
            "patient": 15983,
            "order": 21486,
            "height": null,
            "weight": null
        },
        {
            "id": 2785,
            "patient": 27345,
            "order": 21500,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1836,
            "patient": 16630,
            "order": 21502,
            "height": null,
            "weight": null
        },
        {
            "id": 2786,
            "patient": 801,
            "order": 21503,
            "height": null,
            "weight": null
        },
        {
            "id": 2787,
            "patient": 27352,
            "order": 21507,
            "height": null,
            "weight": null
        },
        {
            "id": 2788,
            "patient": 27356,
            "order": 21511,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2789,
            "patient": 27361,
            "order": 21518,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2790,
            "patient": 27363,
            "order": 21523,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}