Uses of Enum
org.hl7.fhir.r4.model.Contract.ContractPublicationStatus
-
Uses of Contract.ContractPublicationStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Contract.ContractPublicationStatus> Contract.ContentDefinitionComponent.publicationStatus
amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated.Modifier and TypeMethodDescriptionContract.ContentDefinitionComponent.getPublicationStatus()
Returns the enum constant of this type with the specified name.static Contract.ContractPublicationStatus[]
Contract.ContractPublicationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionContract.ContractPublicationStatusEnumFactory.fromType
(PrimitiveType<?> code) Contract.ContentDefinitionComponent.getPublicationStatusElement()
Modifier and TypeMethodDescriptionContract.ContentDefinitionComponent.setPublicationStatus
(Contract.ContractPublicationStatus value) Contract.ContractPublicationStatusEnumFactory.toCode
(Contract.ContractPublicationStatus code) Contract.ContractPublicationStatusEnumFactory.toSystem
(Contract.ContractPublicationStatus code) Modifier and TypeMethodDescriptionContract.ContentDefinitionComponent.setPublicationStatusElement
(Enumeration<Contract.ContractPublicationStatus> value) ModifierConstructorDescriptionContentDefinitionComponent
(CodeableConcept type, Enumeration<Contract.ContractPublicationStatus> publicationStatus) Constructor