A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3461,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3168",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=3152",
    "results": [
        {
            "id": 3160,
            "patient": 28220,
            "order": 22977,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3161,
            "patient": 28227,
            "order": 22993,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3162,
            "patient": 28233,
            "order": 23003,
            "height": null,
            "weight": null
        },
        {
            "id": 3163,
            "patient": 28234,
            "order": 23004,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3164,
            "patient": 28235,
            "order": 23000,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3165,
            "patient": 28236,
            "order": 23009,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3166,
            "patient": 11226,
            "order": 23016,
            "height": null,
            "weight": null
        },
        {
            "id": 3167,
            "patient": 11226,
            "order": 23016,
            "height": null,
            "weight": null
        }
    ]
}