Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.Document
-
Uses of Conformance.Document in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionConformance.addDocument()
Adds and returns a new value for document ()Conformance.getDocumentFirstRep()
Gets the first repetition for document (), creating it if it does not already exist.Conformance.Document.setDocumentation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()Conformance.Document.setDocumentation
(String theString) Sets the value for documentation ()Conformance.Document.setMode
(DocumentModeEnum theValue) Sets the value(s) for mode ()Conformance.Document.setMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue) Sets the value(s) for mode ()Conformance.Document.setProfile
(ResourceReferenceDt theValue) Sets the value(s) for profile ()Modifier and TypeMethodDescriptionConformance.addDocument
(Conformance.Document theValue) Adds a given new value for document ()Modifier and TypeMethodDescriptionConformance.setDocument
(List<Conformance.Document> theValue) Sets the value(s) for document ()