
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.CapabilityStatementKind
Packages that use Enumerations.CapabilityStatementKind
-
Uses of Enumerations.CapabilityStatementKind in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.CapabilityStatementKindModifier 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.Methods in org.hl7.fhir.r5.model that return Enumerations.CapabilityStatementKindModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.CapabilityStatementKindModifier and TypeMethodDescriptionEnumerations.CapabilityStatementKindEnumFactory.fromType
(PrimitiveType<?> code) CapabilityStatement.getKindElement()
TerminologyCapabilities.getKindElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.CapabilityStatementKindModifier and TypeMethodDescriptionCapabilityStatement.setKind
(Enumerations.CapabilityStatementKind value) TerminologyCapabilities.setKind
(Enumerations.CapabilityStatementKind value) Enumerations.CapabilityStatementKindEnumFactory.toCode
(Enumerations.CapabilityStatementKind code) Enumerations.CapabilityStatementKindEnumFactory.toSystem
(Enumerations.CapabilityStatementKind code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.CapabilityStatementKindModifier and TypeMethodDescriptionCapabilityStatement.setKindElement
(Enumeration<Enumerations.CapabilityStatementKind> value) TerminologyCapabilities.setKindElement
(Enumeration<Enumerations.CapabilityStatementKind> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.CapabilityStatementKindModifierConstructorDescriptionCapabilityStatement
(Enumerations.PublicationStatus status, Date date, Enumerations.CapabilityStatementKind kind, Enumerations.FHIRVersion fhirVersion, String format) ConstructorTerminologyCapabilities
(Enumerations.PublicationStatus status, Date date, Enumerations.CapabilityStatementKind kind) Constructor