Package | Description |
---|---|
com.cerner.bunsen.stu3.avro |
Modifier and Type | Method and Description |
---|---|
ChoiceCodeableConceptProcedureReference |
ChoiceCodeableConceptProcedureReference.Builder.build() |
static ChoiceCodeableConceptProcedureReference |
ChoiceCodeableConceptProcedureReference.fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceCodeableConceptProcedureReference from a ByteBuffer.
|
ChoiceCodeableConceptProcedureReference |
ClaimProcedure.getProcedure()
Gets the value of the 'procedure' field.
|
ChoiceCodeableConceptProcedureReference |
ClaimProcedure.Builder.getProcedure()
Gets the value of the 'procedure' field.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceCodeableConceptProcedureReference> |
ChoiceCodeableConceptProcedureReference.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<ChoiceCodeableConceptProcedureReference> |
ChoiceCodeableConceptProcedureReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Modifier and Type | Method and Description |
---|---|
static ChoiceCodeableConceptProcedureReference.Builder |
ChoiceCodeableConceptProcedureReference.newBuilder(ChoiceCodeableConceptProcedureReference other)
Creates a new ChoiceCodeableConceptProcedureReference RecordBuilder by copying an existing ChoiceCodeableConceptProcedureReference instance.
|
void |
ClaimProcedure.setProcedure(ChoiceCodeableConceptProcedureReference value)
Sets the value of the 'procedure' field.
|
ClaimProcedure.Builder |
ClaimProcedure.Builder.setProcedure(ChoiceCodeableConceptProcedureReference value)
Sets the value of the 'procedure' field.
|
Constructor and Description |
---|
ClaimProcedure(String id,
Integer sequence,
String date,
ChoiceCodeableConceptProcedureReference procedure)
All-args constructor.
|
Copyright © 2020. All rights reserved.