Class JIntakeType
A data type for a process of receiving persons into an institution.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JIntakeType : NcActivityType, IEquatable<NcActivityType>, IEquatable<JIntakeType>
Properties
Context
jIntakeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JIntakeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JIntakeType.ContextEnum> | jIntakeType JSON-LD context |
Screening
A process of reviewing persons admitted into an institution. NIEM reference is j:IntakeScreening
Declaration
[DataMember(Name = "screening")]
public List<NcActivityType> Screening { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityType> | A process of reviewing persons admitted into an institution. NIEM reference is j:IntakeScreening |
ScreeningStaffMember
A staff member responsible for screening new intakes subjects. NIEM reference is j:IntakeScreeningStaffMember
Declaration
[DataMember(Name = "screeningStaffMember")]
public List<JStaffMemberType> ScreeningStaffMember { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JStaffMemberType> | A staff member responsible for screening new intakes subjects. NIEM reference is j:IntakeScreeningStaffMember |
Methods
Equals(JIntakeType)
Returns true if JIntakeType instances are equal
Declaration
public bool Equals(JIntakeType other)
Parameters
Type | Name | Description |
---|---|---|
JIntakeType | other | Instance of JIntakeType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(JIntakeType, JIntakeType)
Declaration
public static bool operator ==(JIntakeType left, JIntakeType right)
Parameters
Type | Name | Description |
---|---|---|
JIntakeType | left | |
JIntakeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JIntakeType, JIntakeType)
Declaration
public static bool operator !=(JIntakeType left, JIntakeType right)
Parameters
Type | Name | Description |
---|---|---|
JIntakeType | left | |
JIntakeType | right |
Returns
Type | Description |
---|---|
System.Boolean |