Class JDrugAugmentationType
A data type for additional information about a drug.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JDrugAugmentationType : IEquatable<JDrugAugmentationType>
Properties
Context
jDrugAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JDrugAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JDrugAugmentationType.ContextEnum> | jDrugAugmentationType JSON-LD context |
DrugPrescribingOrganizationName
A name of a prescribing organization. NIEM reference is j:DrugPrescribingOrganizationName
Declaration
[DataMember(Name = "drugPrescribingOrganizationName")]
public List<NcTextType> DrugPrescribingOrganizationName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a prescribing organization. NIEM reference is j:DrugPrescribingOrganizationName |
DrugPrescribingPhysicianFullName
A name of a physician who provided written direction to use or consume medication. NIEM reference is j:DrugPrescribingPhysicianFullName
Declaration
[DataMember(Name = "drugPrescribingPhysicianFullName")]
public List<NcPersonNameTextType> DrugPrescribingPhysicianFullName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonNameTextType> | A name of a physician who provided written direction to use or consume medication. NIEM reference is j:DrugPrescribingPhysicianFullName |
Methods
Equals(JDrugAugmentationType)
Returns true if JDrugAugmentationType instances are equal
Declaration
public bool Equals(JDrugAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JDrugAugmentationType | other | Instance of JDrugAugmentationType 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(JDrugAugmentationType, JDrugAugmentationType)
Declaration
public static bool operator ==(JDrugAugmentationType left, JDrugAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JDrugAugmentationType | left | |
JDrugAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JDrugAugmentationType, JDrugAugmentationType)
Declaration
public static bool operator !=(JDrugAugmentationType left, JDrugAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JDrugAugmentationType | left | |
JDrugAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |