Class DeviceComponentProductionSpecification
Describes the production specification such as component revision, serial number, etc.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class DeviceComponentProductionSpecification : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View Source_ProductionSpec
Extension container element for ProductionSpec
Declaration
public Element _ProductionSpec { get; set; }
Property Value
Type | Description |
---|---|
Element |
ComponentId
Describes the internal component unique identification. This is a provision for manufacture specific standard components using a private OID. 11073-10101 has a partition for private OID semantic that the manufacture can make use of.
Declaration
public Identifier ComponentId { get; set; }
Property Value
Type | Description |
---|---|
Identifier |
ProductionSpec
Describes the printable string defining the component.
Declaration
public string ProductionSpec { get; set; }
Property Value
Type | Description |
---|---|
System. |
SpecType
Describes the specification type, such as, serial number, part number, hardware revision, software revision, etc.
Declaration
public CodeableConcept SpecType { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |