
Uses of Enum Class
org.hl7.fhir.r4.model.Contract.ContractPublicationStatus
Packages that use Contract.ContractPublicationStatus
-
Uses of Contract.ContractPublicationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.ContractPublicationStatusModifier and TypeFieldDescriptionprotected Enumeration<Contract.ContractPublicationStatus> Contract.ContentDefinitionComponent.publicationStatusamended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated.Methods in org.hl7.fhir.r4.model that return Contract.ContractPublicationStatusModifier and TypeMethodDescriptionContract.ContentDefinitionComponent.getPublicationStatus()Returns the enum constant of this class with the specified name.static Contract.ContractPublicationStatus[]Contract.ContractPublicationStatus.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.ContractPublicationStatusModifier and TypeMethodDescriptionContract.ContractPublicationStatusEnumFactory.fromType(PrimitiveType<?> code) Contract.ContentDefinitionComponent.getPublicationStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Contract.ContractPublicationStatusModifier and TypeMethodDescriptionContract.ContentDefinitionComponent.setPublicationStatus(Contract.ContractPublicationStatus value) Contract.ContractPublicationStatusEnumFactory.toCode(Contract.ContractPublicationStatus code) Contract.ContractPublicationStatusEnumFactory.toSystem(Contract.ContractPublicationStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.ContractPublicationStatusModifier and TypeMethodDescriptionContract.ContentDefinitionComponent.setPublicationStatusElement(Enumeration<Contract.ContractPublicationStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Contract.ContractPublicationStatusModifierConstructorDescriptionContentDefinitionComponent(CodeableConcept type, Enumeration<Contract.ContractPublicationStatus> publicationStatus) Constructor