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": 2798,
    "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": 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
        },
        {
            "id": 2791,
            "patient": 27371,
            "order": 21534,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2792,
            "patient": 27380,
            "order": 21547,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}