Suitabilities Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Suitability array of SuitabilityStructure

Example

{
  "Suitability" : [ {
    "Suitable" : "suitable",
    "UserNeed" : {
      "EncumbranceNeed" : "baggageTrolley",
      "MedicalNeed" : "otherMedicalNeed",
      "PsychosensoryNeed" : "otherPsychosensoryNeed",
      "MobilityNeed" : "walkingFrame",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    }
  }, {
    "Suitable" : "suitable",
    "UserNeed" : {
      "EncumbranceNeed" : "otherEncumbrance",
      "MedicalNeed" : "heartCondition",
      "PsychosensoryNeed" : "averseToLifts",
      "MobilityNeed" : "otherMobilityNeed",
      "Excluded" : true,
      "NeedRanking" : 12345,
      "Extensions" : { }
    }
  } ]
}