Uses of Class
org.hl7.fhir.r4.model.Contract.ContractStatus
-
Packages that use Contract.ContractStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Contract.ContractStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Contract.ContractStatus Modifier and Type Field Description protected Enumeration<Contract.ContractStatus>Contract. statusThe status of the resource instance.Methods in org.hl7.fhir.r4.model that return Contract.ContractStatus Modifier and Type Method Description static Contract.ContractStatusContract.ContractStatus. fromCode(String codeString)Contract.ContractStatusContract.ContractStatusEnumFactory. fromCode(String codeString)Contract.ContractStatusContract. getStatus()static Contract.ContractStatusContract.ContractStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Contract.ContractStatus[]Contract.ContractStatus. 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.ContractStatus Modifier and Type Method Description Enumeration<Contract.ContractStatus>Contract.ContractStatusEnumFactory. fromType(Base code)Enumeration<Contract.ContractStatus>Contract. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Contract.ContractStatus Modifier and Type Method Description ContractContract. setStatus(Contract.ContractStatus value)StringContract.ContractStatusEnumFactory. toCode(Contract.ContractStatus code)StringContract.ContractStatusEnumFactory. toSystem(Contract.ContractStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Contract.ContractStatus Modifier and Type Method Description ContractContract. setStatusElement(Enumeration<Contract.ContractStatus> value)
-