Uses of Class
org.hl7.fhir.r4.model.CapabilityStatement.SystemRestfulInteraction
-
Packages that use CapabilityStatement.SystemRestfulInteraction Package Description org.hl7.fhir.r4.model -
-
Uses of CapabilityStatement.SystemRestfulInteraction in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CapabilityStatement.SystemRestfulInteraction Modifier and Type Field Description protected Enumeration<CapabilityStatement.SystemRestfulInteraction>CapabilityStatement.SystemInteractionComponent. codeA coded identifier of the operation, supported by the system.Methods in org.hl7.fhir.r4.model that return CapabilityStatement.SystemRestfulInteraction Modifier and Type Method Description static CapabilityStatement.SystemRestfulInteractionCapabilityStatement.SystemRestfulInteraction. fromCode(String codeString)CapabilityStatement.SystemRestfulInteractionCapabilityStatement.SystemRestfulInteractionEnumFactory. fromCode(String codeString)CapabilityStatement.SystemRestfulInteractionCapabilityStatement.SystemInteractionComponent. getCode()static CapabilityStatement.SystemRestfulInteractionCapabilityStatement.SystemRestfulInteraction. valueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityStatement.SystemRestfulInteraction[]CapabilityStatement.SystemRestfulInteraction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CapabilityStatement.SystemRestfulInteraction Modifier and Type Method Description Enumeration<CapabilityStatement.SystemRestfulInteraction>CapabilityStatement.SystemRestfulInteractionEnumFactory. fromType(Base code)Enumeration<CapabilityStatement.SystemRestfulInteraction>CapabilityStatement.SystemInteractionComponent. getCodeElement()Methods in org.hl7.fhir.r4.model with parameters of type CapabilityStatement.SystemRestfulInteraction Modifier and Type Method Description CapabilityStatement.SystemInteractionComponentCapabilityStatement.SystemInteractionComponent. setCode(CapabilityStatement.SystemRestfulInteraction value)StringCapabilityStatement.SystemRestfulInteractionEnumFactory. toCode(CapabilityStatement.SystemRestfulInteraction code)StringCapabilityStatement.SystemRestfulInteractionEnumFactory. toSystem(CapabilityStatement.SystemRestfulInteraction code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CapabilityStatement.SystemRestfulInteraction Modifier and Type Method Description CapabilityStatement.SystemInteractionComponentCapabilityStatement.SystemInteractionComponent. setCodeElement(Enumeration<CapabilityStatement.SystemRestfulInteraction> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type CapabilityStatement.SystemRestfulInteraction Constructor Description SystemInteractionComponent(Enumeration<CapabilityStatement.SystemRestfulInteraction> code)Constructor
-