| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.context.api |
| Modifier and Type | Method and Description |
|---|---|
AddProfileTagEnum |
FhirContext.getAddProfileTagWhenEncoding()
When encoding resources, this setting configures the parser to include
an entry in the resource's metadata section which indicates which profile(s) the
resource claims to conform to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum theAddProfileTagWhenEncoding)
When encoding resources, this setting configures the parser to include
an entry in the resource's metadata section which indicates which profile(s) the
resource claims to conform to.
|
| Modifier and Type | Method and Description |
|---|---|
static AddProfileTagEnum |
AddProfileTagEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddProfileTagEnum[] |
AddProfileTagEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 University Health Network. All rights reserved.