
Uses of Enum Class
org.hl7.fhir.r4.model.Contract.ContractStatus
Packages that use Contract.ContractStatus
-
Uses of Contract.ContractStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.ContractStatusModifier and TypeFieldDescriptionprotected Enumeration<Contract.ContractStatus> Contract.statusThe status of the resource instance.Methods in org.hl7.fhir.r4.model that return Contract.ContractStatusModifier and TypeMethodDescriptionstatic Contract.ContractStatusContract.getStatus()static Contract.ContractStatusReturns the enum constant of this class with the specified name.static Contract.ContractStatus[]Contract.ContractStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Contract.ContractStatusModifier and TypeMethodDescriptionContract.ContractStatusEnumFactory.fromType(PrimitiveType<?> code) Contract.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Contract.ContractStatusModifier and TypeMethodDescriptionContract.setStatus(Contract.ContractStatus value) Contract.ContractStatusEnumFactory.toCode(Contract.ContractStatus code) Contract.ContractStatusEnumFactory.toSystem(Contract.ContractStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.ContractStatusModifier and TypeMethodDescriptionContract.setStatusElement(Enumeration<Contract.ContractStatus> value)