| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
DeviceReference |
DeviceReference.Builder.build() |
static DeviceReference |
DeviceReference.fromByteBuffer(ByteBuffer b)
Deserializes a DeviceReference from a ByteBuffer.
|
DeviceReference |
ProcedureFocalDevice.getManipulated()
Gets the value of the 'manipulated' field.
|
DeviceReference |
ProcedureFocalDevice.Builder.getManipulated()
Gets the value of the 'manipulated' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<DeviceReference> |
DeviceReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<DeviceReference> |
DeviceReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<DeviceReference> |
ClaimItem.getUdi()
Gets the value of the 'udi' field.
|
List<DeviceReference> |
ClaimItem.Builder.getUdi()
Gets the value of the 'udi' field.
|
List<DeviceReference> |
ClaimItemDetail.getUdi()
Gets the value of the 'udi' field.
|
List<DeviceReference> |
ClaimItemDetail.Builder.getUdi()
Gets the value of the 'udi' field.
|
List<DeviceReference> |
ClaimItemDetailSubDetail.getUdi()
Gets the value of the 'udi' field.
|
List<DeviceReference> |
ClaimItemDetailSubDetail.Builder.getUdi()
Gets the value of the 'udi' field.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceReference.Builder |
DeviceReference.newBuilder(DeviceReference other)
Creates a new DeviceReference RecordBuilder by copying an existing DeviceReference instance.
|
void |
ProcedureFocalDevice.setManipulated(DeviceReference value)
Sets the value of the 'manipulated' field.
|
ProcedureFocalDevice.Builder |
ProcedureFocalDevice.Builder.setManipulated(DeviceReference value)
Sets the value of the 'manipulated' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimItem.setUdi(List<DeviceReference> value)
Sets the value of the 'udi' field.
|
ClaimItem.Builder |
ClaimItem.Builder.setUdi(List<DeviceReference> value)
Sets the value of the 'udi' field.
|
void |
ClaimItemDetail.setUdi(List<DeviceReference> value)
Sets the value of the 'udi' field.
|
ClaimItemDetail.Builder |
ClaimItemDetail.Builder.setUdi(List<DeviceReference> value)
Sets the value of the 'udi' field.
|
void |
ClaimItemDetailSubDetail.setUdi(List<DeviceReference> value)
Sets the value of the 'udi' field.
|
ClaimItemDetailSubDetail.Builder |
ClaimItemDetailSubDetail.Builder.setUdi(List<DeviceReference> value)
Sets the value of the 'udi' field.
|
| Constructor and Description |
|---|
ProcedureFocalDevice(String id,
CodeableConcept action,
DeviceReference manipulated)
All-args constructor.
|
Copyright © 2020. All rights reserved.