| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.rest.server |
| 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 |
|---|---|
AddProfileTagEnum |
IRestfulServerDefaults.getAddProfileTag()
Deprecated.
As of HAPI FHIR 1.5, this property has been moved to
FhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum) |
AddProfileTagEnum |
RestfulServer.getAddProfileTag()
Deprecated.
As of HAPI FHIR 1.5, this property has been moved to
FhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestfulServer.setAddProfileTag(AddProfileTagEnum theAddProfileTag)
Deprecated.
As of HAPI FHIR 1.5, this property has been moved to
FhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum) |
Copyright © 2014–2017 University Health Network. All rights reserved.