| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ClaimAccident.Builder |
ClaimAccident.Builder.clearDate()
Clears the value of the 'date' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.clearId()
Clears the value of the 'id' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.clearLocation()
Clears the value of the 'location' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.clearType()
Clears the value of the 'type' field.
|
ClaimAccident.Builder |
Claim.Builder.getAccidentBuilder()
Gets the Builder instance for the 'accident' field and creates one if it doesn't exist yet.
|
static ClaimAccident.Builder |
ClaimAccident.newBuilder()
Creates a new ClaimAccident RecordBuilder.
|
static ClaimAccident.Builder |
ClaimAccident.newBuilder(ClaimAccident.Builder other)
Creates a new ClaimAccident RecordBuilder by copying an existing Builder.
|
static ClaimAccident.Builder |
ClaimAccident.newBuilder(ClaimAccident other)
Creates a new ClaimAccident RecordBuilder by copying an existing ClaimAccident instance.
|
ClaimAccident.Builder |
ClaimAccident.Builder.setDate(String value)
Sets the value of the 'date' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.setId(String value)
Sets the value of the 'id' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.setLocation(ChoiceAddressLocationReference value)
Sets the value of the 'location' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.setLocationBuilder(ChoiceAddressLocationReference.Builder value)
Sets the Builder instance for the 'location' field
Field for FHIR property location
|
ClaimAccident.Builder |
ClaimAccident.Builder.setType(CodeableConcept value)
Sets the value of the 'type' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.setTypeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'type' field
Field for FHIR property type
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimAccident.Builder |
ClaimAccident.newBuilder(ClaimAccident.Builder other)
Creates a new ClaimAccident RecordBuilder by copying an existing Builder.
|
Claim.Builder |
Claim.Builder.setAccidentBuilder(ClaimAccident.Builder value)
Sets the Builder instance for the 'accident' field
Field for FHIR property accident
|
Copyright © 2020. All rights reserved.