| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedText> |
CodedValue.codingSystemName |
protected List<LocalizedText> |
RemedyInfo.description |
protected List<LocalizedText> |
CauseInfo.description |
protected List<LocalizedText> |
CodedValue.descriptions |
protected List<LocalizedText> |
InstanceIdentifier.identifierNames |
protected List<LocalizedText> |
SystemMetaData.manufacturer |
protected List<LocalizedText> |
SystemMetaData.modelName |
| Modifier and Type | Method and Description |
|---|---|
LocalizedText |
ObjectFactory.createLocalizedText()
Create an instance of
LocalizedText |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<LocalizedText> |
ObjectFactory.createCodingSystemName(LocalizedText value)
|
List<LocalizedText> |
CodedValue.getCodingSystemName()
Gets the value of the codingSystemName property.
|
List<LocalizedText> |
RemedyInfo.getDescription()
Gets the value of the description property.
|
List<LocalizedText> |
CauseInfo.getDescription()
Gets the value of the description property.
|
List<LocalizedText> |
CodedValue.getDescriptions()
Multiple optional texts that describe the code in more detail.
|
List<LocalizedText> |
InstanceIdentifier.getIdentifierNames()
This is a localized human-readable name for the namespace represented in the root.
|
List<LocalizedText> |
SystemMetaData.getManufacturer()
Gets the value of the manufacturer property.
|
List<LocalizedText> |
SystemMetaData.getModelName()
Gets the value of the modelName property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<LocalizedText> |
ObjectFactory.createCodingSystemName(LocalizedText value)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodedValue.setCodingSystemName(List<LocalizedText> value) |
void |
RemedyInfo.setDescription(List<LocalizedText> value) |
void |
CauseInfo.setDescription(List<LocalizedText> value) |
void |
CodedValue.setDescriptions(List<LocalizedText> value) |
void |
InstanceIdentifier.setIdentifierNames(List<LocalizedText> value) |
void |
SystemMetaData.setManufacturer(List<LocalizedText> value) |
void |
SystemMetaData.setModelName(List<LocalizedText> value) |
Copyright © 2016. All rights reserved.