public static class Specimen.Container extends BaseIdentifiableElement implements IResourceBlock
Definition: The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.
| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
IdentifierDt |
addIdentifier()
Adds and returns a new value for identifier ()
|
Specimen.Container |
addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()
|
IDatatype |
getAdditive()
Gets the value(s) for additive[x] ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
SimpleQuantityDt |
getCapacity()
Gets the value(s) for capacity ().
|
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
List<IdentifierDt> |
getIdentifier()
Gets the value(s) for identifier ().
|
IdentifierDt |
getIdentifierFirstRep()
Gets the first repetition for identifier (),
creating it if it does not already exist.
|
SimpleQuantityDt |
getSpecimenQuantity()
Gets the value(s) for specimenQuantity ().
|
CodeableConceptDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
Specimen.Container |
setAdditive(IDatatype theValue)
Sets the value(s) for additive[x] ()
|
Specimen.Container |
setCapacity(SimpleQuantityDt theValue)
Sets the value(s) for capacity ()
|
Specimen.Container |
setDescription(String theString)
Sets the value for description ()
|
Specimen.Container |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
Specimen.Container |
setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier ()
|
Specimen.Container |
setSpecimenQuantity(SimpleQuantityDt theValue)
Sets the value(s) for specimenQuantity ()
|
Specimen.Container |
setType(CodeableConceptDt theValue)
Sets the value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Container()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<IdentifierDt> getIdentifier()
null.
Definition: 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.
public Specimen.Container setIdentifier(List<IdentifierDt> theValue)
Definition: 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.
public IdentifierDt addIdentifier()
Definition: 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.
public Specimen.Container addIdentifier(IdentifierDt theValue)
Definition: 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.
theValue - The identifier to add (must not be null)public IdentifierDt getIdentifierFirstRep()
Definition: 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.
public StringDt getDescriptionElement()
null.
Definition:
public String getDescription()
null.
Definition:
public Specimen.Container setDescription(StringDt theValue)
Definition:
public Specimen.Container setDescription(String theString)
Definition:
public CodeableConceptDt getType()
null.
Definition: The type of container associated with the specimen (e.g. slide, aliquot, etc.)
public Specimen.Container setType(CodeableConceptDt theValue)
Definition: The type of container associated with the specimen (e.g. slide, aliquot, etc.)
public SimpleQuantityDt getCapacity()
null.
Definition: The capacity (volume or other measure) the container may contain.
public Specimen.Container setCapacity(SimpleQuantityDt theValue)
Definition: The capacity (volume or other measure) the container may contain.
public SimpleQuantityDt getSpecimenQuantity()
null.
Definition: The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.
public Specimen.Container setSpecimenQuantity(SimpleQuantityDt theValue)
Definition: The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.
public IDatatype getAdditive()
null.
Definition: Introduced substance to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA
public Specimen.Container setAdditive(IDatatype theValue)
Definition: Introduced substance to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA
Copyright © 2014–2016 University Health Network. All rights reserved.