Class JSubjectIntakeType
A data type for a set of details about a subject's intake process.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JSubjectIntakeType : JIntakeType, IEquatable<NcActivityType>, IEquatable<JIntakeType>, IEquatable<JSubjectIntakeType>
Properties
ConstraintDayQuantity
A count of days that will calculate how rapid the subject needs to go through intake with a provider following referral date. NIEM reference is j:SubjectIntakeConstraintDayQuantity
Declaration
[DataMember(Name = "constraintDayQuantity")]
public List<NcQuantityType> ConstraintDayQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcQuantityType> | A count of days that will calculate how rapid the subject needs to go through intake with a provider following referral date. NIEM reference is j:SubjectIntakeConstraintDayQuantity |
Context
jSubjectIntakeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JSubjectIntakeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JSubjectIntakeType.ContextEnum> | jSubjectIntakeType JSON-LD context |
ScreeningDate
A date that the subject intake occurred. NIEM reference is j:SubjectIntakeScreeningDate
Declaration
[DataMember(Name = "screeningDate")]
public List<NcDateType> ScreeningDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date that the subject intake occurred. NIEM reference is j:SubjectIntakeScreeningDate |
Methods
Equals(JSubjectIntakeType)
Returns true if JSubjectIntakeType instances are equal
Declaration
public bool Equals(JSubjectIntakeType other)
Parameters
Type | Name | Description |
---|---|---|
JSubjectIntakeType | other | Instance of JSubjectIntakeType 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(JSubjectIntakeType, JSubjectIntakeType)
Declaration
public static bool operator ==(JSubjectIntakeType left, JSubjectIntakeType right)
Parameters
Type | Name | Description |
---|---|---|
JSubjectIntakeType | left | |
JSubjectIntakeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JSubjectIntakeType, JSubjectIntakeType)
Declaration
public static bool operator !=(JSubjectIntakeType left, JSubjectIntakeType right)
Parameters
Type | Name | Description |
---|---|---|
JSubjectIntakeType | left | |
JSubjectIntakeType | right |
Returns
Type | Description |
---|---|
System.Boolean |