Uses of Class
ca.uhn.hl7v2.model.v22.datatype.FT
Packages that use FT
-
Uses of FT in ca.uhn.hl7v2.model.v22.segment
Methods in ca.uhn.hl7v2.model.v22.segment that return FTModifier and TypeMethodDescriptionFT[]NTE.getComment()Returns all repetitions of Comment (NTE-3).NTE.getComment(int rep) Returns a specific repetition of NTE-3: "Comment" - creates it if necessaryFT[]NTE.getNte3_Comment()Returns all repetitions of Comment (NTE-3).NTE.getNte3_Comment(int rep) Returns a specific repetition of NTE-3: "Comment" - creates it if necessaryNTE.insertComment(int rep) Inserts a repetition of NTE-3: "Comment" at a specific indexNTE.insertNte3_Comment(int rep) Inserts a repetition of NTE-3: "Comment" at a specific indexNTE.removeComment(int rep) Removes a repetition of NTE-3: "Comment" at a specific indexNTE.removeNte3_Comment(int rep) Removes a repetition of NTE-3: "Comment" at a specific index