Class JReferralAugmentationType
A data type for additional information about a referral.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JReferralAugmentationType : IEquatable<JReferralAugmentationType>
Properties
Context
jReferralAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JReferralAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JReferralAugmentationType.ContextEnum> | jReferralAugmentationType JSON-LD context |
ReferralApprovalAuthorityEntity
An entity, organization or person, making a referral approval. NIEM reference is j:ReferralApprovalAuthorityEntity
Declaration
[DataMember(Name = "referralApprovalAuthorityEntity")]
public List<NcEntityType> ReferralApprovalAuthorityEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity, organization or person, making a referral approval. NIEM reference is j:ReferralApprovalAuthorityEntity |
ReferralConstraintDayTotalNumeric
A number of days that will calculate how rapid the subject needs to be referred. NIEM reference is j:ReferralConstraintDayTotalNumeric
Declaration
[DataMember(Name = "referralConstraintDayTotalNumeric")]
public List<NcNumericType> ReferralConstraintDayTotalNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A number of days that will calculate how rapid the subject needs to be referred. NIEM reference is j:ReferralConstraintDayTotalNumeric |
ReferralCourtOrder
A court order that issues a referral for a person. NIEM reference is j:ReferralCourtOrder
Declaration
[DataMember(Name = "referralCourtOrder")]
public List<JCourtOrderType> ReferralCourtOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JCourtOrderType> | A court order that issues a referral for a person. NIEM reference is j:ReferralCourtOrder |
ReferralDueDate
A date that is calculated from the referral constraint element in days where the Supervisor of Record has to refer by a certain date due to the nature of the risk for the subject being in Custody. NIEM reference is j:ReferralDueDate
Declaration
[DataMember(Name = "referralDueDate")]
public List<NcDateType> ReferralDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date that is calculated from the referral constraint element in days where the Supervisor of Record has to refer by a certain date due to the nature of the risk for the subject being in Custody. NIEM reference is j:ReferralDueDate |
ReferralServiceDeliveryProgram
A Service Delivery Program Name to which the subject was referred; thus, allowing intake processing. NIEM reference is j:ReferralServiceDeliveryProgram
Declaration
[DataMember(Name = "referralServiceDeliveryProgram")]
public List<NcProgramType> ReferralServiceDeliveryProgram { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProgramType> | A Service Delivery Program Name to which the subject was referred; thus, allowing intake processing. NIEM reference is j:ReferralServiceDeliveryProgram |
Methods
Equals(JReferralAugmentationType)
Returns true if JReferralAugmentationType instances are equal
Declaration
public bool Equals(JReferralAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JReferralAugmentationType | other | Instance of JReferralAugmentationType 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(JReferralAugmentationType, JReferralAugmentationType)
Declaration
public static bool operator ==(JReferralAugmentationType left, JReferralAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JReferralAugmentationType | left | |
JReferralAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JReferralAugmentationType, JReferralAugmentationType)
Declaration
public static bool operator !=(JReferralAugmentationType left, JReferralAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JReferralAugmentationType | left | |
JReferralAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |