Uses of Enum
org.hl7.fhir.r5.model.Enumerations.CapabilityStatementKind
-
Uses of Enumerations.CapabilityStatementKind in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.CapabilityStatementKind> CapabilityStatement.kind
The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g.protected Enumeration
<Enumerations.CapabilityStatementKind> TerminologyCapabilities.kind
The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g.Modifier and TypeMethodDescriptionCapabilityStatement.getKind()
TerminologyCapabilities.getKind()
Returns the enum constant of this type with the specified name.static Enumerations.CapabilityStatementKind[]
Enumerations.CapabilityStatementKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.CapabilityStatementKindEnumFactory.fromType
(PrimitiveType<?> code) CapabilityStatement.getKindElement()
TerminologyCapabilities.getKindElement()
Modifier and TypeMethodDescriptionCapabilityStatement.setKind
(Enumerations.CapabilityStatementKind value) TerminologyCapabilities.setKind
(Enumerations.CapabilityStatementKind value) Enumerations.CapabilityStatementKindEnumFactory.toCode
(Enumerations.CapabilityStatementKind code) Enumerations.CapabilityStatementKindEnumFactory.toSystem
(Enumerations.CapabilityStatementKind code) Modifier and TypeMethodDescriptionCapabilityStatement.setKindElement
(Enumeration<Enumerations.CapabilityStatementKind> value) TerminologyCapabilities.setKindElement
(Enumeration<Enumerations.CapabilityStatementKind> value) ModifierConstructorDescriptionCapabilityStatement
(Enumerations.PublicationStatus status, Date date, Enumerations.CapabilityStatementKind kind, Enumerations.FHIRVersion fhirVersion, String format) ConstructorTerminologyCapabilities
(Enumerations.PublicationStatus status, Date date, Enumerations.CapabilityStatementKind kind) Constructor