Uses of Class
org.hl7.fhir.r4.model.Contract.ContractPublicationStatus
-
Packages that use Contract.ContractPublicationStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Contract.ContractPublicationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.ContractPublicationStatus Modifier and Type Field Description protected 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.ContractPublicationStatus Modifier and Type Method Description static Contract.ContractPublicationStatusContract.ContractPublicationStatus. fromCode(String codeString)Contract.ContractPublicationStatusContract.ContractPublicationStatusEnumFactory. fromCode(String codeString)Contract.ContractPublicationStatusContract.ContentDefinitionComponent. getPublicationStatus()static Contract.ContractPublicationStatusContract.ContractPublicationStatus. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Contract.ContractPublicationStatus Modifier and Type Method Description Enumeration<Contract.ContractPublicationStatus>Contract.ContractPublicationStatusEnumFactory. fromType(Base code)Enumeration<Contract.ContractPublicationStatus>Contract.ContentDefinitionComponent. getPublicationStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Contract.ContractPublicationStatus Modifier and Type Method Description Contract.ContentDefinitionComponentContract.ContentDefinitionComponent. setPublicationStatus(Contract.ContractPublicationStatus value)StringContract.ContractPublicationStatusEnumFactory. toCode(Contract.ContractPublicationStatus code)StringContract.ContractPublicationStatusEnumFactory. toSystem(Contract.ContractPublicationStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.ContractPublicationStatus Modifier and Type Method Description Contract.ContentDefinitionComponentContract.ContentDefinitionComponent. setPublicationStatusElement(Enumeration<Contract.ContractPublicationStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Contract.ContractPublicationStatus Constructor Description ContentDefinitionComponent(CodeableConcept type, Enumeration<Contract.ContractPublicationStatus> publicationStatus)Constructor
-