Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Field |
Field.clone() |
Field |
Field.set(String fieldName,
Object value) |
Field |
Field.setMaxOccurs(Integer maxOccurs)
The maximum number of times this field can be repeated.
|
Field |
Field.setMinOccurs(Integer minOccurs)
The minimum number of times this field must be present/repeated.
|
Field |
Field.setName(String name)
The name of the field.
|
Field |
Field.setTable(String table)
The HL7v2 table this field refers to.
|
Field |
Field.setType(String type)
The type of this field.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
Type.getFields()
The (sub) fields this type has (if not primitive).
|
Modifier and Type | Method and Description |
---|---|
Type |
Type.setFields(List<Field> fields)
The (sub) fields this type has (if not primitive).
|
Copyright © 2011–2024 Google. All rights reserved.