Class PersonInformationType
A data type for information about a person associated with an incident. See Section 2.16 of NENA-STA-021.1a-2022.
Inherited Members
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class PersonInformationType : PrologueType
Properties
additionalDataReference
Additional information associated with an incident call, location, or person. Linked elements type are AdditionalDataType
Declaration
public List<ReferenceType> additionalDataReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
callBackReference
Reference to a call back data component. Identifies how the person described in this data component can be called back. Referenced type is a CallbackType.
Declaration
public ReferenceType callBackReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
callIdentifier
Call Identifier of the calls this person was involved on.Must be provided if this person was involved in a call. Must be a Call Identifier as specified in Section 2.16 of NENA-STA-010.3
Declaration
public List<string> callIdentifier { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
locationReference
A location associated with an Person. Linked elements type is LocationInformationType
Declaration
public List<ReferenceType> locationReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
ncPersonComponent
NIEM Core Person Type, a data type for a human being.
Declaration
public NcPersonType ncPersonComponent { get; set; }
Property Value
Type | Description |
---|---|
NcPersonType |
notesReference
Reference to a Notes Data Component. Contains optional alphanumeric text further describing the person.
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
personIncidentRoleRegistryText
Describes the relationship (Caller, Victim, suspect, etc.) of a person to the Incident. Shall only contain values present in the Person Role registry. See Section 3.6 of NENA-021.1. Required.
Declaration
public List<string> personIncidentRoleRegistryText { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |