Uses of Class
com.ibm.fhir.model.type.code.NamingSystemType
-
Packages that use NamingSystemType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of NamingSystemType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return NamingSystemType Modifier and Type Method Description NamingSystemTypeNamingSystem. getKind()Indicates the purpose for the naming system - what kinds of things does it make unique?Methods in com.ibm.fhir.model.resource with parameters of type NamingSystemType Modifier and Type Method Description NamingSystem.BuilderNamingSystem.Builder. kind(NamingSystemType kind)Indicates the purpose for the naming system - what kinds of things does it make unique? -
Uses of NamingSystemType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as NamingSystemType Modifier and Type Field Description static NamingSystemTypeNamingSystemType. CODESYSTEMCode Systemstatic NamingSystemTypeNamingSystemType. IDENTIFIERIdentifierstatic NamingSystemTypeNamingSystemType. ROOTRootMethods in com.ibm.fhir.model.type.code that return NamingSystemType Modifier and Type Method Description NamingSystemTypeNamingSystemType.Builder. build()static NamingSystemTypeNamingSystemType. of(NamingSystemType.ValueSet value)Factory method for creating NamingSystemType objects from a passed enum value.static NamingSystemTypeNamingSystemType. of(String value)Factory method for creating NamingSystemType objects from a passed string value.
-