Show / Hide Table of Contents

Class SpecimenContainer

The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.

Inheritance
System.Object
Element
BackboneElement
SpecimenContainer
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class SpecimenContainer : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Description

Extension container element for Description

Declaration
public Element _Description { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

AdditiveCodeableConcept

Introduced substance to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.

Declaration
public CodeableConcept AdditiveCodeableConcept { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

AdditiveReference

Introduced substance to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.

Declaration
public Reference AdditiveReference { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Capacity

The capacity (volume or other measure) the container may contain.

Declaration
public Quantity Capacity { get; set; }
Property Value
Type Description
Quantity
| Improve this Doc View Source

Description

Textual description of the container.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Identifier

Id for container. There may be multiple; a manufacturer's bar code, lab assigned identifier, etc. The container ID may differ from the specimen id in some circumstances.

Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Identifier>
| Improve this Doc View Source

SpecimenQuantity

The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.

Declaration
public Quantity SpecimenQuantity { get; set; }
Property Value
Type Description
Quantity
| Improve this Doc View Source

Type

The type of container associated with the specimen (e.g. slide, aliquot, etc.).

Declaration
public CodeableConcept Type { get; set; }
Property Value
Type Description
CodeableConcept

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX