public static class DeviceComponent.ProductionSpecification extends BaseIdentifiableElement implements IResourceBlock
Definition: Describes the production specification such as component revision, serial number, etc.
| Constructor and Description |
|---|
ProductionSpecification() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
IdentifierDt |
getComponentId()
Gets the value(s) for componentId ().
|
String |
getProductionSpec()
Gets the value(s) for productionSpec ().
|
StringDt |
getProductionSpecElement()
Gets the value(s) for productionSpec ().
|
CodeableConceptDt |
getSpecType()
Gets the value(s) for specType ().
|
boolean |
isEmpty() |
DeviceComponent.ProductionSpecification |
setComponentId(IdentifierDt theValue)
Sets the value(s) for componentId ()
|
DeviceComponent.ProductionSpecification |
setProductionSpec(String theString)
Sets the value for productionSpec ()
|
DeviceComponent.ProductionSpecification |
setProductionSpec(StringDt theValue)
Sets the value(s) for productionSpec ()
|
DeviceComponent.ProductionSpecification |
setSpecType(CodeableConceptDt theValue)
Sets the value(s) for specType ()
|
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 ProductionSpecification()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getSpecType()
null.
Definition: Describes the specification type, such as, serial number, part number, hardware revision, software revision, etc.
public DeviceComponent.ProductionSpecification setSpecType(CodeableConceptDt theValue)
Definition: Describes the specification type, such as, serial number, part number, hardware revision, software revision, etc.
public IdentifierDt getComponentId()
null.
Definition: 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.
public DeviceComponent.ProductionSpecification setComponentId(IdentifierDt theValue)
Definition: 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.
public StringDt getProductionSpecElement()
null.
Definition: Describes the printable string defining the component.
public String getProductionSpec()
null.
Definition: Describes the printable string defining the component.
public DeviceComponent.ProductionSpecification setProductionSpec(StringDt theValue)
Definition: Describes the printable string defining the component.
public DeviceComponent.ProductionSpecification setProductionSpec(String theString)
Definition: Describes the printable string defining the component.
Copyright © 2014–2016 University Health Network. All rights reserved.