A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3063,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2944",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2928",
    "results": [
        {
            "id": 3047,
            "patient": 27976,
            "order": 22562,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3050,
            "patient": 16064,
            "order": 22574,
            "height": null,
            "weight": null
        },
        {
            "id": 3051,
            "patient": 27983,
            "order": 22577,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3053,
            "patient": 27985,
            "order": 22580,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3055,
            "patient": 27989,
            "order": 22588,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3057,
            "patient": 27997,
            "order": 22596,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3059,
            "patient": 28001,
            "order": 22605,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3061,
            "patient": 28003,
            "order": 22613,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}