Uses of Class
org.hl7.fhir.r4.utils.IResourceValidator.IdStatus
-
Packages that use IResourceValidator.IdStatus Package Description org.hl7.fhir.r4.utils -
-
Uses of IResourceValidator.IdStatus in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return IResourceValidator.IdStatus Modifier and Type Method Description IResourceValidator.IdStatusIResourceValidator. getResourceIdRule()whether the resource must have an id or not (depends on context)static IResourceValidator.IdStatusIResourceValidator.IdStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IResourceValidator.IdStatus[]IResourceValidator.IdStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.utils with parameters of type IResourceValidator.IdStatus Modifier and Type Method Description voidIResourceValidator. setResourceIdRule(IResourceValidator.IdStatus resourceIdRule)
-