Enum MhdProfiles
- All Implemented Interfaces:
Serializable
,Comparable<MhdProfiles>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends IBaseResource>
getUrl()
static void
registerDefaultTypes
(FhirContext fhirContext) Registers all the profiles and implementing classes in theFhirContext
void
setProfile
(org.hl7.fhir.r4.model.Resource resource) Set the Meta/Profile of the resourcestatic MhdProfiles
Returns the enum constant of this type with the specified name.static MhdProfiles[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ITI65_MINIMAL_BUNDLE
-
ITI65_COMPREHENSIVE_BUNDLE
-
ITI65_UNCONTAINED_COMPREHENSIVE_BUNDLE
-
ITI65_PROVIDE_DOCUMENT_BUNDLE_RESPONSE
-
ITI66_FIND_DOCUMENT_LISTS_RESPONSE_BUNDLE
-
ITI67_FIND_DOCUMENT_REFERENCES_RESPONSE_BUNDLE
-
ITI67_FIND_DOCUMENT_REFERENCES_COMPREHENSIVE_RESPONSE_BUNDLE
-
MHD_LIST
-
COMPREHENSIVE_SUBMISSIONSET_TYPE_LIST
-
UNCONTAINED_COMPREHENSIVE_SUBMISSIONSET_TYPE_LIST
-
MINIMAL_SUBMISSIONSET_TYPE_LIST
-
MINIMAL_FOLDER_TYPE_LIST
-
COMPREHENSIVE_FOLDER_TYPE_LIST
-
COMPREHENSIVE_DOCUMENT_REFERENCE
-
UNCONTAINED_COMPREHENSIVE_DOCUMENT_REFERENCE
-
MINIMAL_DOCUMENT_REFERENCE
-
SIMPLIFIED_PUBLISH_DOCUMENT_REFERENCE
-
-
Field Details
-
ITI65_MINIMAL_BUNDLE_PROFILE
- See Also:
-
ITI65_COMPREHENSIVE_BUNDLE_PROFILE
- See Also:
-
ITI65_UNCONTAINED_COMPREHENSIVE_BUNDLE_PROFILE
- See Also:
-
ITI65_PROVIDE_DOCUMENT_BUNDLE_RESPONSE_PROFILE
- See Also:
-
ITI66_FIND_DOCUMENT_LISTS_RESPONSE_BUNDLE_PROFILE
- See Also:
-
ITI67_FIND_DOCUMENT_REFERENCES_RESPONSE_BUNDLE_PROFILE
- See Also:
-
ITI67_FIND_DOCUMENT_REFERENCES_COMPREHENSIVE_RESPONSE_BUNDLE_PROFILE
- See Also:
-
MHD_LIST_PROFILE
- See Also:
-
COMPREHENSIVE_SUBMISSIONSET_TYPE_LIST_PROFILE
- See Also:
-
UNCONTAINED_COMPREHENSIVE_SUBMISSIONSET_TYPE_LIST_PROFILE
- See Also:
-
MINIMAL_SUBMISSIONSET_TYPE_LIST_PROFILE
- See Also:
-
MINIMAL_FOLDER_TYPE_LIST_PROFILE
- See Also:
-
COMPREHENSIVE_FOLDER_TYPE_LIST_PROFILE
- See Also:
-
COMPREHENSIVE_DOCUMENT_REFERENCE_PROFILE
- See Also:
-
UNCONTAINED_COMPREHENSIVE_DOCUMENT_REFERENCE_PROFILE
- See Also:
-
MINIMAL_DOCUMENT_REFERENCE_PROFILE
- See Also:
-
SIMPLIFIED_PUBLISH_DOCUMENT_REFERENCE_PROFILE
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
setProfile
public void setProfile(org.hl7.fhir.r4.model.Resource resource) Set the Meta/Profile of the resource- Parameters:
resource
- FHIR resource
-
registerDefaultTypes
Registers all the profiles and implementing classes in theFhirContext
- Parameters:
fhirContext
- FhirContext
-
getUrl
-
getResourceClass
-