Class HsPharmacistType
A data type for a person who is professionally qualified to prepare and dispense medicinal drugs.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsPharmacistType : IEquatable<HsPharmacistType>
Properties
Context
hsPharmacistType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsPharmacistType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsPharmacistType.ContextEnum> | hsPharmacistType JSON-LD context |
NpiIdentification
An identification called the National Provider Identifier, which includes a unique 10-digit identification number issued to health care providers in the United States by the Centers for Medicare and Medicaid Services (CMS). NIEM reference is hs:NPIIdentification
Declaration
[DataMember(Name = "npiIdentification")]
public List<NcIdentificationType> NpiIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification called the National Provider Identifier, which includes a unique 10-digit identification number issued to health care providers in the United States by the Centers for Medicare and Medicaid Services (CMS). NIEM reference is hs:NPIIdentification |
RoleOfPerson
A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson
Declaration
[DataMember(Name = "roleOfPerson")]
public List<NcPersonType> RoleOfPerson { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson |
StateLicenseIdentification
An identification of a license giving an organization the right to prescribe drugs for patients. NIEM reference is hs:StateLicenseIdentification
Declaration
[DataMember(Name = "stateLicenseIdentification")]
public List<NcIdentificationType> StateLicenseIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of a license giving an organization the right to prescribe drugs for patients. NIEM reference is hs:StateLicenseIdentification |
Methods
Equals(HsPharmacistType)
Returns true if HsPharmacistType instances are equal
Declaration
public bool Equals(HsPharmacistType other)
Parameters
Type | Name | Description |
---|---|---|
HsPharmacistType | other | Instance of HsPharmacistType 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(HsPharmacistType, HsPharmacistType)
Declaration
public static bool operator ==(HsPharmacistType left, HsPharmacistType right)
Parameters
Type | Name | Description |
---|---|---|
HsPharmacistType | left | |
HsPharmacistType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsPharmacistType, HsPharmacistType)
Declaration
public static bool operator !=(HsPharmacistType left, HsPharmacistType right)
Parameters
Type | Name | Description |
---|---|---|
HsPharmacistType | left | |
HsPharmacistType | right |
Returns
Type | Description |
---|---|
System.Boolean |