A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3683,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2656",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2640",
    "results": [
        {
            "id": 2608,
            "patient": 26839,
            "order": 20794,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2610,
            "patient": 26842,
            "order": 20798,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2515,
            "patient": 26473,
            "order": 20396,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2516,
            "patient": 26478,
            "order": 20399,
            "height": null,
            "weight": null
        },
        {
            "id": 2612,
            "patient": 26848,
            "order": 20801,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2517,
            "patient": 26480,
            "order": 20402,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2514,
            "patient": 26468,
            "order": 20392,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2513,
            "patient": 26467,
            "order": 20392,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}