Uses of Class
org.hl7.fhir.r4.model.codesystems.SignatureType
-
Packages that use SignatureType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of SignatureType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return SignatureType Modifier and Type Method Description static SignatureTypeSignatureType. fromCode(String codeString)SignatureTypeSignatureTypeEnumFactory. fromCode(String codeString)static SignatureTypeSignatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureType[]SignatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type SignatureType Modifier and Type Method Description StringSignatureTypeEnumFactory. toCode(SignatureType code)StringSignatureTypeEnumFactory. toSystem(SignatureType code)
-