
Uses of Enum Class
org.hl7.fhir.r5.model.Contract.ContractResourcePublicationStatusCodes
Packages that use Contract.ContractResourcePublicationStatusCodes
-
Uses of Contract.ContractResourcePublicationStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Contract.ContractResourcePublicationStatusCodesModifier and TypeFieldDescriptionContract.ContentDefinitionComponent.publicationStatusamended | appended | cancelled | disputed | entered-in-error | executable +.Methods in org.hl7.fhir.r5.model that return Contract.ContractResourcePublicationStatusCodesModifier and TypeMethodDescriptionContract.ContentDefinitionComponent.getPublicationStatus()Returns the enum constant of this class with the specified name.Contract.ContractResourcePublicationStatusCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Contract.ContractResourcePublicationStatusCodesModifier and TypeMethodDescriptionContract.ContractResourcePublicationStatusCodesEnumFactory.fromType(PrimitiveType<?> code) Contract.ContentDefinitionComponent.getPublicationStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Contract.ContractResourcePublicationStatusCodesModifier and TypeMethodDescriptionContract.ContentDefinitionComponent.setPublicationStatus(Contract.ContractResourcePublicationStatusCodes value) Contract.ContractResourcePublicationStatusCodesEnumFactory.toCode(Contract.ContractResourcePublicationStatusCodes code) Contract.ContractResourcePublicationStatusCodesEnumFactory.toSystem(Contract.ContractResourcePublicationStatusCodes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Contract.ContractResourcePublicationStatusCodesModifier and TypeMethodDescriptionContract.ContentDefinitionComponent.setPublicationStatusElement(Enumeration<Contract.ContractResourcePublicationStatusCodes> value) Constructors in org.hl7.fhir.r5.model with parameters of type Contract.ContractResourcePublicationStatusCodesModifierConstructorDescriptionContentDefinitionComponent(CodeableConcept type, Contract.ContractResourcePublicationStatusCodes publicationStatus) Constructor