Uses of Enum
org.hl7.fhir.r5.model.Contract.ContractResourceStatusCodes
Packages that use Contract.ContractResourceStatusCodes
-
Uses of Contract.ContractResourceStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Contract.ContractResourceStatusCodesModifier and TypeFieldDescriptionprotected Enumeration<Contract.ContractResourceStatusCodes>Contract.statusThe status of the resource instance.Methods in org.hl7.fhir.r5.model that return Contract.ContractResourceStatusCodesModifier and TypeMethodDescriptionContract.getStatus()Returns the enum constant of this type with the specified name.static Contract.ContractResourceStatusCodes[]Contract.ContractResourceStatusCodes.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 Contract.ContractResourceStatusCodesMethods in org.hl7.fhir.r5.model with parameters of type Contract.ContractResourceStatusCodesModifier and TypeMethodDescriptionContract.setStatus(Contract.ContractResourceStatusCodes value) Contract.ContractResourceStatusCodesEnumFactory.toCode(Contract.ContractResourceStatusCodes code) Contract.ContractResourceStatusCodesEnumFactory.toSystem(Contract.ContractResourceStatusCodes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Contract.ContractResourceStatusCodesModifier and TypeMethodDescriptionContract.setStatusElement(Enumeration<Contract.ContractResourceStatusCodes> value)