SituationSourceStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Country string
SourceType SituationSourceTypeEnumeration
Email string
Phone string
Fax string
Web string
Other string
SourceMethod SourceTypeEnum
AgentReference string
Name NaturalLanguageStringStructure
SourceRole string
TimeOfCommunication string
ExternalCode string
SourceFile string

Example

{
  "Country" : "...",
  "SourceType" : "pager",
  "Email" : "...",
  "Phone" : "...",
  "Fax" : "...",
  "Web" : "...",
  "Other" : "...",
  "SourceMethod" : "cameraObservation",
  "AgentReference" : "...",
  "Name" : {
    "value" : "...",
    "lang" : "..."
  },
  "SourceRole" : "...",
  "TimeOfCommunication" : "...",
  "ExternalCode" : "...",
  "SourceFile" : "..."
}