Uses of Class
com.ibm.fhir.model.type.code.DocumentMode
-
Packages that use DocumentMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of DocumentMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return DocumentMode Modifier and Type Method Description DocumentModeCapabilityStatement.Document. getMode()Mode of this document declaration - whether an application is a producer or consumer.Methods in com.ibm.fhir.model.resource with parameters of type DocumentMode Modifier and Type Method Description CapabilityStatement.Document.BuilderCapabilityStatement.Document.Builder. mode(DocumentMode mode)Mode of this document declaration - whether an application is a producer or consumer. -
Uses of DocumentMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as DocumentMode Modifier and Type Field Description static DocumentModeDocumentMode. CONSUMERConsumerstatic DocumentModeDocumentMode. PRODUCERProducerMethods in com.ibm.fhir.model.type.code that return DocumentMode Modifier and Type Method Description DocumentModeDocumentMode.Builder. build()static DocumentModeDocumentMode. of(DocumentMode.ValueSet value)Factory method for creating DocumentMode objects from a passed enum value.static DocumentModeDocumentMode. of(String value)Factory method for creating DocumentMode objects from a passed string value.
-